linux/Documentation/devicetree/bindings/regulator
Linus Torvalds 54c72d5987 == Changes to existing drivers ==
- Checkpatch fixes throughout the subsystem
   - Use Regmap to handle IRQs in max77686, extcon-max77693 and mc13xxx-core
   - Use DMA in rtsx_pcr
   - Restrict building on unsupported architectures on timberdale, cs5535
   - SPI hardening in cros_ec_spi
   - More robust error handing in asic3, cros_ec, ab8500-debugfs,
         max77686 and pcf50633-core
   - Reorder PM runtime and regulator handing during shutdown in arizona
   - Enable wakeup in cros_ec_spi
   - Unused variable/code clean-up in pm8921-core, cros_ec, htc-i2cpld,
         tps65912-spi, wm5110-tables and ab8500-debugfs
   - Add regulator handing into suspend() in sec-core
   - Remove pointless wrapper functions in extcon-max77693 and i2c-cros-ec-tunnel
   - Use cross-architecture friendly data sizes in stmpe-i2c, arizona,
         max77686 and tps65910
   - Device Tree documentation updates throughout
   - Provide power management support in max77686
   - Few OF clean-ups in max77686
   - Use manged resources in tps6105x
 
  == New drivers/supported devices ==
   - Add support for s2mpu02 to sec-core
   - Add support for Allwinner A32 to sun6i-prcm
   - Add support for Maxim 77802 in max77686
   - Add support for DA9063 AD in da9063
   - Add new driver for Intel PMICs (generic) and specifically Crystal Cove
 
  == (Re-)moved drivers ==
   - Move out keyboard functionality cros_ec ==> input/keyboard/cros_ec_keyb
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJT40p7AAoJEFGvii+H/HdhTo0P/1GuZyvCAJCeqt2oN1gcloIe
 Hgf5rEo/PVPh3T9vHA7GCbWhgtdxfJI8FxrQYvU7Dw5cEMlmvl5p/ZHNPIProv97
 uI59JO67roLpXZP+aYX8BzXcplYkaR/ah16o/ePtaOCwGrXDz+TtJiHEVVN/8bAG
 PWsdcDNBC8byP7BZ/8zFdu6pX4800eRZ0KgeBH+u4k6UDor7M6LkQrxF1hJhU1Bv
 z14Q2wKQufhbcyEtQWcYc6M8hignD1Ioyd4I8mnEJs0EUiABfGUEk/K/G4Z5Q7Sv
 eRIEPZCd1CEBKD5JQcPXyE1QGdG9GiD15PLmctPA4VY1V+9c5/Hoq0TLoxlAQNWA
 gUr7WSqJ+KT2Nch0WVr/MdP8l0jPYfboWbsd/apj4GK0/9quwJNkGUxx0mCdCXyg
 9ylitwUrmlrd4CEKjybfEuTQB52Jvcdq24fnNYHHn1TGppZH6w7LVvdwSW7UcjF0
 Y48hTImYYnVAlWl5lE5xVQTWD/3hseAcoWTsdSORSWJbkCfAhJUg/Gn5bH/Fkwhs
 /aWYPvkF+m47PoudZ9Z8qB5OTO4uz/Q9uEBBf2/k4Yy95vl2IZdy9VqS5tYG67e7
 LLdAZvG5hjEwDi3OwcwGSdZ/kRB5Hgq/YvpqjItle86CKj0ECdAqL/PfqLISgJq9
 x3zSuWMRLcNoyhc2HnBj
 =2cNI
 -----END PGP SIGNATURE-----

Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD update from Lee Jones:
 "Changes to existing drivers:
   - checkpatch fixes throughout the subsystem
   - use Regmap to handle IRQs in max77686, extcon-max77693 and
     mc13xxx-core
   - use DMA in rtsx_pcr
   - restrict building on unsupported architectures on timberdale,
     cs5535
   - SPI hardening in cros_ec_spi
   - more robust error handing in asic3, cros_ec, ab8500-debugfs,
     max77686 and pcf50633-core
   - reorder PM runtime and regulator handing during shutdown in arizona
   - enable wakeup in cros_ec_spi
   - unused variable/code clean-up in pm8921-core, cros_ec, htc-i2cpld,
     tps65912-spi, wm5110-tables and ab8500-debugfs
   - add regulator handing into suspend() in sec-core
   - remove pointless wrapper functions in extcon-max77693 and
     i2c-cros-ec-tunnel
   - use cross-architecture friendly data sizes in stmpe-i2c, arizona,
     max77686 and tps65910
   - devicetree documentation updates throughout
   - provide power management support in max77686
   - few OF clean-ups in max77686
   - use manged resources in tps6105x

  New drivers/supported devices:
   - add support for s2mpu02 to sec-core
   - add support for Allwinner A32 to sun6i-prcm
   - add support for Maxim 77802 in max77686
   - add support for DA9063 AD in da9063
   - new driver for Intel PMICs (generic) and specifically Crystal Cove

  (Re-)moved drivers ==
   - move out keyboard functionality cros_ec ==> input/keyboard/cros_ec_keyb"

* tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (101 commits)
  MAINTAINERS: Update MFD repo location
  mfd: omap-usb-host: Fix improper mask use.
  mfd: arizona: Only free the CTRLIF_ERR IRQ if we requested it
  mfd: arizona: Add missing handling for ISRC3 under/overclocked
  mfd: wm5110: Add new interrupt register definitions
  mfd: arizona: Rename thermal shutdown interrupt
  mfd: wm5110: Add in the output done interrupts
  mfd: wm5110: Remove non-existant interrupts
  mfd: tps65912-spi: Remove unused variable
  mfd: htc-i2cpld: Remove unused code
  mfd: da9063: Add support for AD silicon variant
  mfd: arizona: Map MICVDD from extcon device to the Arizona core
  mfd: arizona: Add MICVDD to mapped regulators for wm8997
  mfd: max77686: Ensure device type IDs are architecture agnostic
  mfd: max77686: Add Maxim 77802 PMIC support
  mfd: tps6105x: Use managed resources when allocating memory
  mfd: wm8997-tables: Suppress 'line over 80 chars' warnings
  mfd: kempld-core: Correct a variety of checkpatch warnings
  mfd: ipaq-micro: Fix coding style errors/warnings reported by checkpatch
  mfd: si476x-cmd: Remedy checkpatch style complains
  ...
2014-08-07 17:17:39 -07:00
..
88pm800.txt regulator: 88pm800: add regulator driver for 88pm800 2013-07-19 19:08:36 +01:00
88pm860x.txt mfd: 88pm860x: Device tree support 2012-10-02 11:43:13 +02:00
act8865-regulator.txt regulator: act8865: add act8846 to DT binding documentation 2014-08-05 18:02:53 +01:00
anatop-regulator.txt regulators: anatop: add set_voltage_time_sel interface 2013-01-31 14:40:49 +08:00
as3722-regulator.txt regulator: as3722: add regulator driver for AMS AS3722 2013-09-20 18:08:00 +01:00
da9210.txt regulator: da9210: add Device Tree support 2013-09-26 11:17:57 +01:00
fixed-regulator.txt regulator: fixed: dt: support for input supply 2012-07-05 13:49:35 +01:00
gpio-regulator.txt Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/fixed', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp872x' and 'regulator/topic/max14577' into regulator-next 2014-03-26 16:57:57 +00:00
lp872x.txt regulator: lp872x: support the device tree feature 2013-05-20 18:13:44 -05:00
ltc3589.txt regulator: ltc3589: Add DT binding documentation 2014-05-26 15:54:57 +01:00
max8660.txt regulators: max8660: add DT bindings 2013-08-02 17:29:54 +01:00
max8907.txt mfd: max8907: Remove regulator-compatible from DT docs 2012-09-25 15:21:34 +02:00
max8925-regulator.txt regulator: max8925: update dt regulator binding doc 2012-11-09 11:40:48 +00:00
max8952.txt regulator: max8952: Add Device Tree support 2013-04-05 11:20:52 +01:00
max8973-regulator.txt regulator: max8973: fix a typo in documentation 2013-06-25 10:00:55 +01:00
max8997-regulator.txt regulator: max8997: Fix a trivial typo in documentation 2013-07-04 10:55:50 +01:00
palmas-pmic.txt regulator: palmas: Add tps65917 compatible string 2014-06-23 12:30:55 +01:00
pbias-regulator.txt regulator: add pbias regulator support 2014-03-04 11:44:47 -05:00
pfuze100.txt regulator: pfuze100: add pfuze200 support 2014-03-04 17:40:31 +08:00
regulator.txt doc: spelling error changes 2014-05-05 15:32:05 +02:00
s5m8767-regulator.txt Documentation: devicetree: Fix s2mps11 and s5m8767 typos 2014-07-09 14:58:08 +01:00
ti-abb-regulator.txt regulator: ti-abb: Add support for interleaved LDO registers 2014-02-03 12:33:17 +00:00
tps6586x.txt MFD bits for the 3.7 merge window. 2012-10-05 12:01:30 +09:00
tps51632-regulator.txt regulator: tps51632: add DT support 2012-12-27 17:30:45 +00:00
tps62360-regulator.txt documentation/devicetree: Fix typos 2013-02-06 11:06:36 +00:00
tps65090.txt regulator: tps65090: Allow setting the overcurrent wait time 2014-04-18 16:02:00 +01:00
tps65217.txt mfd: tps65217: Set PMIC to shutdown on PWR_EN toggle 2012-11-21 16:07:55 +01:00
tps65218.txt regulator: Add DT bindings for tps65218 PMIC regulators. 2014-07-16 22:50:18 +01:00
twl-regulator.txt mfd: twl-core: Change TWL6025 references to TWL6032 2013-06-20 10:26:29 +02:00
vexpress.txt regulator: Versatile Express regulator driver 2012-10-15 11:56:08 +09:00