- Core Frameworks
   - Add the MFD bindings doc to MAINTAINERS

- New Drivers
   - X-Powers AC100 Audio CODEC and RTC
   - TI LP873x PMIC
   - Rockchip RK808 PMIC
   - Samsung Exynos Low Power Audio

 - New Device Support
   - Add support for STMPE1600 variant to stmpe
   - Add support for PM8018 PMIC to pm8921-core
   - Add support for AXP806 PMIC in axp20x
   - Add support for AXP209 GPIO in axp20x

 - New Functionality
   - Add support for Reset to all STMPE variants
   - Add support for MKBP event support to cros_ec
   - Add support for USB to intel_soc_pmic_bxtwc
   - Add support for IRQs and Power Button to tps65217

 - Fix-ups
   - Clean-up defunct author emails; da9063, max14577
   - Kconfig fixups; wm8350-i2c, as3722
   - Constify; altera-a10sr, sm501
   - Supply PCI IDs; intel-lpss-pci
   - Improve clocking; qcom_rpm
   - Fix IRQ probing; ucb1x00-core
   - Ensure fault log is cleared; da9052
   - Remove NO_IRQ check; ucb1x00-core
   - Supply I2C properties; intel-lpss-acpi, intel-lpss-pci
   - Non standard declaration; tps65217, max8997-irq
   - Remove unused code; lp873x, db8500-prcmu, ab8500-debugfs,
                         cros_ec_spi
   - Make non-modular; altera-a10sr, intel_msic, smsc-ece1099,
                       sun6i-prcm, twl-core,
   - OF bindings; ac100, stmpe, qcom-pm8xxx, qcom-rpm, rk808,
                  axp20x, lp873x, exynos5433-lpass, act8945a,
                  aspeed-scu, twl6040, arizona

 - Bug Fixes
   - Release OF pointer; qcom_rpm
   - Avoid double shifting in suspend/resume; 88pm80x
   - Fix 'defined but not used' error; exynos-lpass
   - Fix 'sleeping whilst attomic'; atmel-hlcdc
mfd: arizona: Handle probe deferral for reset GPIO

The Arizona CODECs will generally function correctly without a reset line
although it is strongly advised to have one, as such we do allow the system
to boot if the reset gpio is missing or incorrectly specified.  However
we should fail probe if we get a probe deferral request, this patch adds
handling for this case.

Reported-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 file changed