index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
3
-3
/
+3
2016-11-23
powerpc: MPC8555: Remove macro CONFIG_MPC8555
York Sun
1
-1
/
+1
2016-11-23
powerpc: mpc8541: Remove macro CONFIG_MPC8541
York Sun
1
-1
/
+1
2016-11-23
powerpc: mpc8540: Remove macro CONFIG_MPC8540
York Sun
1
-1
/
+1
2016-10-01
input: specify the default of I8042_KEYB in more correct manner
Masahiro Yamada
1
-0
/
+1
2016-03-17
input: i8042: Make sure the keyboard is enabled
Simon Glass
1
-0
/
+4
2016-03-15
input: TWL6030 input support for power button, USB and charger
Paul Kocialkowski
2
-0
/
+49
2016-02-16
tegra: keyboard: Fix the init order
Simon Glass
1
-1
/
+1
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2
-0
/
+4
2015-11-19
input: Ban digit numbers if 'Num Lock' is not on
Bin Meng
1
-0
/
+6
2015-11-19
input: Change LED state bits to conform i8042 compatible keyboard
Bin Meng
1
-3
/
+3
2015-11-19
input: Call keyboard's update_leds() method when the LEDs change
Bin Meng
1
-0
/
+15
2015-11-19
input: Save keyboard's LED state to correct place
Bin Meng
1
-1
/
+1
2015-11-19
input: Convert 'keyboard' driver to use input library
Simon Glass
1
-252
/
+38
2015-11-19
i8042: Handle a duplicate power-on-reset response
Simon Glass
1
-2
/
+19
2015-11-19
input: Convert i8042 to driver model
Simon Glass
2
-35
/
+76
2015-11-19
input: Add a Kconfig option for the i8042 keyboard
Simon Glass
1
-0
/
+10
2015-11-19
input: i8042: Convert to use the input library
Simon Glass
1
-424
/
+69
2015-11-19
input: Allow updating of keyboard LEDs
Simon Glass
1
-0
/
+9
2015-11-19
input: Handle caps lock
Simon Glass
1
-5
/
+8
2015-11-19
input: Adjust structure of code in process_modifier()
Simon Glass
1
-13
/
+14
2015-11-19
input: Support the German keymap
Simon Glass
3
-14
/
+99
2015-11-19
input: Allow repeat filtering to be disabled
Simon Glass
1
-2
/
+7
2015-11-19
input: Add a function to add a keycode to the existing set
Simon Glass
1
-4
/
+42
2015-11-19
input: Add a few more keyboard keycodes
Simon Glass
1
-3
/
+3
2015-11-19
input: Correct keycode for Ctrl-Y
Simon Glass
1
-1
/
+1
2015-11-19
i8042: Adjust keyboard init to assume success
Simon Glass
1
-10
/
+9
2015-11-19
i8042: Adjust kbd_reset() to collect all failures
Simon Glass
1
-5
/
+8
2015-11-19
i8042: Use functions to handle register access
Simon Glass
1
-31
/
+44
2015-11-19
video: Drop unused console functions
Simon Glass
1
-23
/
+0
2015-11-19
dm: cros_ec: Convert cros_ec keyboard driver to driver model
Simon Glass
1
-90
/
+58
2015-11-19
dm: tegra: Convert keyboard driver to driver model
Simon Glass
1
-132
/
+111
2015-11-19
cros_ec: Use udevice instead of cros_ec_dev for keyboard functions
Simon Glass
1
-2
/
+2
2015-11-19
input: Add the keycode translation tables separately
Simon Glass
3
-9
/
+19
2015-11-19
input: Return -ENOSPC when there is not space
Simon Glass
1
-1
/
+2
2015-11-19
dm: input: Create a keyboard uclass
Simon Glass
3
-0
/
+102
2015-11-05
video: Drop DEV_FLAGS_SYSTEM flag
Bin Meng
3
-3
/
+3
2015-08-26
x86: i8042: Correctly initialize the controller
Bin Meng
1
-22
/
+21
2015-08-26
x86: i8042: Clean up the driver per coding convention
Bin Meng
1
-112
/
+118
2015-08-26
x86: i8042: Reorder static functions
Bin Meng
1
-268
/
+222
2015-08-26
x86: i8042: Remove unused codes
Bin Meng
1
-17
/
+0
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2
-2
/
+2
2015-08-12
input: twl4030: Keypad scan and input
Paul Kocialkowski
1
-0
/
+39
2015-08-12
input: TWL4030 input support for power button, USB and charger
Paul Kocialkowski
2
-0
/
+50
2015-04-18
i8042: Add keyboard enable logic in kbd_reset()
Simon Glass
1
-0
/
+7
2015-04-18
cros_ec: exynos: Match up device tree with kernel version
Simon Glass
1
-1
/
+1
2015-02-19
dm: cros_ec: Convert to Kconfig
Simon Glass
1
-0
/
+6
2015-01-05
cros-ec-keyboard: Synchronize DT binding from linux
Sjoerd Simons
1
-10
/
+6
2014-10-25
tegra: make local functions static
Jeroen Hofstee
1
-1
/
+1
2014-09-24
kconfig: add blank Kconfig files
Masahiro Yamada
1
-0
/
+0
[next]