aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/pixcir_i2c_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Input: pixcir_i2c_ts - add device tree supportRoger Quadros1-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros1-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros1-31/+94
2014-05-18Input: pixcir_i2c_ts - implement wakeup from suspendRoger Quadros1-4/+43
2014-05-18Input: pixcir_i2c_ts - get rid of pdata->attb_read_val()Roger Quadros1-1/+15
2014-05-18Input: pixcir_i2c_ts - initialize interrupt mode and power modeRoger Quadros1-8/+174
2014-05-18Input: pixcir_i2c_ts - use devres managed resource allocationsRoger Quadros1-23/+15
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
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-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+1
2012-03-16Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov1-11/+1
2011-12-30Input: add driver for pixcir i2c touchscreensJianchun Bian1-0/+239