summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/stmpe.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: stmpe: Only disable the regulators if they are enabledChristophe JAILLET2023-06-211-2/+2
* mfd: various: Use of_property_present() for testing DT property presenceRob Herring2023-04-261-1/+1
* mfd: stmpe: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-071-6/+2
* mfd: stmpe: Switch to using gpiod APIDmitry Torokhov2022-09-281-23/+13
* mfd: stmpe: Probe sub-function by compatibleFrancesco Dolcini2022-09-281-6/+5
* mfd: stmpe: Remove rotator block from probeFrancesco Dolcini2022-09-281-2/+0
* mfd: stmpe: Support disabling sub-functionsOleksandr Suvorov2021-11-291-1/+1
* mfd: stmpe: Make stmpe_remove() return voidUwe Kleine-König2021-11-051-3/+1
* mfd: Don't use irq_create_mapping() to resolve a mappingMarc Zyngier2021-08-051-2/+2
* mfd: stmpe: Revert "Constify static struct resource"Rikard Falkeborn2021-04-141-5/+9
* mfd: stmpe: Constify static struct resourceRikard Falkeborn2020-11-191-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner2019-06-191-1/+1
*-. Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones2019-02-011-6/+6
|\ \
| | * mfd: Use of_node_name_eq() for node name comparisonsRob Herring2019-01-031-6/+6
| |/
* / mfd: stmpe: Preparations for STMPE ADC driverStefan Agner2019-01-161-0/+68
|/
* mfd: stmpe: Fix bit clearing on STMPE1600Hugues Fruchet2017-04-271-0/+2
* mfd: stmpe: Fix RESET regression on STMPE2401Linus Walleij2016-11-161-0/+2
* mfd: Add STMPE1600 supportPatrice Chotard2016-08-101-5/+60
* mfd: stmpe: Rework registers accessPatrice Chotard2016-08-101-4/+44
* mfd: stmpe: Use generic bit mask namePatrice Chotard2016-08-101-2/+2
* mfd: stmpe: Add reset support for all STMPE variantPatrice Chotard2016-08-101-8/+15
* mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enumPatrice Chotard2016-08-101-7/+14
* mfd: stmpe: Move platform data into MFD driverLinus Walleij2016-06-291-12/+28
* mfd: stmpe: Add the proper PWM resourcesLinus Walleij2016-03-161-0/+35
* mfd: stmpe: PWM on 24xx has altfunc 1Linus Walleij2015-10-261-0/+1
* mfd: Kill off set_irq_flags usageRob Herring2015-08-111-7/+0
* mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski2015-06-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-301-0/+4
|\
| * mfd: stmpe: add pull up/down register offsets for STMPELinus Walleij2014-12-151-0/+4
* | mfd: stmpe: Support gpio over irq under device treeSean Cross2014-09-261-1/+6
* | mfd: stmpe: Rid variable length array Sparse warningsLee Jones2014-09-261-2/+2
|/
* mfd: stmpe: Rid data size incompatibility warn when building for 64bitLee Jones2014-07-091-1/+1
* mfd: stmpe: root out static GPIO and IRQ assignmentsLinus Walleij2014-05-231-5/+1
* mfd: stmpe: add optional regulatorsLinus Walleij2014-05-091-0/+18
* mfd: stmpe: mask off unused blocks properlyLinus Walleij2014-05-091-0/+9
* mfd: stmpe: Trivial: Remove unnecessary semicolonSachin Kamat2014-03-191-1/+1
* mfd: stmicro: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-5/+5
* mfd: stmpe: Staticise stmpe_of_probe()Mark Brown2013-07-311-1/+2
* mfd: stmpe: use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-2/+1
* mfd: support stmpe1801 18 bits enhanced port expanderJean-Nicolas Graux2013-04-091-1/+96
* mfd: stmpe: DT: Add stmpe-i2c dt alias to get id deviceGabriel Fernandez2013-04-051-1/+4
* mfd: stmpe: DT: Enable no-irq mode configurationGabriel Fernandez2013-04-051-0/+3
* Drivers: mfd: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-9/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-12-181-0/+2
|\
| * Input: stmpe-keypad - add support for Device Tree bindingsDmitry Torokhov2012-11-241-0/+1
| * Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar2012-11-221-0/+1
* | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-161-85/+121
|\ \
| * | mfd: stmpe: Update DT support for stmpe driverVipul Kumar Samar2012-12-101-6/+15
| * | mfd: stmpe: Get rid of irq_invert_polarityViresh Kumar2012-11-301-7/+0
| * | mfd: Fix stmpe.c build when OF is not enabledRandy Dunlap2012-11-261-0/+1