aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pcf8574_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2010-11-11Input: 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-13Input: add PCF8574 I2C keypad input device driverBryan Wu1-0/+227