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
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
2023-10-11
input: avoid NULL dereference
Heinrich Schuchardt
1
-10
/
+15
2023-05-11
input: Flush the keyboard buffer before resetting it
Simon Glass
1
-0
/
+19
2023-03-30
input: button_kbd: make driver complementary to gpio buttons
Svyatoslav Ryhel
2
-7
/
+5
2023-03-02
sh4: Drop unused twl6030 driver
Simon Glass
2
-48
/
+0
2023-02-10
dm: input: add button_kbd driver
Dzmitry Sankouski
3
-0
/
+136
2022-10-21
input: Remove legacy KEYBOARD option
Tom Rini
2
-10
/
+0
2022-02-10
input: apple: Add support for Apple SPI keyboard
Mark Kettenis
3
-0
/
+280
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
5
-16
/
+16
2021-12-05
Convert CONFIG_KEYBOARD to Kconfig
Simon Glass
1
-0
/
+9
2021-08-30
i8042: Do not abuse CONFIG namespace
Tom Rini
1
-2
/
+2
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
4
-4
/
+4
2020-11-09
input: add support for FN1 - FN10 on crosswire kbd
Heinrich Schuchardt
1
-10
/
+25
2020-11-05
cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT
Alper Nebi Yasak
1
-6
/
+26
2020-07-25
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
1
-1
/
+1
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
1
-1
/
+1
2020-07-20
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
1
-1
/
+1
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
1
-2
/
+2
2020-06-02
kconfig: mark SPL/TPL options for DM_KEYBOARD
Marcin Juszkiewicz
1
-2
/
+2
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2
-0
/
+2
2020-05-18
common: Drop log.h from common header
Simon Glass
6
-0
/
+6
2019-11-19
input: Move input.o to be built only in some cases
Tom Rini
1
-3
/
+3
2019-08-11
env: Move env_get() to env.h
Simon Glass
2
-0
/
+2
2019-02-20
Kconfig: tegra: Migrate TEGRA_KEYBOARD
Peter Robinson
1
-0
/
+6
2018-12-05
input: i8042: Use remove() instead of exported functions
Simon Glass
1
-15
/
+20
2018-10-09
spl: input: Allow input in SPL and TPL
Simon Glass
3
-5
/
+59
2018-08-17
Convert CONFIG_TWL4030_LED et al to Kconfig
Adam Ford
1
-0
/
+5
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
9
-19
/
+9
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2
-4
/
+0
2018-04-06
input: Drop PS/2 keyboard support
Simon Glass
5
-950
/
+0
2018-03-05
input: indicate that code page 437 is used
Heinrich Schuchardt
1
-1
/
+4
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2
-2
/
+2
2017-06-16
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Heiko Schocher
2
-95
/
+1
2017-06-01
cros_ec: Update the cros_ec keyboard driver to livetree
Simon Glass
3
-24
/
+22
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
1
-1
/
+1
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
[next]