summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/adp5588-keys.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-1/+1
* gpio: adp5588: move header file out of I2C realmWolfram Sang2017-05-291-1/+1
* input: adp5588-keys: use gpiochip data pointerLinus Walleij2016-04-261-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-191-0/+1
|\
| * Input: adp5588-keys - cancel workqueue in failure pathPramod Gurav2014-10-071-0/+1
* | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-3/+1
|/
* Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais2014-02-151-1/+11
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-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-251-1/+2
* | Input: use dev_get_platdata()Jingoo Han2013-12-061-4/+6
|/
* Input: remove use of __devexitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devinitBill Pemberton2012-11-241-6/+6
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: adp5588 - add support for gpio namesJean-François Dagenais2012-05-101-0/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* Merge branch 'next' into for-linusDmitry Torokhov2011-10-261-1/+1
|\
| * Input: remove IRQF_DISABLED from driversYong Zhang2011-09-071-1/+1
* | Input: adp5588-keys - remove incorrect modaliasAxel Lin2011-08-261-1/+0
|/
* Input: remove unneeded version.h includesJesper Juhl2011-06-271-1/+0
* Input: adp5588-keys - unify common header definesMichael Hennerich2010-11-031-49/+25
* Input: adp5588-keys - use more obvious i2c_device_id name stringMichael Hennerich2010-10-181-1/+1
* Input: adp5588-keypad - fix NULL dereference in adp5588_gpio_add()Dmitry Torokhov2010-08-021-29/+37
* Input: adp5588-keys - export unused GPIO pinsXiaolong Chen2010-07-261-2/+207
* Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov2010-06-301-1/+0
|\
| * i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* | Input: adp5588-keys - support GPI events for ADP5588 devicesXiaolong CHEN2010-06-241-7/+127
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-211-1/+1
|\
| * const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* | Input: ADP5588 - add support for ADP5587 devicesMichael Hennerich2010-01-191-2/+4
|/
* Input: add driver for ADP5588 QWERTY I2C KeypadMichael Hennerich2009-09-171-0/+361