[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <162931662227.25758.18298427573896977614.tip-bot2@tip-bot2>
Date: Wed, 18 Aug 2021 19:57:02 -0000
From: "irqchip-bot for Jianqun Xu" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Jianqun Xu <jay.xu@...k-chips.com>,
Linus Walleij <linus.walleij@...aro.org>, maz@...nel.org,
tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] pinctrl/rockchip: add pinctrl device to
gpio bank struct
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: 5f82afd868a04f65630c22f75b40c60cba418b8e
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/5f82afd868a04f65630c22f75b40c60cba418b8e
Author: Jianqun Xu <jay.xu@...k-chips.com>
AuthorDate: Mon, 16 Aug 2021 09:19:42 +08:00
Committer: Linus Walleij <linus.walleij@...aro.org>
CommitterDate: Tue, 17 Aug 2021 01:01:49 +02:00
pinctrl/rockchip: add pinctrl device to gpio bank struct
Store a pointer from the pinctrl device for the gpio bank.
Signed-off-by: Jianqun Xu <jay.xu@...k-chips.com>
Link: https://lore.kernel.org/r/20210816011948.1118959-4-jay.xu@rock-chips.com
Signed-off-by: Linus Walleij <linus.walleij@...aro.org>
---
drivers/pinctrl/pinctrl-rockchip.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/pinctrl/pinctrl-rockchip.h b/drivers/pinctrl/pinctrl-rockchip.h
index dba9e95..4aa3d2f 100644
--- a/drivers/pinctrl/pinctrl-rockchip.h
+++ b/drivers/pinctrl/pinctrl-rockchip.h
@@ -81,6 +81,7 @@ struct rockchip_drv {
/**
* struct rockchip_pin_bank
+ * @dev: the pinctrl device bind to the bank
* @reg_base: register base of the gpio bank
* @regmap_pull: optional separate register for additional pull settings
* @clk: clock of the gpio bank
@@ -105,6 +106,7 @@ struct rockchip_drv {
* @route_mask: bits describing the routing pins of per bank
*/
struct rockchip_pin_bank {
+ struct device *dev;
void __iomem *reg_base;
struct regmap *regmap_pull;
struct clk *clk;
Powered by blists - more mailing lists