aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/stmpe.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: mfd: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-9/+6
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+2
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-85/+121
2012-12-10mfd: stmpe: Update DT support for stmpe driverGravatar Vipul Kumar Samar 1-6/+15
2012-12-01gpio: stmpe: Add DT support for stmpe gpioGravatar Vipul Kumar Samar 1-0/+2
2012-11-30mfd: stmpe: Get rid of irq_invert_polarityGravatar Viresh Kumar 1-7/+0
2012-11-26mfd: Fix stmpe.c build when OF is not enabledGravatar Randy Dunlap 1-0/+1
2012-11-26mfd: Simplify IRQ domain registration code in STMPEGravatar Lee Jones 1-9/+5
2012-11-24Input: stmpe-keypad - add support for Device Tree bindingsGravatar Dmitry Torokhov 1-0/+1
2012-11-23mfd: stmpe: Use devm_*() routinesGravatar Viresh Kumar 1-39/+21
2012-11-22Input: stmpe-ts - add DT support for stmpe touchscreenGravatar Vipul Kumar Samar 1-0/+1
2012-11-11mfd: Enable the STMPE MFD for Device TreeGravatar Lee Jones 1-6/+42
2012-11-11mfd: Correct copy and paste mistake in stmpeGravatar Lee Jones 1-2/+2
2012-11-11mfd: Provide the STMPE driver with its own IRQ domainGravatar Lee Jones 1-32/+50
2012-11-11mfd: Prevent STMPE from abusing mfd_add_devices' irq_base parameterGravatar Lee Jones 1-12/+13
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-03-06mfd: Add support for no-interrupt stmpe configGravatar Chris Blair 1-38/+96
2012-01-09mfd: Fix stmpe section mismatchGravatar Samuel Ortiz 1-1/+1
2012-01-09mfd: Fix stmpe build warningGravatar Samuel Ortiz 1-0/+1
2012-01-09mfd: Add support for stmpe variant 801Gravatar Viresh Kumar 1-13/+84
2012-01-09mfd: Add support for stmpe variant 610Gravatar Viresh Kumar 1-2/+18
2012-01-09mfd: Separate out STMPE controller and interface specific codeGravatar Viresh Kumar 1-90/+43
2012-01-09mfd: Add support for irq over gpio pin to stmpeGravatar Viresh Kumar 1-7/+29
2011-07-31mfd: Fix missing stmpe kerneldocGravatar Om Prakash 1-1/+1
2011-03-27mfd: Cleanup irq namespaceGravatar Thomas Gleixner 1-6/+6
2011-01-14mfd: Convert SMTPE driver to new irq_ APIsGravatar Mark Brown 1-14/+14
2010-10-29mfd: Add PM support to STMPE devicesGravatar Sundar Iyer 1-0/+32
2010-08-12mfd: Add stmpe auto sleep featureGravatar Sundar R Iyer 1-0/+70
2010-08-12mfd: Add STMPE I/O Expander supportGravatar Rabin Vincent 1-0/+915