summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ucb1400_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: ucb1400_ts - fix suspend and resume handlingDmitry Torokhov2017-09-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-4/+2
|\
| * Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* | input: touchscreen: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-4/+4
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov2012-01-041-8/+9
* Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov2012-01-041-122/+113
* Input: ucb1400_ts - drop inline annotationsDmitry Torokhov2012-01-041-9/+9
* Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov2012-01-041-5/+5
* Input: ucb1400_ts - set driver ownerDmitry Torokhov2012-01-041-0/+1
* Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov2012-01-041-6/+6
* Input: touchscreen - use macro module_platform_driver()JJ Ding2011-11-301-13/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Input: ucb1400_ts - allow passing IRQ through platfrom_dataMarek Vasut2009-11-201-4/+7
* Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2009-08-271-4/+13
|\
| * Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak2009-08-211-4/+4
| * Input: ucb1400_ts - enable ADC FilterMarek Vasut2009-08-211-0/+9
* | Input: ucb1400_ts - fix a misleading function nameHans J. Koch2009-07-121-2/+3
|/
* Input: usb1400_ts - fix access to "device data" in resume functionManuel Traut2009-05-271-1/+1
* Input: ucb1400 - use disable_irq_nosync() in irq handlerBen Nizette2009-04-171-1/+1
* Input: ucb1400_ts, mainstone-wm97xx - add BTN_TOUCH eventsMike Rapoport2009-03-081-1/+4
* [ARM] 5184/1: Split ucb1400_ts into core and touchscreenMarek VaĊĦut2008-08-201-248/+134
* Input: ucb1400_ts - IRQ probe fixVernon Sauder2008-04-241-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-02-071-1/+0
|\
| * Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0
* | [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
|/
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-1/+1
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-2/+1
* Input: ucb1400_ts - use schedule_timeout_uninterruptibleRene Herman2007-09-261-2/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* Input: ucb1400_ts - use sched_setscheduler()Satoru Takeuchi2007-05-221-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-011-0/+1
|\
| * [PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake2007-04-101-0/+1
* | Input: ucb1400 - make delays configurableCliff Brake2007-04-121-3/+14
* | Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
* | Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov2007-04-121-3/+4
|/
* [ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)Andrew Morton2007-02-091-1/+1
* Input: ucb1400 - fix compile errorDmitry Torokhov2006-12-081-1/+1
* Input: add Philips UCB1400 touchscreen driverNicolas Pitre2006-11-171-0/+579