aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/adp5589-keys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Input: adp5589-keys - use the right headerLinus Walleij1-1/+1
2020-12-11Input: adp5589-keys - do not explicitly control IRQ for wakeupDmitry Torokhov1-18/+9
2020-12-11Input: adp5589-keys - do not unconditionally configure as wakeup sourceDmitry Torokhov1-2/+0
2020-11-19Input: adp5589-keys - use BIT()Dmitry Torokhov1-34/+35
2020-11-19Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov1-4/+2
2020-11-18Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean1-10/+13
2020-11-18Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean1-20/+2
2020-11-18Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean1-21/+0
2020-11-18Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean1-31/+10
2020-11-18Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean1-9/+4
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-10-23Input: adp5589 - make keypad support optionalLars-Peter Clausen1-73/+98
2019-07-15Input: adp5589 - initialize GPIO controller parent deviceLars-Peter Clausen1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-1/+1
2018-08-08Input: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2016-03-30input: adp5589-keys: use gpiochip data pointerLinus Walleij1-6/+6
2016-02-09Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen1-3/+4
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-06Input: adp5589-keys - fix event count maskGuido Martínez1-1/+1
2015-05-06Input: adp5589-keys - fix pull mask settingGuido Martínez1-2/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-3/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov1-1/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han1-4/+4
2013-11-25Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu1-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton1-8/+7
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-10-18Input: adp5589-keys - add support for the ADP5585 derivativesMichael Hennerich1-127/+482
2011-06-27Input: remove unneeded version.h includesJesper Juhl1-1/+0
2011-05-19Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderMichael Hennerich1-0/+771