| Commit message (Expand) | Author | Age | Files | Lines |
* | mfd: stmpe: Fix bit clearing on STMPE1600 | Hugues Fruchet | 2017-04-27 | 1 | -0/+2 |
* | mfd: stmpe: Fix RESET regression on STMPE2401 | Linus Walleij | 2016-11-16 | 1 | -0/+2 |
* | mfd: Add STMPE1600 support | Patrice Chotard | 2016-08-10 | 1 | -5/+60 |
* | mfd: stmpe: Rework registers access | Patrice Chotard | 2016-08-10 | 1 | -4/+44 |
* | mfd: stmpe: Use generic bit mask name | Patrice Chotard | 2016-08-10 | 1 | -2/+2 |
* | mfd: stmpe: Add reset support for all STMPE variant | Patrice Chotard | 2016-08-10 | 1 | -8/+15 |
* | mfd: stmpe: Add STMPE_IDX_SYS_CTRL/2 enum | Patrice Chotard | 2016-08-10 | 1 | -7/+14 |
* | mfd: stmpe: Move platform data into MFD driver | Linus Walleij | 2016-06-29 | 1 | -12/+28 |
* | mfd: stmpe: Add the proper PWM resources | Linus Walleij | 2016-03-16 | 1 | -0/+35 |
* | mfd: stmpe: PWM on 24xx has altfunc 1 | Linus Walleij | 2015-10-26 | 1 | -0/+1 |
* | mfd: Kill off set_irq_flags usage | Rob Herring | 2015-08-11 | 1 | -7/+0 |
* | mfd: Constify regmap and irq configuration data | Krzysztof Kozlowski | 2015-06-22 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2014-12-30 | 1 | -0/+4 |
|\ |
|
| * | mfd: stmpe: add pull up/down register offsets for STMPE | Linus Walleij | 2014-12-15 | 1 | -0/+4 |
* | | mfd: stmpe: Support gpio over irq under device tree | Sean Cross | 2014-09-26 | 1 | -1/+6 |
* | | mfd: stmpe: Rid variable length array Sparse warnings | Lee Jones | 2014-09-26 | 1 | -2/+2 |
|/ |
|
* | mfd: stmpe: Rid data size incompatibility warn when building for 64bit | Lee Jones | 2014-07-09 | 1 | -1/+1 |
* | mfd: stmpe: root out static GPIO and IRQ assignments | Linus Walleij | 2014-05-23 | 1 | -5/+1 |
* | mfd: stmpe: add optional regulators | Linus Walleij | 2014-05-09 | 1 | -0/+18 |
* | mfd: stmpe: mask off unused blocks properly | Linus Walleij | 2014-05-09 | 1 | -0/+9 |
* | mfd: stmpe: Trivial: Remove unnecessary semicolon | Sachin Kamat | 2014-03-19 | 1 | -1/+1 |
* | mfd: stmicro: Constify struct mfd_cell where possible | Geert Uytterhoeven | 2014-01-06 | 1 | -5/+5 |
* | mfd: stmpe: Staticise stmpe_of_probe() | Mark Brown | 2013-07-31 | 1 | -1/+2 |
* | mfd: stmpe: use irq_get_trigger_type() to get IRQ flags | Javier Martinez Canillas | 2013-06-25 | 1 | -2/+1 |
* | mfd: support stmpe1801 18 bits enhanced port expander | Jean-Nicolas Graux | 2013-04-09 | 1 | -1/+96 |
* | mfd: stmpe: DT: Add stmpe-i2c dt alias to get id device | Gabriel Fernandez | 2013-04-05 | 1 | -1/+4 |
* | mfd: stmpe: DT: Enable no-irq mode configuration | Gabriel Fernandez | 2013-04-05 | 1 | -0/+3 |
* | Drivers: mfd: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -9/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-12-18 | 1 | -0/+2 |
|\ |
|
| * | Input: stmpe-keypad - add support for Device Tree bindings | Dmitry Torokhov | 2012-11-24 | 1 | -0/+1 |
| * | Input: stmpe-ts - add DT support for stmpe touchscreen | Vipul Kumar Samar | 2012-11-22 | 1 | -0/+1 |
* | | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-12-16 | 1 | -85/+121 |
|\ \ |
|
| * | | mfd: stmpe: Update DT support for stmpe driver | Vipul Kumar Samar | 2012-12-10 | 1 | -6/+15 |
| * | | mfd: stmpe: Get rid of irq_invert_polarity | Viresh Kumar | 2012-11-30 | 1 | -7/+0 |
| * | | mfd: Fix stmpe.c build when OF is not enabled | Randy Dunlap | 2012-11-26 | 1 | -0/+1 |
| * | | mfd: Simplify IRQ domain registration code in STMPE | Lee Jones | 2012-11-26 | 1 | -9/+5 |
| * | | mfd: stmpe: Use devm_*() routines | Viresh Kumar | 2012-11-23 | 1 | -39/+21 |
| * | | mfd: Enable the STMPE MFD for Device Tree | Lee Jones | 2012-11-11 | 1 | -6/+42 |
| * | | mfd: Correct copy and paste mistake in stmpe | Lee Jones | 2012-11-11 | 1 | -2/+2 |
| * | | mfd: Provide the STMPE driver with its own IRQ domain | Lee Jones | 2012-11-11 | 1 | -32/+50 |
| * | | mfd: Prevent STMPE from abusing mfd_add_devices' irq_base parameter | Lee Jones | 2012-11-11 | 1 | -12/+13 |
| |/ |
|
* | | gpio: stmpe: Add DT support for stmpe gpio | Vipul Kumar Samar | 2012-12-01 | 1 | -0/+2 |
|/ |
|
* | mfd: core: Push irqdomain mapping out into devices | Mark Brown | 2012-09-15 | 1 | -1/+1 |
* | mfd: Add support for no-interrupt stmpe config | Chris Blair | 2012-03-06 | 1 | -38/+96 |
* | mfd: Fix stmpe section mismatch | Samuel Ortiz | 2012-01-09 | 1 | -1/+1 |
* | mfd: Fix stmpe build warning | Samuel Ortiz | 2012-01-09 | 1 | -0/+1 |
* | mfd: Add support for stmpe variant 801 | Viresh Kumar | 2012-01-09 | 1 | -13/+84 |
* | mfd: Add support for stmpe variant 610 | Viresh Kumar | 2012-01-09 | 1 | -2/+18 |
* | mfd: Separate out STMPE controller and interface specific code | Viresh Kumar | 2012-01-09 | 1 | -90/+43 |
* | mfd: Add support for irq over gpio pin to stmpe | Viresh Kumar | 2012-01-09 | 1 | -7/+29 |