开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
max7359_keypad.c
Age
Commit message (
Expand
)
Author
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-12-07
Input: max7359-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: max7359_keypad - Convert to i2c's .probe_new()
Uwe Kleine-König
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-01-21
Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdata
Guenter Roeck
2015-05-15
Input: max7359_keypad - switch to using matrix_keypad_build_keymap()
Evgeniy Dushistov
2015-05-15
Input: max7359_keypad - do not set MAX7359_CFG_INTERRUPT flag
Evgeniy Dushistov
2014-07-20
Input: max7359 - introduce the use of managed interfaces
Himangi Saraogi
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
2013-08-12
Input: max7359 - add CONFIG_PM_SLEEP to suspend/resume
Jingoo Han
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-02-21
Input: max7359 - convert to dev_pm_ops
Mark Brown
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-21
Input: max7359 - use threaded IRQs
Dmitry Torokhov
2009-09-21
Input: add driver for Maxim MAX7359 key switch controller
Kim Kyuwon