Age | Commit message (Expand) | Author |
2023-06-21 | mfd: stmpe: Only disable the regulators if they are enabled | Christophe JAILLET |
2023-04-26 | mfd: various: Use of_property_present() for testing DT property presence | Rob Herring |
2022-12-07 | mfd: stmpe: Remove #ifdef guards for PM related functions | Paul Cercueil |
2022-09-28 | mfd: stmpe: Switch to using gpiod API | Dmitry Torokhov |
2022-09-28 | mfd: stmpe: Probe sub-function by compatible | Francesco Dolcini |
2022-09-28 | mfd: stmpe: Remove rotator block from probe | Francesco Dolcini |
2021-11-29 | mfd: stmpe: Support disabling sub-functions | Oleksandr Suvorov |
2021-11-05 | mfd: stmpe: Make stmpe_remove() return void | Uwe Kleine-König |
2021-08-05 | mfd: Don't use irq_create_mapping() to resolve a mapping | Marc Zyngier |
2021-04-14 | mfd: stmpe: Revert "Constify static struct resource" | Rikard Falkeborn |
2020-11-19 | mfd: stmpe: Constify static struct resource | Rikard Falkeborn |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464 | Thomas Gleixner |
2019-02-01 | Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf... | Lee Jones |
2019-01-16 | mfd: stmpe: Preparations for STMPE ADC driver | Stefan Agner |
2019-01-03 | mfd: Use of_node_name_eq() for node name comparisons | Rob Herring |
2017-04-27 | mfd: stmpe: Fix bit clearing on STMPE1600 | Hugues Fruchet |
2016-11-16 | mfd: stmpe: Fix RESET regression on STMPE2401 | Linus Walleij |
2016-08-10 | mfd: Add STMPE1600 support | Patrice Chotard |
2016-08-10 | mfd: stmpe: Rework registers access | Patrice Chotard |
2016-08-10 | mfd: stmpe: Use generic bit mask name | Patrice Chotard |
2016-08-10 | mfd: stmpe: Add reset support for all STMPE variant | Patrice Chotard |
2016-08-10 | mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enum | Patrice Chotard |
2016-06-29 | mfd: stmpe: Move platform data into MFD driver | Linus Walleij |
2016-03-16 | mfd: stmpe: Add the proper PWM resources | Linus Walleij |
2015-10-26 | mfd: stmpe: PWM on 24xx has altfunc 1 | Linus Walleij |
2015-08-11 | mfd: Kill off set_irq_flags usage | Rob Herring |
2015-06-22 | mfd: Constify regmap and irq configuration data | Krzysztof Kozlowski |
2014-12-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2014-12-15 | mfd: stmpe: add pull up/down register offsets for STMPE | Linus Walleij |
2014-09-26 | mfd: stmpe: Support gpio over irq under device tree | Sean Cross |
2014-09-26 | mfd: stmpe: Rid variable length array Sparse warnings | Lee Jones |
2014-07-09 | mfd: stmpe: Rid data size incompatibility warn when building for 64bit | Lee Jones |
2014-05-23 | mfd: stmpe: root out static GPIO and IRQ assignments | Linus Walleij |
2014-05-09 | mfd: stmpe: add optional regulators | Linus Walleij |
2014-05-09 | mfd: stmpe: mask off unused blocks properly | Linus Walleij |
2014-03-19 | mfd: stmpe: Trivial: Remove unnecessary semicolon | Sachin Kamat |
2014-01-06 | mfd: stmicro: Constify struct mfd_cell where possible | Geert Uytterhoeven |
2013-07-31 | mfd: stmpe: Staticise stmpe_of_probe() | Mark Brown |
2013-06-25 | mfd: stmpe: use irq_get_trigger_type() to get IRQ flags | Javier Martinez Canillas |
2013-04-09 | mfd: support stmpe1801 18 bits enhanced port expander | Jean-Nicolas Graux |
2013-04-05 | mfd: stmpe: DT: Add stmpe-i2c dt alias to get id device | Gabriel Fernandez |
2013-04-05 | mfd: stmpe: DT: Enable no-irq mode configuration | Gabriel Fernandez |
2013-01-03 | Drivers: mfd: remove __dev* attributes. | Greg Kroah-Hartman |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2012-12-16 | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds |
2012-12-10 | mfd: stmpe: Update DT support for stmpe driver | Vipul Kumar Samar |
2012-12-01 | gpio: stmpe: Add DT support for stmpe gpio | Vipul Kumar Samar |
2012-11-30 | mfd: stmpe: Get rid of irq_invert_polarity | Viresh Kumar |
2012-11-26 | mfd: Fix stmpe.c build when OF is not enabled | Randy Dunlap |
2012-11-26 | mfd: Simplify IRQ domain registration code in STMPE | Lee Jones |