Linus Torvalds
3a7dbed7f2
Hi Linus,
...
Changes to the core:
- Honour PLATFORM_DEVID_NONE and PLATFORM_DEVID_AUTO dev IDs
Changes to existing drivers:
- IRQ additions/fixes; axp20x, da9063-core
- Code simplification; i2c-dln2
- Regmap additions/fixes; max77693
- Error checking/handling improvements; dln2, db8500-prcmu
- Bug fixes; dln2, wm8350-core
- DT support/documentation; max77693, max77686, tps65217, twl4030-power,
gpio-tc3589x
- Decouple syscon interface from platform devices
- Use MFD hotplug registration; rtsx_usb, viperboard, hid-sensor-hub
- Regulator fixups; sec-core
- Power Management additions/fixes; rts5227, tc6393xb
- Remove relic/redundant code; ab8500-sysctrl, lpc_sch, max77693-private
- Clean-up/coding style changes; tps65090
- Clk additions/fixes; tc6393xb, tc6387xb, t7l66xb
- Add USB-SPI support; dln2
- Trivial changes; max14577, arizona-spi, lpc_sch, wm8997-tables, wm5102-tables
wm5110-tables, axp20x, atmel-hlcdc, rtsx_pci
New drivers/supported devices:
- axp288 PMIC support added to axp20x
- s2mps13 support added to sec-core
- New support for Diolan DLN-2
- New support for atmel-hlcdc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJUhZDaAAoJEFGvii+H/HdhEY4P+gOlEIU+LYDdKmRjXLp85+ZS
zrkLQdxvRp61LzzcIMGnduPFAOk8ixb3nRqSJv7P5WQG26I6qoI44zeTF2iSmLTp
iVLtXRFSlo/lRyWT+2jXwL5iC47PCoJuJajNeM/YEbMERR3sWWAPrATZrQSPoKcZ
D3qtXge3d+zq2rqpSvNAFNPEC4i9xawwa9GHMte9T/XhaoyVhaK6ITMsh0RK4B0p
RRc2zy9BGEkuZMu3aC7P/qhfu3uSrxzI6FCHNSbZt/p5aq8klMBGqpK9Tgg4UHUG
jqAd2lCXHVSVI07CO0YvVUDWV+5NlB1kAeRddohJujV9o5ciaqKCGPKK1Fz0PMxf
u30t0X4Fb4QCAZVeo1hX9KWKQaQinUzPhANT4Sz0DY1S7arZ6PlJO/obGIys5JCf
ElJuYNSRqRp6DcaoTHf19DUcxJXnqk73PU3hmsdS4UkweBWDYeagK2gqDwjIhAY6
DJZ5uqaa829fx/Jj8sUo0EgWZs/Cahf/td7y35fM4bMgU+vHd1xeBvMeltiJ2kuC
OoZwtyHbV29sMCL2i5VQMkTkLJz49hPOEZolDKUxsV1QEPhi62DRmiHZlKABh3+D
wzTkTRLfDhlrNedY529/1i3IxIlnzWXfInohe+WadapTFXuISIv6dyAyh9eNKnfd
ZVf+1NwaCGbZbbPkSBqK
=dJJd
-----END PGP SIGNATURE-----
Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"Changes to the core:
- Honour PLATFORM_DEVID_NONE and PLATFORM_DEVID_AUTO dev IDs
Changes to existing drivers:
- IRQ additions/fixes; axp20x, da9063-core
- Code simplification; i2c-dln2
- Regmap additions/fixes; max77693
- Error checking/handling improvements; dln2, db8500-prcmu
- Bug fixes; dln2, wm8350-core
- DT support/documentation; max77693, max77686, tps65217, twl4030-power,
gpio-tc3589x
- Decouple syscon interface from platform devices
- Use MFD hotplug registration; rtsx_usb, viperboard, hid-sensor-hub
- Regulator fixups; sec-core
- Power Management additions/fixes; rts5227, tc6393xb
- Remove relic/redundant code; ab8500-sysctrl, lpc_sch, max77693-private
- Clean-up/coding style changes; tps65090
- Clk additions/fixes; tc6393xb, tc6387xb, t7l66xb
- Add USB-SPI support; dln2
- Trivial changes; max14577, arizona-spi, lpc_sch, wm8997-tables, wm5102-tables
wm5110-tables, axp20x, atmel-hlcdc, rtsx_pci
New drivers/supported devices:
- axp288 PMIC support added to axp20x
- s2mps13 support added to sec-core
- New support for Diolan DLN-2
- New support for atmel-hlcdc"
* tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (55 commits)
mfd: rtsx: Add func to split u32 into register
mfd: atmel-hlcdc: Add Kconfig option description and name
mfd: da9063: Get irq base dynamically before registering device
mfd: max14577: Fix obvious typo in company name in copyright
mfd: axp20x: Constify axp20x_acpi_match and rid unused warning
mfd: t7l66xb: prepare/unprepare clocks
mfd: tc6387xb: prepare/unprepare clocks
mfd: dln2: add support for USB-SPI module
mfd: wm5110: Add missing registers for AIF2 channels 3-6
mfd: tc3589x: get rid of static base
mfd: arizona: Document HP_CTRL_1L and HP_CTRL_1R registers
mfd: wm8997: Mark INTERRUPT_STATUS_2_MASK as readable
mfd: tc6393xb: Prepare/unprepare clocks
mfd: tps65090: Fix bonkers indenting strategy
mfd: tc6393xb: Fail ohci suspend if full state restore is required
mfd: lpc_sch: Don't call mfd_remove_devices()
mfd: wm8350-core: Fix probable mask then right shift defect
mfd: ab8500-sysctrl: Drop ab8500_restart
mfd: db8500-prcmu: Provide sane error path values
mfd: db8500-prcmu: Check return of devm_ioremap for error
...
2014-12-08 20:02:54 -08:00
..
2014-11-17 10:38:40 -08:00
2014-05-27 17:34:32 -07:00
2014-05-29 09:30:19 -07:00
2014-09-28 10:27:09 +08:00
2014-02-10 15:17:43 -05:00
2014-03-26 20:59:27 -07:00
2014-10-03 16:43:02 -07:00
2013-09-29 21:09:34 +02:00
2014-11-17 11:25:29 -08:00
2014-11-17 10:40:42 -08:00
2014-11-17 11:13:52 -08:00
2014-10-01 11:19:10 -07:00
2014-10-15 07:05:03 +02:00
2014-03-26 21:47:35 -07:00
2014-05-12 19:11:13 -07:00
2014-07-13 07:56:45 -07:00
2014-07-28 22:37:16 -07:00
2014-09-27 12:52:33 -07:00
2014-09-18 14:56:53 +03:00
2014-09-29 23:38:59 -07:00
2014-02-23 15:04:40 -08:00
2014-06-24 14:21:22 -05:00
2014-09-09 12:18:20 -07:00
2014-09-25 17:43:31 -07:00
2014-05-22 22:06:14 -07:00
2013-09-29 21:09:24 +02:00
2014-07-28 23:30:46 -07:00
2014-07-13 12:17:05 -07:00
2014-08-04 09:48:39 -07:00
2014-11-17 11:13:52 -08:00
2014-09-09 13:52:18 -07:00
2013-11-15 16:47:22 -08:00
2013-12-22 23:14:28 -08:00
2014-09-10 09:42:37 -07:00
2014-09-27 16:03:06 -07:00
2014-09-30 11:57:54 -07:00
2013-09-29 21:09:29 +02:00
2014-09-25 17:43:31 -07:00
2014-09-25 17:43:31 -07:00
2014-09-09 13:55:44 -07:00
2014-09-09 13:55:44 -07:00
2014-03-18 17:13:14 -07:00
2013-08-27 17:50:38 -07:00
2014-02-26 11:14:44 -08:00
2014-09-25 17:43:31 -07:00
2014-07-01 20:11:22 -07:00
2014-10-14 02:18:18 +02:00
2014-11-25 15:55:11 +00:00
2014-05-20 16:18:18 +02:00
2014-01-28 18:44:53 -08:00
2014-01-27 11:20:22 -08:00
2014-09-25 17:43:31 -07:00
2014-05-27 18:29:04 -07:00
2013-12-19 17:47:32 -08:00
2014-09-25 17:43:31 -07:00
2013-10-07 11:22:15 -07:00
2014-09-27 12:52:33 -07:00
2014-05-22 15:54:59 -07:00
2014-06-26 12:55:03 -07:00
2014-10-15 07:05:03 +02:00
2014-10-15 07:05:03 +02:00