summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/adp5588-keys.c
AgeCommit message (Expand)AuthorLines
2022-12-02Input: adp5588-keys - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-08-30Input: adp5588-keys - use new PM macrosNuno Sá-4/+4
2022-08-30Input: adp5588-keys - add regulator supportNuno Sá-0/+20
2022-08-30Input: adp5588-keys - add optional reset gpioNuno Sá-0/+12
2022-08-30Input: adp5588-keys - fix coding style warningsNuno Sá-50/+48
2022-08-30Input: adp5588-keys - do not check for irq presenceNuno Sá-5/+0
2022-08-30Input: adp5588-keys - add support for fw propertiesNuno Sá-107/+288
2022-08-30Input: adp5588-keys - bail out on returned errorNuno Sá-18/+38
2022-08-30Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá-132/+142
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-2/+1
2022-05-31Input: adp5588-keys - do not explicitly set device as wakeup sourceDmitry Torokhov-8/+0
2022-05-31Input: adp5588-keys - switch to using managed resourcesDmitry Torokhov-67/+45
2022-05-31Input: adp5588-keys - switch to using threaded interruptDmitry Torokhov-36/+45
2022-05-31Input: adp5588-keys - drop CONFIG_PM guardsDmitry Torokhov-10/+3
2021-08-30Input: adp5588-keys - use the right headerLinus Walleij-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner-1/+1
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang-1/+1
2016-04-26input: adp5588-keys: use gpiochip data pointerLinus Walleij-5/+5
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2014-10-07Input: adp5588-keys - cancel workqueue in failure pathPramod Gurav-0/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-3/+1
2014-02-15Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais-1/+11
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov-1/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han-4/+6
2013-11-25Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton-6/+6
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-05-10Input: adp5588 - add support for gpio namesJean-François Dagenais-0/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang-1/+1
2011-08-26Input: adp5588-keys - remove incorrect modaliasAxel Lin-1/+0
2011-06-27Input: remove unneeded version.h includesJesper Juhl-1/+0
2010-11-03Input: adp5588-keys - unify common header definesMichael Hennerich-49/+25
2010-10-18Input: adp5588-keys - use more obvious i2c_device_id name stringMichael Hennerich-1/+1
2010-08-02Input: adp5588-keypad - fix NULL dereference in adp5588_gpio_add()Dmitry Torokhov-29/+37
2010-07-26Input: adp5588-keys - export unused GPIO pinsXiaolong Chen-2/+207
2010-06-30Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov-1/+0
2010-06-24Input: adp5588-keys - support GPI events for ADP5588 devicesXiaolong CHEN-7/+127
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov-1/+1
2010-01-19Input: ADP5588 - add support for ADP5587 devicesMichael Hennerich-2/+4
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan-1/+1
2009-09-17Input: add driver for ADP5588 QWERTY I2C KeypadMichael Hennerich-0/+361