index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
lm8323.c
Age
Commit message (
Expand
)
Author
2023-07-28
Input: lm8323 - convert to use devm_* api
Yangtao Li
2023-07-28
Input: lm8323 - rely on device core to create kp_disable attribute
Dmitry Torokhov
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-12-07
Input: lm8323 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: lm8323 - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394
Thomas Gleixner
2017-05-22
Input: lm8323 - move header file out of I2C realm
Wolfram Sang
2014-12-03
Input: lm8323 - missing error check in lm8323_set_disable()
Dan Carpenter
2014-06-27
input: lm8323: fix attribute-creation race
Johan Hovold
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
2013-01-06
Input: lm8323 - fix checking PWM interrupt status
Nickolai Zeldovich
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-03-16
Input: convert I2C drivers to use module_i2c_driver()
Axel Lin
2011-11-09
Input: convert obsolete strict_strtox to kstrtox
JJ Ding
2011-10-06
Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP
Dmitry Torokhov
2011-07-30
Input: lm8323 - add missing device_remove_file for dev_attr_time
Axel Lin
2011-06-21
Input: lm8323 - use oneshot level triggered interrupts
Leigh Brown
2011-06-21
Input: lm8323 - convert to threaded IRQ
Felipe Balbi
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
2011-02-21
Input: lm8323 - convert to dev_pm_ops
Mark Brown
2010-06-30
Merge commit 'v2.6.35-rc3' into next
Dmitry Torokhov
2010-06-28
Input: lm8323 - fix error handling in lm8323_probe()
Dan Carpenter
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-04-13
Input: lm8323 - do not leave dangling client data pointer
Wolfram Sang
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-05-15
Input: introduce lm8323 keypad driver
Felipe Balbi