[PATCH 0/2] pinctrl: support to save and restore GPIO conf.

From: Prathamesh Shete
Date: Tue Aug 31 2021 - 01:29:14 EST


From: pshete <pshete@xxxxxxxxxx>

This change adds support to save and restore GPIO configurations

Laxman Dewangan (2):
pinctrl: pimux: Add support to save and restore HW register
pinctrl: tegra: Implement pinmux register save and restore

drivers/pinctrl/pinmux.c | 24 ++++++++++
drivers/pinctrl/pinmux.h | 18 ++++++++
drivers/pinctrl/tegra/pinctrl-tegra.c | 66 +++++++++++++++++++++++++++
drivers/pinctrl/tegra/pinctrl-tegra.h | 1 +
include/linux/pinctrl/pinmux.h | 9 ++++
5 files changed, 118 insertions(+)

--
2.17.1