aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/ucb1x00-ts.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2012-02-18MFD: ucb1x00: convert to use genirqGravatar Russell King 1-7/+30
2012-02-18MFD: ucb1x00-ts: provide input layer with device parentGravatar Russell King 1-0/+1
2012-02-03MFD: mcp-sa11x0: remove DMA initializers and variablesGravatar Russell King 1-1/+0
2012-01-22MFD: ucb1x00-ts: fix resume failureGravatar Russell King 1-27/+5
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Gravatar Russell King 1-1/+1
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Gravatar Jochen Friedrich 1-1/+1
2011-03-23mfd: Add BTN_TOUCH event to ucb1x00-tsGravatar Jochen Friedrich 1-1/+4
2011-03-02mfd: Fix NULL pointer due to non-initialized ucb1x00-ts absinfoGravatar Jochen Friedrich 1-3/+9
2009-11-27move drivers/mfd/*.h to include/linux/mfdGravatar Thomas Kunze 1-1/+1
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetGravatar Russell King 1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machGravatar Russell King 1-1/+1
2008-04-28mfd: use shorter set_current_state()Gravatar Robert P. J. Day 1-4/+3
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-0/+1
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-3/+4
2007-06-03Input: ucb1x00 - do not access input_dev->private directlyGravatar Dmitry Torokhov 1-3/+4
2007-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-10/+1
2007-05-22Input: ucb1x00-ts - remove commented out codeGravatar Dmitry Torokhov 1-10/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 1-1/+1
2006-09-29[PATCH] ucb1x00-ts: handle errors from input_register_device()Gravatar Dmitry Torokhov 1-17/+28
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-08[PATCH] drivers/mfd: header included twiceGravatar Nicolas Kaiser 1-1/+0
2005-12-12[PATCH] input: fix ucb1x00-ts breakage after conversion to dynamic input_dev ...Gravatar Nicolas Pitre 1-8/+11
2005-10-30[ARM] Sharp sl-5500 touchscreen supportGravatar Pavel Machek 1-21/+53
2005-10-28[PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocationGravatar Dmitry Torokhov 1-19/+24
2005-09-24[MFD] Fix "bious one-bit signed bitfield" errorsGravatar Russell King 1-2/+2
2005-09-11[MFD] Cleanups suggested by Dmitri, Vojtech and lists.Gravatar Pavel Machek 1-48/+17
2005-09-11[MFD] Add code UCB1200/UCB1300 touchscreen supportGravatar Russell King 1-0/+430