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