summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ucb1400_ts.c
AgeCommit message (Expand)AuthorLines
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+2
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-4/+2
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han-4/+4
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2012-01-04Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov-8/+9
2012-01-04Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov-122/+113
2012-01-04Input: ucb1400_ts - drop inline annotationsDmitry Torokhov-9/+9
2012-01-04Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov-5/+5
2012-01-04Input: ucb1400_ts - set driver ownerDmitry Torokhov-0/+1
2012-01-04Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov-6/+6
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding-13/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2009-11-20Input: ucb1400_ts - allow passing IRQ through platfrom_dataMarek Vasut-4/+7
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov-4/+13
2009-08-21Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak-4/+4
2009-08-21Input: ucb1400_ts - enable ADC FilterMarek Vasut-0/+9
2009-07-12Input: ucb1400_ts - fix a misleading function nameHans J. Koch-2/+3
2009-05-27Input: usb1400_ts - fix access to "device data" in resume functionManuel Traut-1/+1
2009-04-17Input: ucb1400 - use disable_irq_nosync() in irq handlerBen Nizette-1/+1
2009-03-08Input: ucb1400_ts, mainstone-wm97xx - add BTN_TOUCH eventsMike Rapoport-1/+4
2008-08-20[ARM] 5184/1: Split ucb1400_ts into core and touchscreenMarek VaĊĦut-248/+134
2008-04-24Input: ucb1400_ts - IRQ probe fixVernon Sauder-4/+0
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-1/+0
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall-1/+0
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-1/+1
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki-2/+1
2007-09-26Input: ucb1400_ts - use schedule_timeout_uninterruptibleRene Herman-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+1
2007-05-22Input: ucb1400_ts - use sched_setscheduler()Satoru Takeuchi-2/+2
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-0/+1
2007-04-12Input: ucb1400 - make delays configurableCliff Brake-3/+14
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov-1/+1
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov-3/+4
2007-04-10[PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake-0/+1
2007-02-09[ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)Andrew Morton-1/+1
2006-12-08Input: ucb1400 - fix compile errorDmitry Torokhov-1/+1
2006-11-17Input: add Philips UCB1400 touchscreen driverNicolas Pitre-0/+579