summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/adp5589-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: adp5589-keys - use the right headerLinus Walleij2021-08-311-1/+1
* Input: adp5589-keys - do not explicitly control IRQ for wakeupDmitry Torokhov2020-12-111-18/+9
* Input: adp5589-keys - do not unconditionally configure as wakeup sourceDmitry Torokhov2020-12-111-2/+0
* Input: adp5589-keys - use BIT()Dmitry Torokhov2020-11-201-34/+35
* Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov2020-11-201-4/+2
* Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean2020-11-191-10/+13
* Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean2020-11-191-20/+2
* Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean2020-11-191-21/+0
* Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean2020-11-191-31/+10
* Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean2020-11-191-9/+4
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* Input: adp5589 - make keypad support optionalLars-Peter Clausen2019-10-241-73/+98
* Input: adp5589 - initialize GPIO controller parent deviceLars-Peter Clausen2019-07-151-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-1/+1
* Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+1
* input: adp5589-keys: use gpiochip data pointerLinus Walleij2016-03-301-6/+6
* Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen2016-02-101-3/+4
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0
* Input: adp5589-keys - fix event count maskGuido Martínez2015-05-071-1/+1
* Input: adp5589-keys - fix pull mask settingGuido Martínez2015-05-071-2/+2
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-3/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* Merge tag 'v3.13-rc4' into nextDmitry Torokhov2013-12-161-1/+2
|\
| * Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu2013-11-261-1/+2
* | Input: use dev_get_platdata()Jingoo Han2013-12-061-4/+4
|/
* Input: remove use of __devexitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devinitBill Pemberton2012-11-241-8/+7
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-11/+1
* Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich2011-10-191-127/+482
* Input: remove unneeded version.h includesJesper Juhl2011-06-271-1/+0
* Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderMichael Hennerich2011-05-191-0/+771