[PATCH 0/2] pinctrl: support to save and restore GPIO conf.
From: Prathamesh Shete <hidden>
Date: 2021-08-31 05:29:09
Also in:
linux-gpio, lkml
From: Prathamesh Shete <hidden>
Date: 2021-08-31 05:29:09
Also in:
linux-gpio, lkml
From: pshete <redacted> 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