aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/adp5588-keys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang1-1/+1
2016-04-26input: adp5588-keys: use gpiochip data pointerLinus Walleij1-5/+5
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2014-10-07Input: adp5588-keys - cancel workqueue in failure pathPramod Gurav1-0/+1
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-3/+1
2014-02-15Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais1-1/+11
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/+6
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-6/+6
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-10Input: adp5588 - add support for gpio namesJean-François Dagenais1-0/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2011-08-26Input: adp5588-keys - remove incorrect modaliasAxel Lin1-1/+0
2011-06-27Input: remove unneeded version.h includesJesper Juhl1-1/+0
2010-11-03Input: adp5588-keys - unify common header definesMichael Hennerich1-49/+25
2010-10-18Input: adp5588-keys - use more obvious i2c_device_id name stringMichael Hennerich1-1/+1
2010-08-02Input: adp5588-keypad - fix NULL dereference in adp5588_gpio_add()Dmitry Torokhov1-29/+37
2010-07-26Input: adp5588-keys - export unused GPIO pinsXiaolong Chen1-2/+207
2010-06-30Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov1-1/+0
2010-06-24Input: adp5588-keys - support GPI events for ADP5588 devicesXiaolong CHEN1-7/+127
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov1-1/+1
2010-01-19Input: ADP5588 - add support for ADP5587 devicesMichael Hennerich1-2/+4
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-17Input: add driver for ADP5588 QWERTY I2C KeypadMichael Hennerich1-0/+361