[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230905122105.117000-1-hal.feng@starfivetech.com>
Date: Tue, 5 Sep 2023 20:21:03 +0800
From: Hal Feng <hal.feng@...rfivetech.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Andreas Schwab <schwab@...e.de>,
Conor Dooley <conor@...nel.org>,
Emil Renner Berthing <emil.renner.berthing@...onical.com>,
Jianlong Huang <jianlong.huang@...rfivetech.com>,
Hal Feng <hal.feng@...rfivetech.com>
CC: <linux-gpio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v1 0/2] Fix an irq issue and add system pm ops for StarFive JH7110 pinctrl drivers
This patchset fixes some issues arising when CONFIG_PM is enabled
or suspending to disk.
The first patch fixes failure to set irq after CONFIG_PM is enabled.
The second patch adds system pm ops to save and restore context. So it can
ensure that the pins configuration keep consistent with the one before
suspending.
Hal Feng (2):
pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is
enabled
pinctrl: starfive: jh7110: Add system pm ops to save and restore
context
MAINTAINERS | 1 +
.../starfive/pinctrl-starfive-jh7110-aon.c | 4 ++
.../starfive/pinctrl-starfive-jh7110-sys.c | 4 ++
.../starfive/pinctrl-starfive-jh7110.c | 42 ++++++++++++++++++-
.../starfive/pinctrl-starfive-jh7110.h | 4 ++
5 files changed, 53 insertions(+), 2 deletions(-)
base-commit: 2dde18cd1d8fac735875f2e4987f11817cc0bc2c
--
2.38.1
Powered by blists - more mailing lists