summaryrefslogtreecommitdiff
path: root/drivers/input/misc/pcf8574_keypad.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: pcfg8574_keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-13/+3
2022-12-03Input: pcf8574_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-26Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu1-2/+5
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2010-11-12Input: pcf_keypad - convert to dev_op_opsDmitry Torokhov1-4/+15
2010-11-11Input: pcf8574_keypad - fix error handling in pcf8574_kp_probeDan Carpenter1-13/+10
2010-06-22Merge commit 'v2.6.35-rc3' into for-linusDmitry Torokhov1-2/+0
2010-06-05Input: pcf8574_keypad - fix off by one in pcf8574_kp_irq_handler()Dan Carpenter1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-04-14Input: add PCF8574 I2C keypad input device driverBryan Wu1-0/+227