summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/lm8323.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394Thomas Gleixner2019-06-051-13/+1Star
* Input: lm8323 - move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* Input: lm8323 - missing error check in lm8323_set_disable()Dan Carpenter2014-12-041-0/+2
* input: lm8323: fix attribute-creation raceJohan Hovold2014-06-271-13/+9Star
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich2013-01-061-1/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* 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/+1Star
* Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-101-6/+5Star
* Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-071-1/+1
* Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin2011-07-301-2/+7
* Input: lm8323 - use oneshot level triggered interruptsLeigh Brown2011-06-211-1/+1
* Input: lm8323 - convert to threaded IRQFelipe Balbi2011-06-211-19/+4Star
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-2/+2
* Input: lm8323 - convert to dev_pm_opsMark Brown2011-02-211-7/+8
* Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov2010-07-011-2/+0Star
|\
| * i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0Star
* | Input: lm8323 - fix error handling in lm8323_probe()Dan Carpenter2010-06-281-5/+7
|/
* Input: lm8323 - do not leave dangling client data pointerWolfram Sang2010-04-141-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: introduce lm8323 keypad driverFelipe Balbi2009-05-161-0/+878