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