[PATCH v4 0/3] add power off driver for i.mx6
From: Robin Gong <hidden>
Date: 2014-11-13 02:03:11
Also in:
linux-devicetree, linux-pm, lkml
From: Robin Gong <hidden>
Date: 2014-11-13 02:03:11
Also in:
linux-devicetree, linux-pm, lkml
Thanks, Shawn. On Wed, Nov 12, 2014 at 06:56:22PM +0800, Shawn Guo wrote:
On Wed, Nov 12, 2014 at 04:20:36PM +0800, Robin Gong wrote:quoted
Resend the patchset with the latest MAINTAINERS Add simple power off driver for i.mx6, including: - add basic imx-snvs-poweroff driver in drivers/power/reset - add device node in all dts files of i.mx6. - enable in config file Change from v3: - disable poweroff driver in soc level dts and enable it in board level dts - replace 'EIO' with 'ENODEV' while of_iomap fail. Change from v2: - remove useless included head files - split device binding doc from dts patch - add description for the case that PMIC_ON_REQ not used as external power control Robin Gong (3): ARM: dts: imx6: add pm_power_off support for i.mx6 chips power: reset: imx-snvs-poweroff: add power off driver for i.mx6 ARM: configs: imx_v6_v7_defconfig: add power off driverI'm fine with the series. But before I take the patches, I need an ACK from DT folks on the bindings. Shawn