summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* input: Fix compiler warningSascha Hauer2017-01-101-2/+2
* input: Compile keymap only if necessaryAlexander Shiyan2016-07-051-2/+1
* Merge branch 'for-next/input'Sascha Hauer2016-03-111-21/+20
|\
| * usb_kbd: lock is useless since pollers are atomicAleksey Kuleshov2016-03-101-8/+1
| * usb_kbd: use async polling instead of regular pollingAleksey Kuleshov2016-03-101-7/+13
| * usb_kbd: style fixesAleksey Kuleshov2016-03-101-2/+1
| * usb_kbd: check for registering errorAleksey Kuleshov2016-03-101-1/+5
| * usb_kbd: remove unused fieldsAleksey Kuleshov2016-03-101-3/+0
* | Merge branch 'for-next/driver'Sascha Hauer2016-03-111-3/+5
|\ \ | |/ |/|
| * driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* | input: usb keyboard: fix CTRL+ combinationsPeter Mamonov2016-02-261-1/+5
* | input: usb keyboard: fix BACKSPACEPeter Mamonov2016-02-231-2/+2
|/
* input: gpio-keys: convert to input frameworkSascha Hauer2016-01-182-47/+18
* input: gpio-keys: Use KEY_* keycodesSascha Hauer2016-01-131-8/+1
* input: imx-keypad: Add device tree supportSascha Hauer2016-01-131-14/+20
* input: Add device tree parsing support for matrix keymapSascha Hauer2016-01-132-2/+51
* input: imx-keypad: convert to input frameworkSascha Hauer2016-01-132-43/+13
* input: move matrix_keypad_build_keymap() to C fileSascha Hauer2016-01-134-1/+48
* input: imx-keypad: Use dev_* functionsSascha Hauer2016-01-131-5/+6
* input: usb keyboard: convert to input frameworkSascha Hauer2016-01-132-242/+55
* input: Add input coreSascha Hauer2016-01-133-0/+206
* keymap: Add keymap for keys with shift pressedSascha Hauer2016-01-131-0/+82
* keymap: Add apostrophe, backslash and homeSascha Hauer2016-01-131-3/+3
* keymap: Add keypad keysSascha Hauer2016-01-131-16/+16
* keymap: remove exotic and nonprintable keysSascha Hauer2016-01-131-49/+0
* keymap: Fix bracesSascha Hauer2016-01-131-2/+2
* input: gpio-keys: implement debouncingSascha Hauer2016-01-081-4/+19
* input: usb_kbd: skip poll on -EAGAIN errorPeter Mamonov2015-10-141-2/+5
* input: usb-kbd: depend on CONSOLE_FULLLucas Stach2015-10-141-0/+1
* input: port usb keyboard driver from the u-bootPeter Mamonov2015-10-023-0/+428
* input: Let input support depend on !CONSOLE_NONESascha Hauer2014-10-081-0/+1
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-021-0/+3
|\
| * resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+3
* | input: imx_keypad: remove unused variableSascha Hauer2014-09-121-1/+1
|/
* sandbox: allow "make ARCH=sandbox allyesconfig"Holger Schurig2014-07-221-1/+1
* imx_keypad: Fix error handlingAlexander Shiyan2014-04-231-9/+4
* input: gpio-keys; dt probing needs CONFIG_OF_GPIOSascha Hauer2014-03-291-1/+1
* input: gpio-keys: Add devicetree probe supportSascha Hauer2014-02-171-13/+77
* input: Add keycode to barebox key translation tableSascha Hauer2014-02-172-0/+137
* input: gpio-keys: separate internal data from platform_dataSascha Hauer2014-02-171-23/+57
* input: Add BB_ prefix to KEY_ definesSascha Hauer2014-02-171-2/+2
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-214-4/+0
* qt1070: drop non used bufJean-Christophe PLAGNIOL-VILLARD2013-05-081-1/+0
* treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-111-4/+2
* Merge branch 'for-next/omap'Sascha Hauer2013-04-044-0/+118
|\
| * gpio_keys: detect keys pressed before bootingVicente Bergas2013-03-251-0/+2
| * twl6030: add power button as an input keyVicente Bergas2013-03-253-0/+116
* | I2C: Rename i2c_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
|/
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-132-14/+2
* gpio_keys: fix loop on buttons for request and configurationJean-Christophe PLAGNIOL-VILLARD2013-01-261-1/+1