Linus Torvalds
4c07e2ddab
Merge tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD updates from Lee Jones:
"New Drivers:
- Add support for Merrifield Basin Cove PMIC
New Device Support:
- Add support for Intel Tiger Lake to Intel LPSS PCI
- Add support for Intel Sky Lake to Intel LPSS PCI
- Add support for ST-Ericsson DB8520 to DB8500 PRCMU
New Functionality:
- Add RTC and PWRC support to MT6323
Fix-ups:
- Clean-up include files; davinci_voicecodec, asic3, sm501, mt6397
- Ignore return values from debugfs_create*(); ab3100-*, ab8500-debugfs, aat2870-core
- Device Tree changes; rn5t618, mt6397
- Use new I2C API; tps80031, 88pm860x-core, ab3100-core, bcm590xx,
da9150-core, max14577, max77693, max77843, max8907,
max8925-i2c, max8997, max8998, palmas, twl-core,
- Remove obsolete code; da9063, jz4740-adc
- Simplify semantics; timberdale, htc-i2cpld
- Add 'fall-through' tags; omap-usb-host, db8500-prcmu
- Remove superfluous prints; ab8500-debugfs, db8500-prcmu, fsl-imx25-tsadc,
intel_soc_pmic_bxtwc, qcom_rpm, sm501
- Trivial rename/whitespace/typo fixes; mt6397-core, MAINTAINERS
- Reorganise code structure; mt6397-*
- Improve code consistency; intel-lpss
- Use MODULE_SOFTDEP() helper; intel-lpss
- Use DEFINE_RES_*() helpers; mt6397-core
Bug Fixes:
- Clean-up resources; max77620
- Prevent input events being dropped on resume; intel-lpss-pci
- Prevent sleeping in IRQ context; ezx-pcap"
* tag 'mfd-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (48 commits)
mfd: mt6323: Add MT6323 RTC and PWRC
mfd: mt6323: Replace boilerplate resource code with DEFINE_RES_* macros
mfd: mt6397: Add mutex include
dt-bindings: mfd: mediatek: Add MT6323 Power Controller
dt-bindings: mfd: mediatek: Update RTC to include MT6323
dt-bindings: mfd: mediatek: mt6397: Change to relative paths
mfd: db8500-prcmu: Support the higher DB8520 ARMSS
mfd: intel-lpss: Use MODULE_SOFTDEP() instead of implicit request
mfd: htc-i2cpld: Drop check because i2c_unregister_device() is NULL safe
mfd: sm501: Include the GPIO driver header
mfd: intel-lpss: Add Intel Skylake ACPI IDs
mfd: intel-lpss: Consistently use GENMASK()
mfd: Add support for Merrifield Basin Cove PMIC
mfd: ezx-pcap: Replace mutex_lock with spin_lock
mfd: asic3: Include the right header
MAINTAINERS: altera-sysmgr: Fix typo in a filepath
mfd: mt6397: Extract IRQ related code from core driver
mfd: mt6397: Rename macros to something more readable
mfd: Remove dev_err() usage after platform_get_irq()
mfd: db8500-prcmu: Mark expected switch fall-throughs
...
2019-09-23 19:37:49 -07:00
..
2019-09-05 12:17:50 +02:00
2019-08-22 10:47:41 +02:00
2019-09-17 10:27:46 -07:00
2019-09-18 11:14:31 -07:00
2019-09-11 01:09:37 +01:00
2019-08-28 17:24:22 +02:00
2019-09-19 14:14:28 -07:00
2019-09-16 09:56:27 -07:00
2019-09-17 00:40:05 -05:00
2019-09-23 19:37:49 -07:00
2019-09-21 10:26:24 -07:00
2019-09-19 13:27:23 -07:00
2019-09-21 10:59:54 -07:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-08-23 11:09:41 +02:00
2019-09-23 19:37:49 -07:00
2019-09-21 10:26:24 -07:00
2019-09-03 12:37:16 +01:00
2019-09-17 12:35:15 -07:00
2019-09-19 16:24:24 -07:00
2019-09-04 14:57:28 +05:30
2019-08-26 15:31:29 -04:00
2019-09-18 10:33:46 -07:00
2019-09-17 19:15:14 -07:00
2019-08-20 22:09:52 +02:00
2019-08-30 21:29:32 -04:00
2019-08-27 09:22:38 -06:00
2019-08-27 09:22:38 -06:00
2019-09-02 15:55:03 +01:00
2019-08-28 21:17:12 -06:00
2019-08-28 21:17:04 -06:00
2019-09-05 19:52:34 -06:00
2019-09-19 13:27:23 -07:00
2019-08-28 00:30:11 +02:00
2019-09-05 10:15:16 +02:00
2019-09-19 15:31:27 -07:00
2019-09-20 15:45:07 -07:00
2019-09-21 09:47:19 -07:00
2019-09-08 14:53:58 +02:00
2019-09-04 13:38:26 +02:00
2019-09-03 11:33:29 +02:00
2019-09-02 22:44:04 +02:00
2019-09-03 09:36:36 +02:00
2019-09-17 19:15:14 -07:00
2019-09-23 11:21:04 -07:00
2019-08-25 12:44:38 +09:00
2019-09-18 10:33:46 -07:00
2019-08-21 07:14:10 +09:00
2019-09-19 13:27:23 -07:00
2019-08-29 16:43:22 +02:00
2019-09-03 19:21:19 +02:00
2019-09-05 19:52:33 -06:00
2019-09-22 10:34:46 -07:00
2019-08-21 22:23:48 +10:00
2019-08-23 07:57:13 -07:00
2019-09-16 11:44:05 +02:00
2019-09-05 14:34:23 -04:00
2019-09-19 09:42:37 -07:00
2019-08-26 11:40:24 +02:00
2019-09-05 11:40:54 +02:00
2019-08-27 19:02:59 +02:00
2019-09-18 15:58:13 +02:00
2019-08-28 13:01:25 +02:00
2019-08-22 00:25:12 -07:00
2019-09-03 11:33:29 +02:00
2019-08-28 11:50:33 +02:00
2019-08-20 12:04:07 -07:00
2019-09-11 12:39:19 +02:00
2019-09-17 19:15:14 -07:00
2019-08-30 16:12:10 +02:00
2019-08-23 10:09:58 +02:00
2019-09-07 04:28:05 -03:00
2019-09-06 23:58:43 +02:00
2019-09-02 11:43:54 +01:00
2019-09-01 13:33:16 +02:00
2019-08-29 13:49:13 -07:00
2019-09-23 11:21:04 -07:00
2019-09-05 12:32:05 +02:00
2019-09-17 16:57:47 -07:00
2019-09-23 19:16:01 -07:00
2019-08-21 20:58:18 -03:00
2019-09-07 04:28:04 -03:00
2019-09-07 04:28:04 -03:00
2019-08-30 18:00:50 -07:00
2019-09-22 11:15:14 -07:00
2019-09-03 09:30:45 -04:00
2019-09-16 21:32:57 +02:00
2019-09-13 12:35:33 +02:00
2019-09-13 12:35:33 +02:00
2019-09-13 12:47:36 +02:00
2019-08-29 12:55:02 -07:00
2019-09-11 14:46:02 +01:00
2019-09-13 21:15:41 +10:00
2019-09-07 04:28:04 -03:00
2019-08-28 15:25:53 -05:00
2019-09-23 19:16:01 -07:00
2019-09-23 19:16:01 -07:00
2019-08-28 11:29:38 +02:00
2019-09-05 11:54:14 +02:00
2019-09-02 11:20:17 -07:00
2019-09-18 10:33:46 -07:00
2019-08-21 00:38:54 +02:00
2019-08-21 00:20:40 +02:00
2019-09-05 21:16:22 +02:00
2019-08-26 11:35:13 +02:00
2019-09-12 12:09:16 +02:00
2019-09-12 21:05:34 -04:00
2019-08-23 16:39:26 +01:00
2019-09-16 17:25:49 -07:00
2019-08-26 16:27:01 -07:00
2019-09-16 11:43:38 -05:00
2019-09-21 10:07:42 -07:00
2019-09-23 11:21:04 -07:00
2019-09-12 21:05:34 -04:00
2019-09-13 12:47:11 +02:00
2019-09-11 15:27:09 +01:00
2019-09-11 12:34:29 +02:00
2019-09-07 21:42:25 +02:00
2019-09-04 13:37:17 +02:00
2019-09-16 16:26:11 +02:00
2019-08-26 12:15:06 +03:00
2019-08-30 07:27:17 -07:00
2019-08-23 02:12:11 +02:00
2019-08-28 11:50:43 +02:00
2019-09-16 17:25:49 -07:00
2019-08-31 06:51:49 -04:00
2019-08-21 10:03:35 -07:00
2019-09-04 11:13:19 +02:00
2019-09-04 14:34:31 +02:00
2019-09-17 12:35:15 -07:00
2019-09-13 21:15:39 +10:00
2019-08-27 09:22:38 -06:00