summaryrefslogtreecommitdiffstats
path: root/drivers/input/imx_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* input: imx-keypad: Add device tree supportSascha Hauer2016-01-131-14/+20
* input: Add device tree parsing support for matrix keymapSascha Hauer2016-01-131-1/+3
* input: imx-keypad: convert to input frameworkSascha Hauer2016-01-131-43/+12
* input: move matrix_keypad_build_keymap() to C fileSascha Hauer2016-01-131-1/+1
* input: imx-keypad: Use dev_* functionsSascha Hauer2016-01-131-5/+6
* 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
|/
* imx_keypad: Fix error handlingAlexander Shiyan2014-04-231-9/+4
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* input: Add i.MX matrix keypad driverChristian Kapeller2012-07-171-0/+463