aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/stmpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16mfd: stmpe: Add the proper PWM resourcesLinus Walleij1-0/+35
2015-10-26mfd: stmpe: PWM on 24xx has altfunc 1Linus Walleij1-0/+1
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-7/+0
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski1-1/+1
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+4
2014-12-15mfd: stmpe: add pull up/down register offsets for STMPELinus Walleij1-0/+4
2014-09-26mfd: stmpe: Support gpio over irq under device treeSean Cross1-1/+6
2014-09-26mfd: stmpe: Rid variable length array Sparse warningsLee Jones1-2/+2
2014-07-09mfd: stmpe: Rid data size incompatibility warn when building for 64bitLee Jones1-1/+1
2014-05-23mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij1-5/+1
2014-05-09mfd: stmpe: add optional regulatorsLinus Walleij1-0/+18
2014-05-09mfd: stmpe: mask off unused blocks properlyLinus Walleij1-0/+9
2014-03-19mfd: stmpe: Trivial: Remove unnecessary semicolonSachin Kamat1-1/+1
2014-01-06mfd: stmicro: Constify struct mfd_cell where possibleGeert Uytterhoeven1-5/+5
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-03Drivers: mfd: remove __dev* attributes.Greg Kroah-Hartman1-9/+6
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus 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-26mfd: 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-22Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar1-0/+1
2012-11-11mfd: Enable the STMPE MFD for Device TreeLee Jones1-6/+42
2012-11-11mfd: Correct copy and paste mistake in stmpeLee Jones1-2/+2
2012-11-11mfd: Provide the STMPE driver with its own IRQ domainLee Jones1-32/+50
2012-11-11mfd: Prevent STMPE from abusing mfd_add_devices' irq_base parameterLee Jones1-12/+13
2012-09-15mfd: 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-07-31mfd: 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