aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ucb1400_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-09-11Input: ucb1400_ts - fix suspend and resume handlingDmitry Torokhov1-2/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+2
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-4/+4
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-04Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov1-8/+9
2012-01-04Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov1-122/+113
2012-01-04Input: ucb1400_ts - drop inline annotationsDmitry Torokhov1-9/+9
2012-01-04Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov1-5/+5
2012-01-04Input: ucb1400_ts - set driver ownerDmitry Torokhov1-0/+1
2012-01-04Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov1-6/+6
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding1-13/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-11-20Input: ucb1400_ts - allow passing IRQ through platfrom_dataMarek Vasut1-4/+7
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov1-4/+13
2009-08-21Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak1-4/+4
2009-08-21Input: ucb1400_ts - enable ADC FilterMarek Vasut1-0/+9
2009-07-12Input: ucb1400_ts - fix a misleading function nameHans J. Koch1-2/+3
2009-05-27Input: usb1400_ts - fix access to "device data" in resume functionManuel Traut1-1/+1
2009-04-17Input: ucb1400 - use disable_irq_nosync() in irq handlerBen Nizette1-1/+1
2009-03-08Input: ucb1400_ts, mainstone-wm97xx - add BTN_TOUCH eventsMike Rapoport1-1/+4
2008-08-20[ARM] 5184/1: Split ucb1400_ts into core and touchscreenMarek VaĊĦut1-248/+134
2008-04-24Input: ucb1400_ts - IRQ probe fixVernon Sauder1-4/+0
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+1
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-2/+1
2007-09-26Input: ucb1400_ts - use schedule_timeout_uninterruptibleRene Herman1-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-05-22Input: ucb1400_ts - use sched_setscheduler()Satoru Takeuchi1-2/+2
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-0/+1
2007-04-12Input: ucb1400 - make delays configurableCliff Brake1-3/+14
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/touchscreen - don't access dev->private directlyDmitry Torokhov1-3/+4
2007-04-10[PATCH] Input: ucb1400 - set up driver's name to show in sysfsCliff Brake1-0/+1
2007-02-09[ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)Andrew Morton1-1/+1
2006-12-08Input: ucb1400 - fix compile errorDmitry Torokhov1-1/+1
2006-11-17Input: add Philips UCB1400 touchscreen driverNicolas Pitre1-0/+579