aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/lm8323.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394Thomas Gleixner1-13/+1
2017-05-22Input: lm8323 - move header file out of I2C realmWolfram Sang1-1/+1
2014-12-03Input: lm8323 - missing error check in lm8323_set_disable()Dan Carpenter1-0/+2
2014-06-27input: lm8323: fix attribute-creation raceJohan Hovold1-13/+9
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-06Input: lm8323 - fix checking PWM interrupt statusNickolai Zeldovich1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
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-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-6/+5
2011-10-06Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov1-1/+1
2011-07-30Input: lm8323 - add missing device_remove_file for dev_attr_timeAxel Lin1-2/+7
2011-06-21Input: lm8323 - use oneshot level triggered interruptsLeigh Brown1-1/+1
2011-06-21Input: lm8323 - convert to threaded IRQFelipe Balbi1-19/+4
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-2/+2
2011-02-21Input: lm8323 - convert to dev_pm_opsMark Brown1-7/+8
2010-06-30Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov1-2/+0
2010-06-28Input: lm8323 - fix error handling in lm8323_probe()Dan Carpenter1-5/+7
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-04-13Input: lm8323 - do not leave dangling client data pointerWolfram Sang1-2/+4
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
2009-05-15Input: introduce lm8323 keypad driverFelipe Balbi1-0/+878