summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pcf8574_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: pcfg8574_keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-13/+3
* Input: pcf8574_keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-2/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu2013-11-251-2/+5
* 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: pcf_keypad - convert to dev_op_opsDmitry Torokhov2010-11-111-4/+15
* Input: pcf8574_keypad - fix error handling in pcf8574_kp_probeDan Carpenter2010-11-111-13/+10
* Merge commit 'v2.6.35-rc3' into for-linusDmitry Torokhov2010-06-221-2/+0
|\
| * i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* | Input: pcf8574_keypad - fix off by one in pcf8574_kp_irq_handler()Dan Carpenter2010-06-051-1/+1
|/
* Input: add PCF8574 I2C keypad input device driverBryan Wu2010-04-131-0/+227