Linus Torvalds
883cad5ba8
- New Device Support
...
- Add support for AXP813 ADC to AXP20x
- Add support for PM8005, PM8998 and PMI8998
- New Functionality
- Add support for Battery Power Supply to AXP813
- Add support for SYSCON to SPARD SC27XX SPI
- Add support for RTC to ChromeOS Embedded-Controller
- Fix-ups
- Remove unused code; exynos{4,5}-pmu, cros_ec, cros_ec_acpi_gpe
- Remove duplicate error messages (-ENOMEM, etc); htc-i2cpld, janz-cmodio,
max8997, rc5t583, sm501, smsc-ece1099, abx500-core, si476x-i2c,
ti_am335x_tscadc, tps65090, tps6586x, tps65910, tps80031,
twl6030-irq, viperboard
- Succinctly use ptr to struct in sizeof(); rc5t583, abx500-core, sm501,
smsc-ece1099
- Simplify syntax for NULL ptr checking; abx500-core, sm501
- No not unnecessarily initialise variables; tps65910, tps65910
- Reorganise and simplify driver data; omap-usb-tll
- Move to SPDX license statement; tps68470
- Probe ADCs via DT; axp20x
- Use new GPIOD API; arizona-core
- Constify things; axp20x
- Reduce code-size (use MACROS, etc); axp20x, omap-usb-host
- Add DT support/docs; motorola-cpcap
- Remove VLAs; rave-sp
- Use devm_* managed resources; cros_ec
- Interrogate HW for firmware version; rave-sp
- Provide ACPI support for ChromeOS Embedded-Controller
- Bug Fixes
- Reorder ordered (enum) device list; tps65218
- Only accept valid data from the offset; rave-sp
- Refrain from copying junk from failed SPI read; cros_ec_dev
- Fix potential memory leaks; pcf50633-core
- Fix clock initialisation; twl-core
- Fix build-issue; tps65911
- Fix off-by-one error; tps65911
- Fix code ordering issues; intel-lpss
- Fix COMPILE_TEST related issues; pwm-stm32
- Fix broken MMC card detection; asic3
- Fix clocking related issues; intel-lpss-pci
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAlsea+sACgkQUa+KL4f8
d2Fc+A//aaFlfHfJh337tvmJ6wC8w13jjXn0f2M2NrCvRS1CoMF/WqSmJbFGguET
gwv4v8Yf5mWe9crJfSLR4b6hlNWfvzK9Rxwy1WJ8sfnN7a71SIS6LlapxQwZ0S5o
3tQ8n2YKdIyy6feATKnxzRi6IvTjTsIe6BRYev2+m23cEqxoI7b6xo0H1CApVXez
vEnPaT08421qZ2vuPx3UW3JgwWMTYe4iazq1BRkveZZBdyQC+GLpdpoJIO5/OziF
Wgn01Hluu11YuAPidxtmLCAI23RcqLNcPB0zu6//CG5+ut71qnQRs6ua4R352nME
G6aMRVCTR1b0XY48MK+IOLb7mPCCUByHdvdaonzBd48dIrX6k//kVzYxNKY1vlmk
//l/cYhnHBZxGvJAvCmtyi+4AjGz0aLcabY6S7qHMvpNMQ7oNU9FDomJXxynjXg9
ulDkA4EJy6jlWDS6h0u99xycyLuQ4wKo997/Sl5SU+9FBFrdOor2q7R4KfIXQsG9
VGZXi2kWBO9V9oFbbo1oyZ52hDiCy2TKz6fk0rdRltOpVMd4PYluETc4nmnWDo5W
hvjP3rIJSSSIcpggOoQMp5L03cONPGP4MdiuCXOREc6q476CFtpEgJMWApgaEUjw
e1SE8HMKounqw0JYLVz3Lf0RbcHPuR1PN5HDbrchDb8LaAAyCcA=
=NF/E
-----END PGP SIGNATURE-----
Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"New Device Support:
- Add support for AXP813 ADC to AXP20x
- Add support for PM8005, PM8998 and PMI8998
New Functionality:
- Add support for Battery Power Supply to AXP813
- Add support for SYSCON to SPARD SC27XX SPI
- Add support for RTC to ChromeOS Embedded-Controller
Fix-ups:
- Remove unused code; exynos{4,5}-pmu, cros_ec, cros_ec_acpi_gpe
- Remove duplicate error messages (-ENOMEM, etc); htc-i2cpld,
janz-cmodio, max8997, rc5t583, sm501, smsc-ece1099, abx500-core,
si476x-i2c, ti_am335x_tscadc, tps65090, tps6586x, tps65910,
tps80031, twl6030-irq, viperboard
- Succinctly use ptr to struct in sizeof(); rc5t583, abx500-core,
sm501, smsc-ece1099
- Simplify syntax for NULL ptr checking; abx500-core, sm501
- No not unnecessarily initialise variables; tps65910, tps65910
- Reorganise and simplify driver data; omap-usb-tll
- Move to SPDX license statement; tps68470
- Probe ADCs via DT; axp20x
- Use new GPIOD API; arizona-core
- Constify things; axp20x
- Reduce code-size (use MACROS, etc); axp20x, omap-usb-host
- Add DT support/docs; motorola-cpcap
- Remove VLAs; rave-sp
- Use devm_* managed resources; cros_ec
- Interrogate HW for firmware version; rave-sp
- Provide ACPI support for ChromeOS Embedded-Controller
Bug Fixes:
- Reorder ordered (enum) device list; tps65218
- Only accept valid data from the offset; rave-sp
- Refrain from copying junk from failed SPI read; cros_ec_dev
- Fix potential memory leaks; pcf50633-core
- Fix clock initialisation; twl-core
- Fix build-issue; tps65911
- Fix off-by-one error; tps65911
- Fix code ordering issues; intel-lpss
- Fix COMPILE_TEST related issues; pwm-stm32
- Fix broken MMC card detection; asic3
- Fix clocking related issues; intel-lpss-pci"
* tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (84 commits)
mfd: cros_ec: Remove unused __remove function
mfd: wm97xx-core: Platform data can be NULL
mfd: cros_ec_dev: Don't advertise junk features on failure
mfd: cros_ec: Use devm_kzalloc for private data
mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
mfd: asic3: Fix broken MMC card detection
mfd: timberdale: Fix spelling mistake "Uknown" -> "Unknown"
mfd: omap-usb-host: Use match_string() helper
mfd: stm32-timers: Fix pwm-stm32 linker issue with COMPILE_TEST
pwm: stm32: Initialize raw local variables
mfd: arizona: Update DT doc to support more standard Reset binding
dt-bindings: mfd: Add bindings for DA9063L
mfd: intel-lpss: Correct names of RESETS register bits
mfd: qcom-spmi-pmic: Add support for pm8005, pm8998 and pmi8998
mfd: intel-lpss: Program REMAP register in PIO mode
mfd: cros_ec_i2c: Moving the system sleep pm ops to late
mfd: cros_ec_i2c: Add ACPI module device table
mfd: cros_ec_dev: Register shutdown function for debugfs
mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdevice
mfd: cros_ec: Don't try to grab log when suspended
...
2018-06-11 07:20:17 -07:00
..
2018-03-17 14:20:55 +01:00
2018-03-27 10:44:43 +02:00
2018-06-07 20:09:49 +02:00
2018-05-31 23:02:11 +02:00
2018-04-10 10:22:27 -07:00
2018-05-21 22:34:38 +02:00
2018-05-17 22:23:21 +02:00
2018-03-27 10:45:04 +02:00
2018-03-01 10:49:41 +01:00
2018-03-27 10:45:05 +02:00
2018-05-17 22:23:25 +02:00
2018-03-02 10:12:23 +01:00
2018-06-06 11:15:43 -07:00
2017-10-25 23:05:52 +02:00
2016-03-14 17:08:25 +01:00
2016-10-19 08:45:48 +02:00
2018-05-17 22:23:14 +02:00
2018-03-17 14:20:57 +01:00
2018-03-02 10:09:58 +01:00
2018-03-17 14:20:56 +01:00
2018-05-03 22:08:00 +02:00
2018-05-21 22:33:52 +02:00
2018-04-19 18:01:50 +02:00
2018-03-01 10:49:41 +01:00
2018-03-01 10:49:15 +01:00
2018-03-02 10:09:59 +01:00
2018-06-07 20:09:49 +02:00
2018-03-02 10:11:02 +01:00
2018-03-02 10:11:02 +01:00
2018-03-02 10:11:02 +01:00
2016-09-02 01:24:06 +02:00
2018-02-11 14:34:03 -08:00
2016-09-02 01:24:06 +02:00
2017-08-15 08:06:14 +01:00
2018-05-03 22:08:00 +02:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-05-03 22:46:25 +02:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2017-05-04 14:46:25 +02:00
2018-03-02 10:09:58 +01:00
2018-05-03 22:08:00 +02:00
2018-05-03 22:08:00 +02:00
2017-09-01 01:10:11 +02:00
2018-05-31 23:02:11 +02:00
2018-05-21 22:34:36 +02:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2017-11-02 11:10:55 +01:00
2018-03-02 10:09:58 +01:00
2017-09-01 01:10:11 +02:00
2016-05-20 12:33:51 +02:00
2018-03-02 10:09:58 +01:00
2018-06-07 20:10:17 +02:00
2016-06-04 00:23:35 +02:00
2018-02-13 21:46:04 +01:00
2017-04-22 17:56:18 +02:00
2016-07-19 18:18:06 +02:00
2017-06-20 12:19:14 +02:00
2018-03-17 14:20:54 +01:00
2018-04-03 16:40:46 +02:00
2018-03-17 14:20:51 +01:00
2018-03-01 10:49:41 +01:00
2018-03-17 14:20:50 +01:00
2014-10-20 16:21:31 +02:00
2018-03-02 10:09:58 +01:00
2018-05-03 22:08:00 +02:00
2018-05-18 09:38:22 +02:00
2018-03-17 14:20:48 +01:00
2018-03-02 10:12:19 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-05-03 22:08:00 +02:00
2018-03-02 10:09:58 +01:00
2018-03-17 14:20:46 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2014-10-20 16:21:31 +02:00
2017-07-31 00:17:48 +02:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:12:20 +01:00
2018-03-01 10:49:41 +01:00
2016-06-26 01:20:08 +02:00
2018-03-17 14:20:56 +01:00
2015-09-05 19:37:22 +02:00
2018-03-01 10:49:41 +01:00
2018-06-05 21:01:59 +02:00
2018-03-02 10:09:58 +01:00
2018-04-16 15:16:04 +01:00
2018-04-03 16:40:48 +02:00
2018-05-03 22:08:00 +02:00
2018-05-19 10:50:03 +02:00
2018-05-22 09:47:17 +02:00
2018-03-02 10:12:17 +01:00
2018-03-02 10:12:21 +01:00
2018-04-25 13:24:13 +10:00
2016-09-02 01:24:06 +02:00
2018-05-03 22:08:00 +02:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2017-11-09 01:16:36 +01:00
2015-09-05 13:19:06 +02:00
2018-03-02 10:09:58 +01:00
2018-03-17 14:20:57 +01:00
2018-03-17 14:20:49 +01:00
2018-03-02 10:09:58 +01:00
2017-10-12 16:30:30 +02:00
2018-03-17 14:20:52 +01:00
2018-05-16 07:24:30 +02:00
2018-03-01 10:49:41 +01:00
2017-08-22 12:05:21 +02:00
2018-06-07 20:11:08 +02:00
2018-03-02 10:12:18 +01:00
2018-03-02 10:09:58 +01:00
2016-07-19 18:15:21 +02:00
2018-03-17 14:20:42 +01:00
2018-03-02 10:09:58 +01:00
2016-05-20 12:33:51 +02:00
2018-03-01 10:49:40 +01:00
2018-03-17 14:20:45 +01:00
2017-09-05 09:55:02 +02:00
2017-10-12 16:24:19 +02:00
2018-03-01 10:49:23 +01:00
2018-03-02 10:12:24 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-03-02 10:09:58 +01:00
2018-05-17 22:43:22 +02:00
2018-03-02 10:09:58 +01:00
2018-03-17 14:20:57 +01:00
2018-03-17 14:20:44 +01:00
2017-08-24 11:03:35 +02:00
2017-11-02 11:10:55 +01:00
2018-05-31 23:02:11 +02:00
2018-05-03 22:08:00 +02:00
2018-03-01 10:49:27 +01:00
2018-05-22 09:47:15 +02:00
2018-03-02 10:12:21 +01:00
2018-05-23 09:26:19 +02:00
2018-03-01 10:49:41 +01:00
2018-05-03 22:08:00 +02:00
2018-05-22 20:10:54 +02:00
2016-09-02 01:24:06 +02:00
2016-11-04 23:31:33 +01:00
2018-05-31 23:02:11 +02:00
2018-06-04 14:36:14 +02:00
2018-03-17 14:20:54 +01:00
2018-03-02 10:12:22 +01:00
2018-06-07 20:09:49 +02:00
2018-05-17 22:54:24 +02:00
2018-05-17 22:37:11 +02:00
2016-03-14 17:08:24 +01:00
2017-09-04 14:41:02 +01:00
2018-03-01 10:49:41 +01:00
2016-07-09 10:24:21 +02:00
2018-05-17 22:54:21 +02:00
2015-09-05 19:37:22 +02:00
2018-03-01 10:49:41 +01:00
2017-03-16 22:59:54 +01:00
2016-05-20 12:33:51 +02:00
2018-03-01 10:49:41 +01:00
2018-05-03 22:08:00 +02:00
2018-03-27 10:45:05 +02:00