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
/
adp5589-keys.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: adp5589-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: adp5589-keys - Convert to i2c's .probe_new()
Uwe Kleine-König
2021-08-30
Input: adp5589-keys - use the right header
Linus Walleij
2020-12-11
Input: adp5589-keys - do not explicitly control IRQ for wakeup
Dmitry Torokhov
2020-12-11
Input: adp5589-keys - do not unconditionally configure as wakeup source
Dmitry Torokhov
2020-11-19
Input: adp5589-keys - use BIT()
Dmitry Torokhov
2020-11-19
Input: adp5589-keys - mark suspend and resume methods as __maybe_unused
Dmitry Torokhov
2020-11-18
Input: adp5589-keys - use devm_add_action_or_reset() for register clear
Alexandru Ardelean
2020-11-18
Input: adp5589-keys - use devm_gpiochip_add_data() for gpios
Alexandru Ardelean
2020-11-18
Input: adp5589-keys - remove setup/teardown hooks for gpios
Alexandru Ardelean
2020-11-18
Input: adp5589-keys - use device-managed function in adp5589_keypad_add()
Alexandru Ardelean
2020-11-18
Input: adp5589-keys - use devm_kzalloc() to allocate the kpad object
Alexandru Ardelean
2020-07-07
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-10-23
Input: adp5589 - make keypad support optional
Lars-Peter Clausen
2019-07-15
Input: adp5589 - initialize GPIO controller parent device
Lars-Peter Clausen
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177
Thomas Gleixner
2018-08-08
Input: mark expected switch fall-throughs
Gustavo A. R. Silva
2016-03-30
input: adp5589-keys: use gpiochip data pointer
Linus Walleij
2016-02-09
Input: adp5589 - fix row 5 handling for adp5589
Lars-Peter Clausen
2015-07-17
Input: drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-05-06
Input: adp5589-keys - fix event count mask
Guido Martínez
2015-05-06
Input: adp5589-keys - fix pull mask setting
Guido Martínez
2014-09-18
driver:gpio remove all usage of gpio_remove retval in driver
abdoulaye berthe
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-16
Merge tag 'v3.13-rc4' into next
Dmitry Torokhov
2013-12-06
Input: use dev_get_platdata()
Jingoo Han
2013-11-25
Input: keyboard - "keycode & KEY_MAX" changes some keycode values
Andrew Liu
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-10-18
Input: adp5589-keys - add support for the ADP5585 derivatives
Michael Hennerich
2011-06-27
Input: remove unneeded version.h includes
Jesper Juhl
2011-05-19
Input: ADP5589 - new driver for I2C Keypad Decoder and I/O Expander
Michael Hennerich