All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] iMX6: Implement power off over standby signal
@ 2017-05-31  6:14 ` Oleksij Rempel
  0 siblings, 0 replies; 41+ messages in thread
From: Oleksij Rempel @ 2017-05-31  6:14 UTC (permalink / raw)
  To: linux
  Cc: Oleksij Rempel, kernel, linux-arm-kernel, Michael Turquette,
	Stephen Boyd, Rob Herring, Mark Rutland, linux-clk, devicetree,
	linux-kernel

v2:
 - export pm_power_off_prepare to fix pfuze100-regulator as module compilation.

Oleksij Rempel (6):
  ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff
    property
  ARM: imx6: register pm_power_off handler if "fsl,pmic_stby_poweroff"
    is set
  kernel/reboot.c: export pm_power_off_prepare
  regulator: pfuze100: add fsl,pmic_stby_poweroff property
  regulator: pfuze100-regulator: provide pm_power_off_prepare handler
  ARM: dts: imx6: RIoTboard provide Standby to PowerOff option

 .../devicetree/bindings/clock/imx6q-clock.txt      |  4 ++
 .../devicetree/bindings/regulator/pfuze100.txt     |  4 ++
 arch/arm/boot/dts/imx6dl-riotboard.dts             |  5 ++
 arch/arm/mach-imx/pm-imx6.c                        | 30 +++++++++
 drivers/regulator/pfuze100-regulator.c             | 76 ++++++++++++++++++++++
 kernel/reboot.c                                    |  1 +
 6 files changed, 120 insertions(+)

Cc: kernel@pengutronix.de
Cc: linux-arm-kernel@lists.infradead.org
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-clk@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

-- 
2.11.0

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2017-06-01  6:51 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31  6:14 [PATCH v2 0/6] iMX6: Implement power off over standby signal Oleksij Rempel
2017-05-31  6:14 ` Oleksij Rempel
2017-05-31  6:14 ` [PATCH v2 1/6] ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff property Oleksij Rempel
2017-05-31  6:14   ` [PATCH v2 1/6] ARM: imx6q: provide documentation for new fsl, pmic_stby_poweroff property Oleksij Rempel
2017-05-31 14:52   ` [PATCH v2 1/6] ARM: imx6q: provide documentation for new fsl,pmic_stby_poweroff property Mark Rutland
2017-05-31 14:52     ` Mark Rutland
2017-05-31 14:52     ` Mark Rutland
2017-06-01  6:50     ` Oleksij Rempel
2017-06-01  6:50       ` Oleksij Rempel
2017-06-01  6:50       ` Oleksij Rempel
2017-05-31  6:14 ` [PATCH v2 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic_stby_poweroff" is set Oleksij Rempel
2017-05-31  6:14   ` [PATCH v2 2/6] ARM: imx6: register pm_power_off handler if "fsl, pmic_stby_poweroff" " Oleksij Rempel
2017-05-31  6:14   ` [PATCH v2 2/6] ARM: imx6: register pm_power_off handler if "fsl,pmic_stby_poweroff" " Oleksij Rempel
2017-05-31 14:55   ` Mark Rutland
2017-05-31 14:55     ` Mark Rutland
2017-05-31 14:55     ` Mark Rutland
2017-05-31  6:14 ` [PATCH v2 3/6] kernel/reboot.c: export pm_power_off_prepare Oleksij Rempel
2017-05-31  6:14   ` Oleksij Rempel
2017-05-31 20:54   ` Andrew Morton
2017-05-31 20:54     ` Andrew Morton
2017-05-31  6:14 ` [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property Oleksij Rempel
2017-05-31  6:14   ` [PATCH v2 4/6] regulator: pfuze100: add fsl, pmic_stby_poweroff property Oleksij Rempel
2017-05-31 14:44   ` [PATCH v2 4/6] regulator: pfuze100: add fsl,pmic_stby_poweroff property Mark Brown
2017-05-31 14:44     ` Mark Brown
2017-05-31 14:44     ` Mark Brown
2017-05-31 14:55     ` Oleksij Rempel
2017-05-31 14:55       ` Oleksij Rempel
2017-05-31 14:55       ` Oleksij Rempel
2017-05-31 15:56       ` Mark Brown
2017-05-31 15:56         ` Mark Brown
2017-05-31 14:56   ` Mark Rutland
2017-05-31 14:56     ` Mark Rutland
2017-05-31  6:14 ` [PATCH v2 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler Oleksij Rempel
2017-05-31  6:14   ` Oleksij Rempel
2017-05-31 20:59   ` Andrew Morton
2017-05-31 20:59     ` Andrew Morton
2017-06-01  6:19     ` Oleksij Rempel
2017-06-01  6:19       ` Oleksij Rempel
2017-05-31  6:14 ` [PATCH v2 6/6] ARM: dts: imx6: RIoTboard provide Standby to PowerOff option Oleksij Rempel
2017-05-31  6:14   ` Oleksij Rempel
2017-05-31  6:14   ` Oleksij Rempel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.