aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/stmpe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mfd-platform-5.1' into ibs-for-mfd-mergedLee Jones1-6/+6
2019-01-16mfd: stmpe: Preparations for STMPE ADC driverStefan Agner1-0/+68
2019-01-03mfd: Use of_node_name_eq() for node name comparisonsRob Herring1-6/+6
2017-04-27mfd: stmpe: Fix bit clearing on STMPE1600Hugues Fruchet1-0/+2
2016-11-16mfd: stmpe: Fix RESET regression on STMPE2401Linus Walleij1-0/+2
2016-08-10mfd: Add STMPE1600 supportPatrice Chotard1-5/+60
2016-08-10mfd: stmpe: Rework registers accessPatrice Chotard1-4/+44
2016-08-10mfd: stmpe: Use generic bit mask namePatrice Chotard1-2/+2
2016-08-10mfd: stmpe: Add reset support for all STMPE variantPatrice Chotard1-8/+15
2016-08-10mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enumPatrice Chotard1-7/+14
2016-06-29mfd: stmpe: Move platform data into MFD driverLinus Walleij1-12/+28
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