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