summaryrefslogtreecommitdiff
path: root/drivers/mfd/stmpe.c
AgeCommit message (Expand)Author
2020-12-28mfd: stmpe: Support disabling sub-functionsOleksandr Suvorov
2020-12-28Revert "mfd: stmpe: support disabling sub-functions"Oleksandr Suvorov
2020-11-25mfd: stmpe: support disabling sub-functionsOleksandr Suvorov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones
2019-01-16mfd: stmpe: Preparations for STMPE ADC driverStefan Agner
2019-01-03mfd: Use of_node_name_eq() for node name comparisonsRob Herring
2017-04-27mfd: stmpe: Fix bit clearing on STMPE1600Hugues Fruchet
2016-11-16mfd: stmpe: Fix RESET regression on STMPE2401Linus Walleij
2016-08-10mfd: Add STMPE1600 supportPatrice Chotard
2016-08-10mfd: stmpe: Rework registers accessPatrice Chotard
2016-08-10mfd: stmpe: Use generic bit mask namePatrice Chotard
2016-08-10mfd: stmpe: Add reset support for all STMPE variantPatrice Chotard
2016-08-10mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enumPatrice Chotard
2016-06-29mfd: stmpe: Move platform data into MFD driverLinus Walleij
2016-03-16mfd: stmpe: Add the proper PWM resourcesLinus Walleij
2015-10-26mfd: stmpe: PWM on 24xx has altfunc 1Linus Walleij
2015-08-11mfd: Kill off set_irq_flags usageRob Herring
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-12-15mfd: stmpe: add pull up/down register offsets for STMPELinus Walleij
2014-09-26mfd: stmpe: Support gpio over irq under device treeSean Cross
2014-09-26mfd: stmpe: Rid variable length array Sparse warningsLee Jones
2014-07-09mfd: stmpe: Rid data size incompatibility warn when building for 64bitLee Jones
2014-05-23mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij
2014-05-09mfd: stmpe: add optional regulatorsLinus Walleij
2014-05-09mfd: stmpe: mask off unused blocks properlyLinus Walleij
2014-03-19mfd: stmpe: Trivial: Remove unnecessary semicolonSachin Kamat
2014-01-06mfd: stmicro: Constify struct mfd_cell where possibleGeert Uytterhoeven
2013-07-31mfd: stmpe: Staticise stmpe_of_probe()Mark Brown
2013-06-25mfd: stmpe: use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas
2013-04-09mfd: support stmpe1801 18 bits enhanced port expanderJean-Nicolas Graux
2013-04-05mfd: stmpe: DT: Add stmpe-i2c dt alias to get id deviceGabriel Fernandez
2013-04-05mfd: stmpe: DT: Enable no-irq mode configurationGabriel Fernandez
2013-01-03Drivers: mfd: remove __dev* attributes.Greg Kroah-Hartman
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-12-10mfd: stmpe: Update DT support for stmpe driverVipul Kumar Samar
2012-12-01gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar
2012-11-30mfd: stmpe: Get rid of irq_invert_polarityViresh Kumar
2012-11-26mfd: Fix stmpe.c build when OF is not enabledRandy Dunlap
2012-11-26mfd: Simplify IRQ domain registration code in STMPELee Jones
2012-11-24Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov
2012-11-23mfd: stmpe: Use devm_*() routinesViresh Kumar
2012-11-22Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar
2012-11-11mfd: Enable the STMPE MFD for Device TreeLee Jones
2012-11-11mfd: Correct copy and paste mistake in stmpeLee Jones
2012-11-11mfd: Provide the STMPE driver with its own IRQ domainLee Jones
2012-11-11mfd: Prevent STMPE from abusing mfd_add_devices' irq_base parameterLee Jones
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown