summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/lm8323.c
Commit message (Expand)AuthorAgeFilesLines
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-131-1/+1
* Input: lm8323 - convert to use devm_* apiYangtao Li2023-07-281-51/+26
* Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov2023-07-281-12/+12
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: lm8323 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-4/+2
* Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394Thomas Gleixner2019-06-051-13/+1
* Input: lm8323 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
* Input: lm8323 - missing error check in lm8323_set_disable()Dan Carpenter2014-12-031-0/+2
* input: lm8323: fix attribute-creation raceJohan Hovold2014-06-271-13/+9
* 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-161-11/+1
* Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-091-6/+5
* Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEPDmitry Torokhov2011-10-061-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/+4
* 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-06-301-2/+0
|\
| * i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* | 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-131-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-151-0/+878