Re: [RFT v2 01/10] pinctrl: samsung: Define suspend and resume callbacks for all banks and SoCs

From: Krzysztof Kozlowski
Date: Tue Jul 24 2018 - 15:41:25 EST


On Mon, Jul 23, 2018 at 07:52:53PM +0200, Krzysztof Kozlowski wrote:
> Suspend and resume callbacks in Exynos/S5Pv210 pin controller drivers,
> save and restore state of registers. This operations should be done for
> all banks which have external interrupts (as denoted by using
> EXYNOS_PIN_BANK_EINTG/EINTW macros).
>
> Add all banks of Exynos5260 and Exynos5420. This is necessary step for
> supporting suspend to RAM on these SoCs.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Cc: Tomasz Figa <tomasz.figa@xxxxxxxxx>
> Cc: Sylwester Nawrocki <snawrocki@xxxxxxxxxx>
> Acked-by: Tomasz Figa <tomasz.figa@xxxxxxxxx>
> ---
> drivers/pinctrl/samsung/pinctrl-exynos-arm.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)

Thanks, applied.

Best regards,
Krzysztof