Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a910e4a94f6923c8c988565525f017f687bf7205
/
drivers
/
input
/
keyboard
5647ac0
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
d7ab730
Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next
by Linus Torvalds
· 12 years ago
76ec9d1
Convert selectors of GENERIC_GPIO to GPIOLIB
by Alexandre Courbot
· 12 years ago
6af6dc2
input: Add ChromeOS EC keyboard driver
by Simon Glass
· 12 years ago
4384041
input: matrix-keymap: Add function to read the new DT binding
by Simon Glass
· 12 years ago
e10af9e
Input: tegra-kbc - support for defining row/columns based on SoC
by Laxman Dewangan
· 12 years ago
da5bce1
Input: imx_keypad - switch to using managed resources
by Fabio Estevam
· 12 years ago
0442ce1
Input: nomadik-ske-keypad - use module_platform_driver_probe macro
by Sachin Kamat
· 12 years ago
e67d541
Input: amikbd - use module_platform_driver_probe macro
by Sachin Kamat
· 12 years ago
6b0bc60
Input: davinci_keyscan - use module_platform_driver_probe macro
by Sachin Kamat
· 12 years ago
ba52a7f
Input: tegra-kbc - convert to devm_ioremap_resource()
by Sachin Kamat
· 12 years ago
152fcb2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
3973501
Input: tc3589x-keypad - fix keymap size
by Rabin Vincent
· 12 years ago
bab588f
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
b3cdda2
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
c6699b5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
2d9f0d9
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 12 years ago
e9cf59a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
9eee07d
Input: tegra-kbc - require CONFIG_OF, remove platform data
by Stephen Warren
· 12 years ago
d722260
Input: add couple of missing GENERIC_HARDIRQS dependencies
by Heiko Carstens
· 12 years ago
e80beb2
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
by Grant Likely
· 12 years ago
61fd290
ARM: tegra: migrate to new clock code
by Prashant Gaikwad
· 12 years ago
6f2ac00
Input: goldfish - virtual input event driver
by Brian Swetland
· 12 years ago
8d1cbc9
Input: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
be2d7e42
Input: atkbd - fix multi-byte scancode handling on reconnect
by Shawn Nematbakhsh
· 12 years ago
236d6a7
Input: atkbd - fix a typo in a message
by Dmitry Torokhov
· 12 years ago
914e597
Input: tegra-kbc - remove default keymap
by Laxman Dewangan
· 12 years ago
8839024
Input: tegra-kbc - add support for rows/columns configuration from dt
by Laxman Dewangan
· 12 years ago
00eb81e
Input: tegra-kbc - use devm_* for resource allocation
by Laxman Dewangan
· 12 years ago
1c407a1
Input: tegra-kbc - fix build warning
by Laxman Dewangan
· 12 years ago
bec7a4b
Input: lm8323 - fix checking PWM interrupt status
by Nickolai Zeldovich
· 12 years ago
0e47e3d
Input: qt2160 - add support for LEDs
by Javier Martin
· 12 years ago
6ed1914
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
0fe763c
Drivers: misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
0e14235
Input: imx_keypad - add device tree support
by Liu Ying
· 12 years ago
e324ce6
Input: gpio_keys - defer probing if GPIO probing is deferred
by Dmitry Torokhov
· 12 years ago
d46329a
Input: gpio_keys_polled - defer probing if GPIO probing is deferred
by Gabor Juhos
· 12 years ago
31564cb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
770b6cb
ARM: OMAP: Fix drivers to depend on omap for internal devices
by Tony Lindgren
· 12 years ago
da5ee07
Input: gpio_keys_polled - switch to using gpio_request_one()
by Dmitry Torokhov
· 12 years ago
333e34b
Input: gpio_keys - switch to using gpio_request_one()
by Dmitry Torokhov
· 12 years ago
1a22e16
Input: gpio-keys-polled - honor 'autorepeat' setting in platform data
by Alexander Shiyan
· 12 years ago
16ff7cb
Input: tca8418-keypad - switch to using managed resources
by Dmitry Torokhov
· 12 years ago
91c5d67
Input: tca8418_keypad - increase severity of failures in probe()
by Dmitry Torokhov
· 12 years ago
5cc0dfe
Input: tca8418_keypad - move device ID tables closer to where they are used
by Dmitry Torokhov
· 12 years ago
cdbe8a8
Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data
by Dmitry Torokhov
· 12 years ago
efce8a4
Input: tca8418_keypad - use a temporary variable for parent device
by Dmitry Torokhov
· 12 years ago
bf7f531
Input: tca8418_keypad - add support for shared interrupt
by Alban Bedel
· 12 years ago
e89e29b
Input: tca8418_keypad - add support for device tree bindings
by Alban Bedel
· 12 years ago
dda19a9
Input: gpio_keys - disable hardware on suspend
by Jonas Aaberg
· 12 years ago
5b76d7b
Input: gpio_keys - report initial state when opening the device
by Dmitry Torokhov
· 12 years ago
a57da34
Input: samsung-keypad - switch to using managed resources
by Sachin Kamat
· 12 years ago
9336648
Input: spear-keyboard - add clk_{un}prepare() support
by Vipul Kumar Samar
· 12 years ago
92aab96
Input: imx_keypad - only set enabled columns to open-drain
by Andreas Pretzsch
· 12 years ago
6ea3238
Input: stmpe-keypad - add support for Device Tree bindings
by Dmitry Torokhov
· 12 years ago
e2619cf
Input: remove use of __devexit
by Bill Pemberton
· 12 years ago
5298cc4
Input: remove use of __devinit
by Bill Pemberton
· 12 years ago
78f50c2
Input: remove use of __devinitconst
by Bill Pemberton
· 12 years ago
d6f6dfd
Input: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
1cb0aa8
Input: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
4a83eec
Input: matrix-keypad - add device tree support
by AnilKumar Ch
· 12 years ago
aaa4f2a
Input: stmpe-keyboard - switch to using managed resources
by Viresh Kumar
· 12 years ago
6102752
Input: spear-keyboard - switch to using managed resources
by Viresh Kumar
· 12 years ago
1eee4af
Input: spear-keyboard - fix for balancing the enable_irq_wake
by Deepak Sikri
· 12 years ago
d852f95
Input: nomadik-ske-keypad - start using the apb_pclk
by Ulf Hansson
· 12 years ago
4e99aab
Input: nomadik-ske-keypad - fixup use of clk
by Ulf Hansson
· 12 years ago
fa8e245
Merge tag 'v3.7-rc4' into next to sync up Wacom bits
by Dmitry Torokhov
· 12 years ago
f75ed2d
Merge tag 'kill-plat-sparse-irq' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next/multiplatform
by Olof Johansson
· 12 years ago
694e33a
ARM: plat-nomadik: move MTU, kill plat-nomadik
by Linus Walleij
· 12 years ago
53279f3
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
by Dmitry Torokhov
· 12 years ago
e07577e
Input: lpc32xx-keys - select INPUT_MATRIXKMAP
by Roland Stigge
· 12 years ago
904aded
Input: pxa27x_keypad - clear pending interrupts on keypad config
by Vasily Khoruzhick
· 12 years ago
a6e8c0a
Input: qt2160 - fix qt2160_write() implementation
by Javier Martin
· 12 years ago
6828b4b
Input: remove CONFIG_EXPERIMENTAL from keyboard drivers
by Kees Cook
· 12 years ago
8bbbfa7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
0cc8d6a
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 12 years ago
aba828c
Input: samsung-keypad - add clk_prepare and clk_unprepare
by Thomas Abraham
· 12 years ago
fc47912
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
033d995
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
9cd11c0
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
61464c8
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
dde3ada
Merge branch 'next' into for-linus
by Dmitry Torokhov
· 12 years ago
e3a66aa
Merge branch 'multiplatform/platform-data' into next/multiplatform
by Olof Johansson
· 12 years ago
0b6c404
Merge tag 'v3.6-rc5' into for-linus
by Dmitry Torokhov
· 12 years ago
6884b68
ARM: spear: move platform_data definitions
by Arnd Bergmann
· 12 years ago
2203747
ARM: omap: move platform_data definitions
by Arnd Bergmann
· 12 years ago
db298da
ARM: nomadik: move platform_data definitions
by Arnd Bergmann
· 12 years ago
54ecf4f
ARM: w90x900: move platform_data definitions
by Arnd Bergmann
· 12 years ago
293b2da
ARM: pxa: move platform_data definitions
by Arnd Bergmann
· 12 years ago
a3b29245
ARM: ep93xx: move platform_data definitions
by Arnd Bergmann
· 12 years ago
ec2a083
ARM: davinci: move platform_data definitions
by Arnd Bergmann
· 12 years ago
8757145
Input: gpio_keys_polled - fix dt pdata->nbuttons
by Alexandre Pereira da Silva
· 12 years ago
f799a3d
Input: omap-keypad: Remove dependencies to mach includes
by Tony Lindgren
· 12 years ago
11be4bc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 12 years ago
9e14f36b
Input: omap-keypad - fixed formatting
by Josh
· 12 years ago
e6c3401
Merge tag 'v3.6-rc4' into next
by Dmitry Torokhov
· 12 years ago
a85442a
Input: tegra - move platform data header
by Stephen Warren
· 12 years ago
609455f
Input: imx_keypad - fix missing clk conversions
by Fabio Estevam
· 12 years ago
31b95bf
Input: samsung-keypad - use of_get_child_count() helper
by Tobias Klauser
· 12 years ago
Next »