summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pcf8574_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud