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
..
2013-06-18 09:41:10 +02:00
2014-03-19 08:58:15 +00:00
2014-07-09 16:38:02 +01:00
2015-01-22 15:56:07 +00:00
2014-09-26 08:15:45 +01:00
2014-07-09 16:38:04 +01:00
2014-07-09 16:38:05 +01:00
2014-10-20 16:20:53 +02:00
2014-10-20 16:20:53 +02:00
2015-03-12 09:07:03 +00:00
2014-12-14 16:10:09 -08:00
2015-03-13 23:15:54 +01:00
2014-06-03 08:11:51 +01:00
2014-03-19 08:58:07 +00:00
2015-03-12 09:08:01 +00:00
2015-02-26 10:04:07 +00:00
2015-02-26 10:04:07 +00:00
2015-02-26 10:04:07 +00:00
2014-07-28 11:01:42 +01:00
2014-06-03 08:11:38 +01:00
2014-03-19 08:58:37 +00:00
2014-09-18 11:03:10 -07:00
2014-11-25 16:18:43 +00:00
2015-04-09 10:26:15 +01:00
2014-06-06 12:08:39 -07:00
2014-07-09 16:38:21 +01:00
2014-10-06 21:29:50 +01:00
2014-10-06 21:30:16 +01:00
2014-03-19 08:58:07 +00:00
2013-07-31 13:01:29 +01:00
2015-01-20 12:52:48 +00:00
2014-09-26 08:15:41 +01:00
2015-03-12 09:06:48 +00:00
2015-03-12 09:06:40 +00:00
2014-08-29 09:26:29 +01:00
2014-03-19 08:58:39 +00:00
2015-01-22 16:04:04 +00:00
2015-01-22 16:04:04 +00:00
2013-08-20 03:16:00 +02:00
2015-03-03 16:41:23 +00:00
2015-01-22 15:56:24 +00:00
2015-01-22 15:55:51 +00:00
2013-09-26 11:04:16 +02:00
2015-03-26 14:20:18 +00:00
2014-07-22 13:17:06 +01:00
2014-07-25 15:31:02 +01:00
2015-03-26 14:20:18 +00:00
2013-07-31 13:01:29 +01:00
2014-10-15 06:58:16 +02:00
2014-01-06 09:13:29 +00:00
2014-10-20 16:20:53 +02:00
2015-03-30 08:19:56 +01:00
2015-03-03 16:41:12 +00:00
2015-01-22 15:56:12 +00:00
2015-01-22 15:56:12 +00:00
2014-07-25 15:31:45 +01:00
2014-03-19 08:58:07 +00:00
2014-10-20 16:20:53 +02:00
2015-03-30 10:05:07 +01:00
2015-04-14 17:29:55 -07:00
2015-01-22 15:56:17 +00:00
2014-06-03 08:11:36 +01:00
2014-07-25 15:31:39 +01:00
2014-01-06 09:13:29 +00:00
2015-04-09 10:25:54 +01:00
2015-01-22 15:55:56 +00:00
2015-03-12 09:08:12 +00:00
2014-06-03 08:11:32 +01:00
2014-07-25 15:31:41 +01:00
2014-09-26 08:15:46 +01:00
2014-06-03 08:11:30 +01:00
2013-06-30 23:29:44 +02:00
2014-06-03 08:11:34 +01:00
2014-11-25 16:19:24 +00:00
2015-01-22 16:03:55 +00:00
2015-03-12 09:07:54 +00:00
2015-03-04 08:18:28 +00:00
2015-03-23 11:48:30 +00:00
2015-01-22 16:03:44 +00:00
2015-01-22 16:03:44 +00:00
2014-07-09 14:58:10 +01:00
2014-07-22 13:17:02 +01:00
2014-10-20 16:20:53 +02:00
2015-03-30 10:06:55 +01:00
2014-09-24 13:30:16 +01:00
2015-03-30 08:19:57 +01:00
2015-03-04 08:18:27 +00:00
2015-01-22 16:03:53 +00:00
2014-10-20 16:20:53 +02:00
2013-04-09 09:46:23 +02:00
2014-06-23 12:30:56 +01:00
2014-03-19 08:58:07 +00:00
2015-01-22 15:56:21 +00:00
2014-10-20 16:20:53 +02:00
2015-03-30 08:19:58 +01:00
2015-03-30 10:07:08 +01:00
2014-03-19 08:58:07 +00:00
2014-01-06 09:13:29 +00:00
2014-06-03 08:11:17 +01:00
2015-01-22 15:56:19 +00:00
2015-03-26 14:20:18 +00:00
2014-09-26 08:15:51 +01:00
2015-01-22 15:55:47 +00:00
2015-03-03 16:41:21 +00:00
2015-03-03 16:41:21 +00:00
2015-03-03 16:41:21 +00:00
2015-03-03 16:41:21 +00:00
2015-03-03 16:41:21 +00:00
2015-03-03 16:41:21 +00:00
2015-03-03 16:41:21 +00:00
2015-03-12 09:27:41 +00:00
2015-03-26 14:20:19 +00:00
2015-04-09 10:26:54 +01:00
2014-07-25 15:31:44 +01:00
2015-03-06 23:04:40 +01:00
2013-04-19 18:37:59 +02:00
2015-03-12 09:08:12 +00:00
2014-10-20 16:20:53 +02:00
2015-01-22 15:56:26 +00:00
2014-10-20 16:20:53 +02:00
2014-10-20 16:20:53 +02:00
2014-07-09 16:37:55 +01:00
2013-04-09 12:18:16 +02:00
2014-12-30 16:59:59 -08:00
2014-12-30 16:59:59 -08:00
2014-03-19 08:58:17 +00:00
2015-01-22 15:55:49 +00:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2015-03-26 14:20:17 +00:00
2014-11-25 16:18:58 +00:00
2014-12-14 16:10:09 -08:00
2015-03-03 16:41:15 +00:00
2014-03-19 08:58:34 +00:00
2014-07-25 15:31:47 +01:00
2014-06-03 08:11:27 +01:00
2014-06-03 08:11:28 +01:00
2015-04-09 10:26:40 +01:00
2014-11-25 16:18:53 +00:00
2015-01-22 16:03:46 +00:00
2015-01-22 16:03:34 +00:00
2014-09-26 08:15:48 +01:00
2014-10-20 16:20:53 +02:00
2014-03-19 08:58:07 +00:00
2013-06-13 12:11:39 +02:00
2014-03-19 08:58:07 +00:00
2014-07-28 08:10:06 +01:00
2014-01-06 09:13:29 +00:00
2014-10-20 16:20:53 +02:00
2014-09-26 08:15:34 +01:00
2015-03-26 14:20:18 +00:00
2014-07-25 15:31:42 +01:00
2015-03-30 12:39:22 +01:00
2015-01-22 16:03:48 +00:00
2014-09-18 11:03:10 -07:00
2013-07-31 13:01:29 +01:00
2015-03-03 16:41:14 +00:00
2014-11-25 16:18:42 +00:00
2014-01-21 08:27:45 +00:00
2013-08-20 08:51:58 +01:00
2014-01-06 09:13:25 +00:00
2014-01-21 08:27:51 +00:00
2013-07-31 13:01:29 +01:00
2014-01-21 08:27:51 +00:00
2015-04-09 10:26:48 +01:00
2014-11-25 16:18:56 +00:00
2014-11-25 16:18:51 +00:00
2014-07-25 15:31:42 +01:00
2014-07-22 13:17:05 +01:00
2014-06-03 08:11:34 +01:00
2015-01-22 15:56:03 +00:00
2014-09-26 08:15:35 +01:00
2014-09-26 08:15:35 +01:00
2014-11-25 16:18:55 +00:00