Linus Torvalds
f0c1bc95a1
== Changes to existing drivers ==
...
- Rename child driver [axp288_battery => axp288_fuel_gauge]; axp20x
- Rename child driver [max77693-flash => max77693-led]; max77693
- Error handling fixes; intel_soc_pmic
- GPIO tweaking; intel_soc_pmic
- Remove non-DT code; vexpress-sysreg, tc3589x
- Remove unused/legacy code; ti_am335x_tscadc, rts5249, rtsx_gops, rtsx_pcr,
rtc-s5m, sec-core, max77693, menelaus,
wm5102-tables
- Trivial fixups; rtsx_pci, da9150-core, sec-core, max7769, max77693,
mc13xxx-core, dln2, hi6421-pmic-core, rk808, twl4030-power,
lpc_ich, menelaus, twl6040
- Update register/address values; rts5227, rts5249
- DT and/or binding document fixups; arizona, da9150, mt6397, axp20x,
qcom-rpm, qcom-spmi-pmic
- Couple of trivial core Kconfig fixups
- Remove use of seq_printf return value; ab8500-debugfs
- Remove __exit markups; menelaus, tps65010
- Fix platform-device name collisions; mfd-core
== New drivers/supported devices ==
- Add support for wm8280/wm8281 into arizona
- Add support for COMe-cBL6 into kempld-core
- Add support for rts524a and rts525a into rts5249
- Add support for ipq8064 into qcom_rpm
- Add support for extcon into axp20x
- New MediaTek MT6397 PMIC driver
- New Maxim MAX77843 PMIC dirver
- New Intel Quark X1000 I2C-GPIO driver
- New Skyworks SKY81452 driver
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJVLQlhAAoJEFGvii+H/HdhnSYP/i7h+0/uvI32+49XlQWO/zZv
SIcnNcekSj/8MIIpSOZftY+ejdqyo8NHY0dvNTmxekY65ov/yXA6aJGDd5rr3xyL
hd9E5e5nwxc4UTV2kJwPBgCIKIjx/idRgOMTEpIa1v4KY8Gn43xc81X4s+BusbCE
WK8hPdBUePRDmMLrRzhkVHqrfeMSSLN5Z/fhmQehWqahE1asPZ2FOnTC6tFlGxgm
I55FAMvWey+qv4g28+nQrC9RQMetCL2f/6o53jMEQoaRQdJbbrxMybBnNvpcXwbR
JECPiV+2R0EqBd3xiT2gbPLAqmMDexIP1Cybh3BBRcFveJeJGqmMCFwMio6kotkA
IIMlYNcwczufPVWIIqz3U2OtJ5EWzxPgco2aA4a1Ej1nbUC29o829fMahZY0SR8m
O2zX/MpmYPZCg3mHOFQ4oPwalIM7oKv79NTV25Ks9r+rv+zNaBc8TPCE/Oxkxfj8
IdJ/vKQaKMmMZA1THO8HMK9qAQV7vZL12XquVzrAgq40RZa+nOUXEk0J0rHI0VaO
BHNMBv1D3iNQfR7cWAappDavhoZcFtIY/Z9x7OsLYm/W8+CxhdAafMNH0AJPlfts
NR7RoNtStumXdq6QzDdA27Mp1sXkHz/kgGMVE4t9mdLVmD9C0MqVi8VPFUN+sST0
vAKAhQ/cnXCKVxe6I9/3
=QPNn
-----END PGP SIGNATURE-----
Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"Changes to existing drivers:
- Rename child driver [axp288_battery => axp288_fuel_gauge]; axp20x
- Rename child driver [max77693-flash => max77693-led]; max77693
- Error handling fixes; intel_soc_pmic
- GPIO tweaking; intel_soc_pmic
- Remove non-DT code; vexpress-sysreg, tc3589x
- Remove unused/legacy code; ti_am335x_tscadc, rts5249, rtsx_gops, rtsx_pcr,
rtc-s5m, sec-core, max77693, menelaus,
wm5102-tables
- Trivial fixups; rtsx_pci, da9150-core, sec-core, max7769, max77693,
mc13xxx-core, dln2, hi6421-pmic-core, rk808, twl4030-power,
lpc_ich, menelaus, twl6040
- Update register/address values; rts5227, rts5249
- DT and/or binding document fixups; arizona, da9150, mt6397, axp20x,
qcom-rpm, qcom-spmi-pmic
- Couple of trivial core Kconfig fixups
- Remove use of seq_printf return value; ab8500-debugfs
- Remove __exit markups; menelaus, tps65010
- Fix platform-device name collisions; mfd-core
New drivers/supported devices:
- Add support for wm8280/wm8281 into arizona
- Add support for COMe-cBL6 into kempld-core
- Add support for rts524a and rts525a into rts5249
- Add support for ipq8064 into qcom_rpm
- Add support for extcon into axp20x
- New MediaTek MT6397 PMIC driver
- New Maxim MAX77843 PMIC dirver
- New Intel Quark X1000 I2C-GPIO driver
- New Skyworks SKY81452 driver"
* tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (76 commits)
mfd: sec: Fix RTC alarm interrupt number on S2MPS11
mfd: wm5102: Remove registers for output 3R from readable list
mfd: tps65010: Remove incorrect __exit markups
mfd: devicetree: bindings: Add Qualcomm RPM regulator subnodes
mfd: axp20x: Add support for extcon cell
mfd: lpc_ich: Sort IDs
mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias
mfd: qcom-spmi-pmic: Add specific compatible strings for Qualcomm's SPMI PMIC's
mfd: axp20x: Fix duplicate const for model names
mfd: menelaus: Use macro for magic number
mfd: menelaus: Drop support for SW controller VCORE
mfd: menelaus: Delete omap_has_menelaus
mfd: arizona: Correct type of gpio_defaults
mfd: lpc_ich: Sort IDs
mfd: Fix a typo in Kconfig
mfd: qcom_rpm: Add support for IPQ8064
mfd: devicetree: qcom_rpm: Document IPQ8064 resources
mfd: core: Fix platform-device name collisions
mfd: intel_quark_i2c_gpio: Don't crash if !DMI
dt-bindings: Add vendor-prefix for X-Powers
...
2015-04-14 17:29:55 -07:00
..
2014-10-20 16:21:29 +02:00
2014-12-14 16:10:09 -08:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2015-03-07 16:32:28 +00:00
2013-09-17 00:27:55 +01:00
2014-12-14 16:10:09 -08:00
2015-02-21 23:30:02 +09:00
2015-04-14 17:29:55 -07:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2015-01-09 17:12:58 +00:00
2014-10-20 16:21:29 +02:00
2015-04-10 19:16:03 +01:00
2014-10-20 16:21:29 +02:00
2014-12-14 16:10:09 -08:00
2014-10-20 16:21:29 +02:00
2014-12-14 16:10:09 -08:00
2015-02-17 23:04:15 +09:00
2013-08-06 17:46:15 +01:00
2015-02-24 17:19:08 +09:00
2014-08-16 16:46:22 -05:00
2014-10-20 16:21:29 +02:00
2015-02-24 17:16:14 +09:00
2015-03-05 16:42:14 +00:00
2014-12-14 16:10:09 -08:00
2015-01-05 20:09:40 +00:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-03-06 17:30:10 +08:00
2014-10-20 16:21:29 +02:00
2015-01-08 20:15:45 +00:00
2013-09-17 00:28:42 +01:00
2014-12-22 17:51:11 +00:00
2015-02-08 11:16:27 +08:00
2015-01-26 19:10:55 +00:00
2014-02-20 01:28:12 +09:00
2013-11-24 14:02:18 +00:00
2014-07-09 11:44:01 +02:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-09-26 09:22:50 +01:00
2015-02-08 11:16:27 +08:00
2014-11-03 15:36:50 +00:00
2015-01-05 20:10:13 +00:00
2015-04-10 18:17:53 +01:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-12-05 11:14:37 +00:00
2014-11-26 18:58:14 +00:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-12-22 12:11:43 +00:00
2015-01-08 20:15:45 +00:00
2015-03-29 21:11:16 -07:00
2014-12-14 16:10:09 -08:00
2015-02-05 17:33:39 +00:00
2014-11-26 18:58:14 +00:00
2014-06-09 20:50:35 +01:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-12-24 12:41:05 +00:00
2015-01-08 20:15:45 +00:00
2015-03-17 12:21:15 +00:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2013-12-02 17:58:58 +00:00
2015-01-09 12:22:18 +00:00
2014-12-14 16:10:09 -08:00
2015-04-08 12:22:55 +01:00
2014-10-20 16:21:29 +02:00
2015-03-06 21:10:30 +00:00
2014-10-20 12:23:59 +01:00
2014-12-24 12:54:56 +00:00
2014-12-14 16:10:09 -08:00
2015-01-16 12:05:35 +00:00
2014-12-14 16:10:09 -08:00
2014-12-02 12:22:39 +00:00
2015-03-21 01:05:56 +00:00
2014-12-14 16:10:09 -08:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-02-20 20:54:59 +09:00
2014-10-20 16:21:29 +02:00
2014-11-26 18:58:14 +00:00
2014-11-26 18:58:14 +00:00
2015-01-05 20:11:06 +00:00
2014-12-14 16:10:09 -08:00
2014-09-10 12:02:48 +01:00
2014-12-14 16:10:09 -08:00
2015-03-16 11:41:16 +00:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-12-14 16:10:09 -08:00
2013-07-30 12:24:20 +01:00
2014-12-14 16:10:09 -08:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2014-10-20 16:21:29 +02:00
2015-03-05 17:56:12 +00:00
2013-10-24 11:11:37 +01:00
2014-12-14 16:10:09 -08:00