From: Lee Jones <lee@kernel.org>
To: Alex Bee <knaerzche@gmail.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Linus Walleij <linus.walleij@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
Chris Zhong <zyw@rock-chips.com>,
Zhang Qing <zhangqing@rock-chips.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-gpio@vger.kernel.org
Subject: [GIT PULL] Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window
Date: Fri, 10 May 2024 15:47:26 +0100 [thread overview]
Message-ID: <20240510144726.GB6146@google.com> (raw)
In-Reply-To: <20240416161237.2500037-1-knaerzche@gmail.com>
Enjoy!
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pinctrl-regulator-v6.10
for you to fetch changes up to 5eb068da74a0b443fb99a89d9e5062691649c470:
regulator: rk808: Add RK816 support (2024-05-03 09:15:38 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window
----------------------------------------------------------------
Alex Bee (5):
dt-bindings: mfd: Add rk816 binding
mfd: rk8xx: Add RK816 support
pinctrl: rk805: Add rk816 pinctrl support
regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_range
regulator: rk808: Add RK816 support
.../devicetree/bindings/mfd/rockchip,rk816.yaml | 274 +++++++++++++++++++++
drivers/mfd/Kconfig | 4 +-
drivers/mfd/rk8xx-core.c | 104 ++++++++
drivers/mfd/rk8xx-i2c.c | 45 +++-
drivers/pinctrl/pinctrl-rk805.c | 69 ++++++
drivers/regulator/rk808-regulator.c | 218 +++++++++++++++-
include/linux/mfd/rk808.h | 144 +++++++++++
7 files changed, 851 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk816.yaml
--
Lee Jones [李琼斯]
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee@kernel.org>
To: Alex Bee <knaerzche@gmail.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Linus Walleij <linus.walleij@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
Chris Zhong <zyw@rock-chips.com>,
Zhang Qing <zhangqing@rock-chips.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-gpio@vger.kernel.org
Subject: [GIT PULL] Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window
Date: Fri, 10 May 2024 15:47:26 +0100 [thread overview]
Message-ID: <20240510144726.GB6146@google.com> (raw)
In-Reply-To: <20240416161237.2500037-1-knaerzche@gmail.com>
Enjoy!
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pinctrl-regulator-v6.10
for you to fetch changes up to 5eb068da74a0b443fb99a89d9e5062691649c470:
regulator: rk808: Add RK816 support (2024-05-03 09:15:38 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window
----------------------------------------------------------------
Alex Bee (5):
dt-bindings: mfd: Add rk816 binding
mfd: rk8xx: Add RK816 support
pinctrl: rk805: Add rk816 pinctrl support
regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_range
regulator: rk808: Add RK816 support
.../devicetree/bindings/mfd/rockchip,rk816.yaml | 274 +++++++++++++++++++++
drivers/mfd/Kconfig | 4 +-
drivers/mfd/rk8xx-core.c | 104 ++++++++
drivers/mfd/rk8xx-i2c.c | 45 +++-
drivers/pinctrl/pinctrl-rk805.c | 69 ++++++
drivers/regulator/rk808-regulator.c | 218 +++++++++++++++-
include/linux/mfd/rk808.h | 144 +++++++++++
7 files changed, 851 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk816.yaml
--
Lee Jones [李琼斯]
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee@kernel.org>
To: Alex Bee <knaerzche@gmail.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Linus Walleij <linus.walleij@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
Chris Zhong <zyw@rock-chips.com>,
Zhang Qing <zhangqing@rock-chips.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-gpio@vger.kernel.org
Subject: [GIT PULL] Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window
Date: Fri, 10 May 2024 15:47:26 +0100 [thread overview]
Message-ID: <20240510144726.GB6146@google.com> (raw)
In-Reply-To: <20240416161237.2500037-1-knaerzche@gmail.com>
Enjoy!
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pinctrl-regulator-v6.10
for you to fetch changes up to 5eb068da74a0b443fb99a89d9e5062691649c470:
regulator: rk808: Add RK816 support (2024-05-03 09:15:38 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window
----------------------------------------------------------------
Alex Bee (5):
dt-bindings: mfd: Add rk816 binding
mfd: rk8xx: Add RK816 support
pinctrl: rk805: Add rk816 pinctrl support
regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_range
regulator: rk808: Add RK816 support
.../devicetree/bindings/mfd/rockchip,rk816.yaml | 274 +++++++++++++++++++++
drivers/mfd/Kconfig | 4 +-
drivers/mfd/rk8xx-core.c | 104 ++++++++
drivers/mfd/rk8xx-i2c.c | 45 +++-
drivers/pinctrl/pinctrl-rk805.c | 69 ++++++
drivers/regulator/rk808-regulator.c | 218 +++++++++++++++-
include/linux/mfd/rk808.h | 144 +++++++++++
7 files changed, 851 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk816.yaml
--
Lee Jones [李琼斯]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-05-10 14:47 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-16 16:12 [PATCH v4 0/5] Add RK816 PMIC support Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` [PATCH v4 1/5] dt-bindings: mfd: Add rk816 binding Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` [PATCH v4 2/5] mfd: rk8xx: Add RK816 support Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` [PATCH v4 3/5] pinctrl: rk805: Add rk816 pinctrl support Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-17 8:57 ` Linus Walleij
2024-04-17 8:57 ` Linus Walleij
2024-04-17 8:57 ` Linus Walleij
2024-04-18 17:48 ` Alex Bee
2024-04-18 17:48 ` Alex Bee
2024-04-18 17:48 ` Alex Bee
2024-04-19 13:31 ` Linus Walleij
2024-04-19 13:31 ` Linus Walleij
2024-04-19 13:31 ` Linus Walleij
2024-04-16 16:12 ` [PATCH v4 4/5] regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_range Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-23 5:21 ` Mark Brown
2024-04-23 5:21 ` Mark Brown
2024-04-23 5:21 ` Mark Brown
2024-04-16 16:12 ` [PATCH v4 5/5] regulator: rk808: Add RK816 support Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-16 16:12 ` Alex Bee
2024-04-23 5:21 ` Mark Brown
2024-04-23 5:21 ` Mark Brown
2024-04-23 5:21 ` Mark Brown
2024-05-03 8:01 ` [PATCH v4 0/5] Add RK816 PMIC support Alex Bee
2024-05-03 8:01 ` Alex Bee
2024-05-03 8:01 ` Alex Bee
2024-05-03 8:11 ` Lee Jones
2024-05-03 8:11 ` Lee Jones
2024-05-03 8:11 ` Lee Jones
2024-05-03 8:17 ` Lee Jones
2024-05-03 8:17 ` Lee Jones
2024-05-03 8:17 ` Lee Jones
2024-05-03 8:18 ` Lee Jones
2024-05-03 8:18 ` Lee Jones
2024-05-03 8:18 ` Lee Jones
2024-05-03 8:29 ` Alex Bee
2024-05-03 8:29 ` Alex Bee
2024-05-03 8:29 ` Alex Bee
2024-05-10 14:47 ` Lee Jones [this message]
2024-05-10 14:47 ` [GIT PULL] Immutable branch between MFD, Pinctrl and Regulator due for the v6.10 merge window Lee Jones
2024-05-10 14:47 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240510144726.GB6146@google.com \
--to=lee@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=knaerzche@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=zhangqing@rock-chips.com \
--cc=zyw@rock-chips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.