summaryrefslogtreecommitdiff
path: root/drivers/mfd/stmpe.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-31mfd: stmpe: Staticise stmpe_of_probe()Mark Brown1-1/+2
2013-06-25mfd: stmpe: use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-2/+1
2013-04-09mfd: support stmpe1801 18 bits enhanced port expanderJean-Nicolas Graux1-1/+96
2013-04-05mfd: stmpe: DT: Add stmpe-i2c dt alias to get id deviceGabriel Fernandez1-1/+4
2013-04-05mfd: stmpe: DT: Enable no-irq mode configurationGabriel Fernandez1-0/+3
2013-01-04Drivers: mfd: remove __dev* attributes.Greg Kroah-Hartman1-9/+6
2012-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-12-17Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-85/+121
2012-12-10mfd: stmpe: Update DT support for stmpe driverVipul Kumar Samar1-6/+15
2012-12-01gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar1-0/+2
2012-11-30mfd: stmpe: Get rid of irq_invert_polarityViresh Kumar1-7/+0
2012-11-27mfd: Fix stmpe.c build when OF is not enabledRandy Dunlap1-0/+1
2012-11-26mfd: Simplify IRQ domain registration code in STMPELee Jones1-9/+5
2012-11-24Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov1-0/+1
2012-11-23mfd: stmpe: Use devm_*() routinesViresh Kumar1-39/+21
2012-11-23Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar1-0/+1
2012-11-12mfd: Enable the STMPE MFD for Device TreeLee Jones1-6/+42
2012-11-12mfd: Correct copy and paste mistake in stmpeLee Jones1-2/+2
2012-11-12mfd: Provide the STMPE driver with its own IRQ domainLee Jones1-32/+50
2012-11-12mfd: Prevent STMPE from abusing mfd_add_devices' irq_base parameterLee Jones1-12/+13
2012-09-16mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-03-06mfd: Add support for no-interrupt stmpe configChris Blair1-38/+96
2012-01-09mfd: Fix stmpe section mismatchSamuel Ortiz1-1/+1
2012-01-09mfd: Fix stmpe build warningSamuel Ortiz1-0/+1
2012-01-09mfd: Add support for stmpe variant 801Viresh Kumar1-13/+84
2012-01-09mfd: Add support for stmpe variant 610Viresh Kumar1-2/+18
2012-01-09mfd: Separate out STMPE controller and interface specific codeViresh Kumar1-90/+43
2012-01-09mfd: Add support for irq over gpio pin to stmpeViresh Kumar1-7/+29
2011-08-01mfd: Fix missing stmpe kerneldocOm Prakash1-1/+1
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-6/+6
2011-01-14mfd: Convert SMTPE driver to new irq_ APIsMark Brown1-14/+14
2010-10-29mfd: Add PM support to STMPE devicesSundar Iyer1-0/+32
2010-08-12mfd: Add stmpe auto sleep featureSundar R Iyer1-0/+70
2010-08-12mfd: Add STMPE I/O Expander supportRabin Vincent1-0/+915