Linus Torvalds
5c2770079f
Changes to existing drivers:
...
- Repair platform device collision; da9052, wm8994-core
- Regmap configuration amendments; tps65218
- Fix runtime PM deadlock; rtsx_usb
- Remove unused/superfluous code; db8500-prcmu, omap-usb-host
- Enable watchdog timer; lpc_sch
- Add start/stop RX URBs helpers; dln2
- Remove platform device (DT only); max77686, max77802
- Support suspend and resume; dln2
- Add Device Tree support; da9063
- Supply extra error checking; intel_soc_pmic
- Constify all the things; 88pm860x, hi6421-pmic, intel_soc_pmic,
max77686, lm3533, retu, pcf50633,
davinci_voicecodec, smsc-ece1099,
tps65218, mc13xxx, tps65217, twl-core,
twl6040
New drivers/supported devices:
- Supply new driver for Richtek RT5033
- Supply new driver for DA9150 Charger and FuelGauge
- Supply new driver for Qualcomm Resource Power Manager (RPM)
- Add support for the ir-clk into sun6i-prcm
- Add support for FuelGauge into axp20x
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJU4yfwAAoJEFGvii+H/HdhhLQP/iWReuVzIp6bs7MIOWYAI5XZ
hYGWD4rj/3jR9uAMOPj/h7ZmiMt7pYR2jzzOLIM9lyaAUJ1KkIHhBvimthu0NiMa
5zE/m8V86FUkuZpBQgXMFYxU69q6Q4Smd9aM6nx3tJpcv7VV2ROotUU+h0Zc+hfa
2SJhnCLL9joewv6kflELJT7X/WnOnHXwBdo/co79QlQ/Zw4Ry29TTFTWDCKPtY21
XFmArDNm2OCDu0wffR/rI23DJRqWh3/TSVruFk6AsspdPthjOwxbu7n1od0izkn2
Ulwte4daLJXsGzlHMVT52xTKiPU+KL5RhlzZSC2BEMhzbQLZQF51zrlWAHIXFRyU
C6FhIug2CHb/Gv1fBdbxWR9FM2csRTsYam5xBRoy/OnmvdjysAa/KryFg5JwCoAz
Y8SXT6CZbZwkFVMY+X+jMBcEHRBqo9Wd8S9dPTCfVnYamg27SGMikmZ+4tWMhLFF
r28itoWMVHVByO9LzJxJVxL3qjHDxqxwZH6l4zO5DFxOJMG9tuY79IbXorUO/maL
ld6NamfCon8f0m/UlnmImwE1VyIjFJMHHVqJyrSnML4nKFYHrbtxZS0KMtKV6OJg
zmB/7EmPeltNLrB+OY7lVOyZVod6IM4+mOF/WjIlo7VvC9MAv5kZyjShiZ29JOvD
wvmnB1bwe98vTjeHKDl7
=9a/l
-----END PGP SIGNATURE-----
Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"Changes to existing drivers:
- fixr platform device collision; da9052, wm8994-core
- regmap configuration amendments; tps65218
- fix runtime PM deadlock; rtsx_usb
- remove unused/superfluous code; db8500-prcmu, omap-usb-host
- enable watchdog timer; lpc_sch
- add start/stop RX URBs helpers; dln2
- remove platform device (DT only); max77686, max77802
- support suspend and resume; dln2
- add Device Tree support; da9063
- extra error checking; intel_soc_pmic
- const'ify all the things; 88pm860x, hi6421-pmic, intel_soc_pmic,
max77686, lm3533, retu, pcf50633,
davinci_voicecodec, smsc-ece1099,
tps65218, mc13xxx, tps65217, twl-core,
twl6040
New drivers/supported devices:
- new driver for Richtek RT5033
- new driver for DA9150 Charger and FuelGauge
- new driver for Qualcomm Resource Power Manager (RPM)
- add support for the ir-clk into sun6i-prcm
- add support for FuelGauge into axp20x"
* tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (32 commits)
mfd: intel_soc_pmic: Add missing error check for devm_kzalloc
mfd: rtsx_usb: Defer autosuspend while card exists
mfd: devicetree: Add bindings for DA9063
mfd: da9063: Add device tree support
regulator: qcom-rpm: Add missing state flag in call to RPM
mfd: qcom-rpm: Driver for the Qualcomm RPM
mfd: devicetree: bindings: Add Qualcomm RPM DT binding
mfd: max77686/802: Remove support for board files
mfd: omap-usb-host: Remove some unused functions
mfd: twl6040: Constify struct regmap_config and reg_default array
mfd: twl-core: Constify struct regmap_config and reg_default array
mfd: tps65217: Constify struct regmap_config
mfd: mc13xxx: i2c/spi: Constify struct regmap_config
mfd: tps65218: Constify struct regmap_config
mfd: smsc-ece1099: Constify struct regmap_config
mfd: davinci_voicecodec: Constify struct regmap_config
mfd: pcf50633: Constify struct regmap_config
mfd: retu: Constify struct regmap_config
mfd: lm3533: Constify struct regmap_config
mfd: max77686: Constify struct regmap_config
...
2015-02-18 09:05:48 -08:00
..
2015-02-15 11:30:39 -08:00
2014-09-26 11:02:55 +02:00
2015-01-22 01:21:45 +01:00
2015-02-17 09:27:54 -08:00
2015-01-23 17:11:44 +00:00
2014-09-26 11:02:55 +02:00
2015-01-28 12:07:58 -07:00
2014-12-13 14:14:23 -08:00
2014-10-09 22:26:02 -04:00
2015-02-11 17:06:02 -08:00
2014-05-27 13:56:21 -07:00
2015-01-30 01:52:17 +01:00
2014-11-13 22:31:38 +08:00
2014-10-28 09:06:11 -04:00
2014-11-10 15:25:30 -05:00
2015-02-18 09:05:48 -08:00
2015-02-18 08:49:20 -08:00
2015-02-17 17:02:04 -08:00
2015-02-15 11:30:39 -08:00
2014-09-21 17:03:04 -03:00
2014-05-26 12:53:40 +10:00
2014-05-05 15:32:05 +02:00
2015-02-16 17:56:04 -08:00
2014-07-17 18:43:40 -07:00
2014-02-28 15:12:08 -08:00
2015-01-28 11:14:00 -07:00
2014-08-25 03:28:09 -05:00
2015-01-25 21:23:59 -08:00
2014-12-04 19:09:03 +01:00
2014-11-20 11:08:55 +01:00
2014-08-10 20:36:00 -07:00
2014-12-12 14:42:48 -08:00
2014-10-08 20:16:19 +11:00
2014-04-16 14:13:27 -07:00
2014-08-19 10:02:56 +02:00
2014-12-10 17:41:10 -08:00
2014-09-26 11:02:59 +02:00
2015-02-11 13:03:11 -08:00
2014-12-05 11:18:36 -05:00
2014-08-26 09:35:53 +02:00
2015-01-29 12:56:20 -07:00
2014-06-11 08:35:34 -07:00
2015-02-11 13:03:11 -08:00
2014-12-08 12:56:06 +08:00
2014-06-19 15:28:56 +02:00
2014-09-26 11:02:55 +02:00
2014-03-08 12:39:44 +05:30
2014-06-10 19:11:06 -04:00
2015-01-30 01:29:46 +01:00
2014-10-08 20:16:19 +11:00
2014-10-28 08:46:27 -04:00
2014-10-24 16:07:10 -04:00
2014-08-08 15:57:24 -07:00
2015-01-15 23:34:34 -08:00
2015-01-15 11:11:14 +01:00
2015-01-30 11:19:25 -07:00
2014-12-12 10:08:06 -08:00
2015-01-22 22:34:32 +00:00
2014-11-05 18:53:54 -08:00
2014-12-10 14:00:13 +01:00
2014-10-07 21:14:57 -04:00
2015-02-11 18:23:28 -08:00
2015-01-06 13:46:49 -08:00
2015-01-06 14:39:17 -04:00
2014-09-26 11:02:59 +02:00
2015-02-15 10:48:44 -08:00
2015-02-10 18:57:15 -08:00
2014-10-25 10:53:44 -04:00
2015-02-13 21:21:40 -08:00
2015-02-09 12:44:13 +01:00
2015-02-11 17:06:00 -08:00
2014-06-19 17:45:14 -07:00
2014-09-26 11:02:55 +02:00
2015-02-13 21:21:41 -08:00
2014-08-06 21:03:53 -07:00
2014-12-29 15:28:24 -07:00
2014-09-26 11:10:11 +02:00
2014-11-13 10:34:54 -08:00
2014-10-14 02:18:16 +02:00
2015-02-10 14:30:31 -08:00
2014-12-29 15:33:17 -07:00
2014-12-03 16:21:37 -08:00
2015-01-28 12:05:46 -07:00
2014-03-20 13:43:40 +01:00
2014-05-29 15:50:30 +02:00
2014-04-04 09:50:07 -07:00
2014-09-26 11:22:29 +02:00
2014-05-26 17:28:27 -06:00
2014-05-05 15:32:05 +02:00
2014-08-28 11:57:24 +05:30
2014-05-20 16:54:21 -06:00
2014-04-09 13:44:34 -07:00
2014-05-05 15:32:05 +02:00
2014-06-04 08:50:34 -07:00
2014-04-30 19:57:05 +01:00
2014-12-02 11:55:29 -05:00
2015-01-19 12:05:32 +01:00
2015-02-17 14:34:54 -08:00
2014-10-28 09:06:11 -04:00
2014-05-04 09:49:46 +02:00
2014-12-11 15:04:11 -06:00
2014-11-23 13:01:45 +01:00
2014-04-07 16:36:11 -07:00
2014-05-25 12:39:00 -07:00
2015-02-13 21:21:42 -08:00
2015-02-15 11:37:02 -08:00
2014-03-21 13:16:58 +01:00
2014-10-24 13:59:03 -04:00
2014-12-08 09:07:11 -05:00
2015-02-04 16:05:44 -05:00
2014-11-24 10:49:54 -07:00
2014-12-13 12:42:53 -08:00
2014-08-26 09:35:52 +02:00
2014-09-28 11:08:00 +02:00
2014-04-16 14:20:34 -07:00
2014-11-03 11:54:50 -05:00
2014-09-26 11:02:56 +02:00
2015-01-07 08:59:32 -08:00
2014-10-09 22:25:52 -04:00
2014-04-06 09:38:07 -07:00
2015-01-20 14:02:58 -07:00
2014-12-22 15:40:48 +01:00
2014-11-21 19:48:50 +05:30
2014-09-04 10:05:07 +02:00
2014-10-14 02:18:26 +02:00
2014-05-21 11:19:36 +02:00
2014-12-11 13:38:31 -08:00
2014-05-05 15:32:05 +02:00
2015-01-09 23:22:12 +01:00
2014-05-05 15:32:05 +02:00
2015-01-12 05:04:12 -08:00
2014-06-19 15:15:27 +02:00
2015-01-29 13:11:58 -07:00
2014-09-19 14:44:51 -07:00
2014-09-26 11:03:00 +02:00
2014-08-05 15:28:48 +10:00
2014-09-23 23:44:16 -07:00