Linus Torvalds 6d90b4f99d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 8 years ago
..
88pm80x_onkey.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
88pm860x_onkey.c d797da41b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 10 years ago
Kconfig 04d7ad83c6 Input: da9061 - onkey driver 8 years ago
Makefile 6946416164 Input: add generic input driver to read encoded GPIO lines 9 years ago
ab8500-ponkey.c e4dbe79628 Input: ab8500-ponkey - Fix module autoload for OF platform driver 10 years ago
ad714x-i2c.c c5c18a06af Input: ad714x - convert to using managed resources 10 years ago
ad714x-spi.c 3e069adabc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 9 years ago
ad714x.c c5c18a06af Input: ad714x - convert to using managed resources 10 years ago
ad714x.h c5c18a06af Input: ad714x - convert to using managed resources 10 years ago
adxl34x-i2c.c 01427fe7c4 Input: adxl34x - make it enumerable in ACPI environment 8 years ago
adxl34x-spi.c 3821a065f5 spi: Drop owner assignment from spi_drivers 9 years ago
adxl34x.c bf9a9f8e51 Input: delete non-required instances of include <linux/init.h> 11 years ago
adxl34x.h af6e1d99ea Input: adxl34 - make enable/disable separate from suspend/resume 15 years ago
apanel.c f695c240a7 Input: apanel - spelling mistake - "skiping" -> "skipping" 9 years ago
arizona-haptics.c 931afc4114 Input: arizona-haptics - Use SoC component pin control functions 8 years ago
ati_remote2.c 950336ba3e Input: ati_remote2 - fix crashes on detecting device with invalid descriptor 9 years ago
atlas_btns.c 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
atmel_captouch.c b06d43f7a3 Input: add Atmel Captouch Button driver 9 years ago
axp20x-pek.c b6e26546cc Input: axp20x-pek - add module alias 10 years ago
bfin_rotary.c c8af781ebf Input: bfin_rotary - introduce open and close methods 10 years ago
bma150.c baf28d91e7 Input: bma150 - avoid binding to bma180 if IIO bma180 driver present 8 years ago
cm109.c d144cf42ee Input: cm109 - spin_lock in complete() cleanup 9 years ago
cma3000_d0x.c c838cb3d47 Input: use dev_get_platdata() 11 years ago
cma3000_d0x.h b029ffafe8 Input: add CMA3000 accelerometer driver 14 years ago
cma3000_d0x_i2c.c 800e3b9a68 Input: drop owner assignment from i2c_driver 10 years ago
cobalt_btns.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
da9052_onkey.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
da9055_onkey.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
da9063_onkey.c 8dd5e0b364 Input: da9063 - fix module autoload when registered via OF 8 years ago
dm355evm_keys.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
drv260x.c 34888602eb Input: drv260x - use generic device properties 8 years ago
drv2665.c 037b3af6bf Input: drv2665 - fix misuse of regmap_update_bits 8 years ago
drv2667.c 6473bbfd7e Input: drv2667 - fix misuse of regmap_update_bits 8 years ago
e3x0-button.c 846a7fc8f4 Input: add support for NI Ettus Research USRP E3x0 button 10 years ago
gp2ap002a00f.c 2e9e910e8a Input: export I2C module alias information in missing drivers 10 years ago
gpio-beeper.c ea0afac450 Input: improve usage of gpiod API 10 years ago
gpio_decoder.c 6946416164 Input: add generic input driver to read encoded GPIO lines 9 years ago
gpio_tilt_polled.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
hisi_powerkey.c fcd6eb50ea Input: add powerkey driver for HISI 65xx SoC 9 years ago
hp_sdc_rtc.c ba564e7897 Input: hp_sdc_rtc - fix y2038 problem in proc_show 9 years ago
ideapad_slidebar.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
ims-pcu.c a0ad220c96 Input: ims-pcu - sanity check against missing interfaces 9 years ago
ixp4xx-beeper.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
keyspan_remote.c f915f2c66e Input: keyspan_remote - remove unnecessary break after goto 11 years ago
kxtj9.c 5ccd9abd50 Input: kxtj9 - remove unneeded retval variable 9 years ago
m68kspkr.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
max77693-haptic.c d4e65476bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 8 years ago
max8925_onkey.c d797da41b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 10 years ago
max8997_haptic.c ecc5fbd5ef Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm 9 years ago
mc13783-pwrbutton.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
mma8450.c 5037a17966 Input: mma8450 - convert to using managed resources 10 years ago
mpu3050.c 800e3b9a68 Input: drop owner assignment from i2c_driver 10 years ago
palmas-pwrbutton.c 245165de98 Input: constify of_device_id arrays 10 years ago
pcap_keys.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
pcf50633-input.c bf9a9f8e51 Input: delete non-required instances of include <linux/init.h> 11 years ago
pcf8574_keypad.c 800e3b9a68 Input: drop owner assignment from i2c_driver 10 years ago
pcspkr.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
pm8941-pwrkey.c b9ab471b71 Input: pm8941-pwrkey - remove unneded semicolon 10 years ago
pm8xxx-vibrator.c d797da41b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 10 years ago
pmic8xxx-pwrkey.c eda5ecc0a6 Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay 9 years ago
powermate.c 9c6ba45671 Input: powermate - fix oops with malicious USB descriptors 9 years ago
pwm-beeper.c ed2608faa0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 9 years ago
rb532_button.c 832f5dacfa MIPS: Remove all the uses of custom gpio.h 10 years ago
regulator-haptic.c 98f27d9685 Input: regulator-haptic - fix spelling mistake: "dveice" -> "device" 9 years ago
retu-pwrbutton.c 6b36d8f6a2 Input: retu-pwrbutton - pass the IRQF_ONESHOT flag 10 years ago
rotary_encoder.c d205a21859 Input: rotary_encoder - support binary encoding of states 9 years ago
sgi_btns.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
sirfsoc-onkey.c af6e94634d Input: sirfsoc-onkey - allow modular build 9 years ago
soc_button_array.c 3d5a9437a6 Input: soc_button_array - bail out earlier if gpiod_count is zero 8 years ago
sparcspkr.c d352c0e1f3 Input: sparcspkr - use platform_register/unregister_drivers() 9 years ago
tps65218-pwrbutton.c 77aa99265a input: tps65218-pwrbutton: Add platform_device_id table 8 years ago
twl4030-pwrbutton.c 5f4eedef77 Input: twl4030-pwrbutton - pass the IRQF_ONESHOT flag 10 years ago
twl4030-vibra.c dcc7597116 Input: twl4030-vibra - do not reparent to grandparent 9 years ago
twl6040-vibra.c 23ea5967d6 Merge branch 'next' into for-linus 9 years ago
uinput.c ca75d601b5 miscdevice: Add helper macro for misc device boilerplate 9 years ago
wistron_btns.c 776bd315a7 input: misc: drop owner assignment from platform_drivers 10 years ago
wm831x-on.c ca8ff6ac45 Input: wm831x-on - pass the IRQF_ONESHOT flag 10 years ago
xen-kbdfront.c 81362c6f15 xen: make use of xenbus_read_unsigned() in xen-kbdfront 8 years ago
yealink.c bf9a9f8e51 Input: delete non-required instances of include <linux/init.h> 11 years ago
yealink.h 3ad2f3fbb9 tree-wide: Assorted spelling fixes 15 years ago