summaryrefslogtreecommitdiffstats
path: root/drivers/input/gpio_keys.c
Commit message (Expand)AuthorAgeFilesLines
* input: gpio_keys: only use gpios in poller when not in useSascha Hauer2024-02-231-1/+8
* input: gpio_keys: limit poll rateSascha Hauer2024-02-231-12/+8
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-4/+4
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-2/+1
* poller: Give pollers a nameSascha Hauer2020-05-201-1/+1
* input: gpio-keys: convert to input frameworkSascha Hauer2016-01-181-47/+17
* input: gpio-keys: Use KEY_* keycodesSascha Hauer2016-01-131-8/+1
* input: gpio-keys: implement debouncingSascha Hauer2016-01-081-4/+19
* 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: gpio-keys: separate internal data from platform_dataSascha Hauer2014-02-171-23/+57
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* gpio_keys: detect keys pressed before bootingVicente Bergas2013-03-251-0/+2
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* gpio_keys: fix loop on buttons for request and configurationJean-Christophe PLAGNIOL-VILLARD2013-01-261-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* add gpio keyboard supportJean-Christophe PLAGNIOL-VILLARD2012-02-161-0/+115