From: Lee Jones <lee@kernel.org>
To: Matti Vaittinen <mazziesaccount@gmail.com>
Cc: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
Matti Vaittinen <matti.vaittinen@linux.dev>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
Brian Masney <bmasney+clk@redhat.com>,
Jerome Brunet <jbrunet+clk@baylibre.com>,
Linus Walleij <linusw@kernel.org>,
Bartosz Golaszewski <brgl@kernel.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Michael Walle <mwalle@kernel.org>,
mfd@lists.linux.dev, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org,
Sverdlin@mva-rohm, Alexander <alexander.sverdlin@siemens.com>
Subject: [GIT PULL] Immutable branch between MFD, Clk, GPIO, Regulator and RTC due for the v7.4 merge window
Date: Thu, 24 Sep 2026 14:00:38 +0100 [thread overview]
Message-ID: <20260924130038.GB453446@google.com> (raw)
In-Reply-To: <cover.1789538455.git.mazziesaccount@gmail.com>
Enjoy!
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-clk-gpio-regulator-rtc-v7.4
for you to fetch changes up to e8e8d60fe8cc35340f6110ff70ef7959de1c3c0b:
MAINTAINERS: Add ROHM BD73800 PMIC files (2026-09-23 11:32:19 +0100)
----------------------------------------------------------------
Immutable branch between MFD, Clk, GPIO, Regulator and RTC due for the v7.4 merge window
----------------------------------------------------------------
Matti Vaittinen (10):
dt-bindings: mfd: Common ROHM PMIC properties
dt-bindings: rohm,bd*: Ref common ROHM bindings
dt-bindings: regulator: ROHM BD73800 regulators
dt-bindings: mfd: ROHM BD73800 PMIC
mfd: Support for ROHM BD73800 PMIC core
rtc: bd70528: Support RTC on ROHM BD73800
regulator: bd71828: Support ROHM BD73800
clk: bd718x7: Support ROHM BD73800
gpio: bd73800: Support ROHM BD73800 PMIC GPIOs
MAINTAINERS: Add ROHM BD73800 PMIC files
.../devicetree/bindings/mfd/rohm,bd71815-pmic.yaml | 9 +-
.../devicetree/bindings/mfd/rohm,bd71828-pmic.yaml | 9 +-
.../devicetree/bindings/mfd/rohm,bd72720-pmic.yaml | 29 +-
.../devicetree/bindings/mfd/rohm,bd73800-pmic.yaml | 218 ++++++++
.../devicetree/bindings/mfd/rohm,pmic-pins.yaml | 72 +++
.../bindings/regulator/rohm,bd73800-regulator.yaml | 99 ++++
MAINTAINERS | 2 +
drivers/clk/clk-bd718x7.c | 8 +
drivers/gpio/Kconfig | 12 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-bd73800.c | 209 ++++++++
drivers/mfd/Kconfig | 15 +-
drivers/mfd/rohm-bd71828.c | 147 +++++-
drivers/regulator/Kconfig | 4 +-
drivers/regulator/bd71828-regulator.c | 558 ++++++++++++++++++++-
drivers/rtc/rtc-bd70528.c | 8 +
include/linux/mfd/rohm-bd73800.h | 306 +++++++++++
include/linux/mfd/rohm-generic.h | 1 +
18 files changed, 1661 insertions(+), 46 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd73800-pmic.yaml
create mode 100644 Documentation/devicetree/bindings/mfd/rohm,pmic-pins.yaml
create mode 100644 Documentation/devicetree/bindings/regulator/rohm,bd73800-regulator.yaml
create mode 100644 drivers/gpio/gpio-bd73800.c
create mode 100644 include/linux/mfd/rohm-bd73800.h
--
Lee Jones
prev parent reply other threads:[~2026-09-24 13:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-16 6:04 [PATCH v4 00/10] Support ROHM BD73800 Matti Vaittinen
2026-09-16 6:06 ` [PATCH v4 01/10] dt-bindings: mfd: common ROHM PMIC properties Matti Vaittinen
2026-09-16 6:07 ` [PATCH v4 02/10] dt-bindings: rohm,bd*: Ref common ROHM bindings Matti Vaittinen
2026-09-16 6:08 ` [PATCH v4 03/10] dt-bindings: regulator: ROHM BD73800 regulators Matti Vaittinen
2026-09-16 6:08 ` [PATCH v4 04/10] dt-bindings: mfd: ROHM BD73800 PMIC Matti Vaittinen
2026-09-16 6:09 ` [PATCH v4 05/10] mfd: Support for ROHM BD73800 PMIC core Matti Vaittinen
2026-09-22 15:45 ` Lee Jones
2026-09-22 17:34 ` Matti Vaittinen
2026-09-16 6:09 ` [PATCH v4 06/10] rtc: bd70528: Support RTC on ROHM BD73800 Matti Vaittinen
2026-09-16 6:10 ` [PATCH v4 07/10] regulator: bd71828: Support " Matti Vaittinen
2026-09-16 6:11 ` [PATCH v4 08/10] clk: bd718x7: " Matti Vaittinen
2026-09-16 6:12 ` [PATCH v4 09/10] gpio: bd73800: Support ROHM BD73800 PMIC GPIOs Matti Vaittinen
2026-09-16 17:31 ` Linus Walleij
2026-09-17 4:47 ` Matti Vaittinen
2026-09-16 6:12 ` [PATCH v4 10/10] MAINTAINERS: Add ROHM BD73800 PMIC files Matti Vaittinen
2026-09-23 10:36 ` [PATCH v4 00/10] Support ROHM BD73800 Lee Jones
2026-09-23 10:39 ` Lee Jones
2026-09-24 13:00 ` Lee Jones [this message]
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=20260924130038.GB453446@google.com \
--to=lee@kernel.org \
--cc=Sverdlin@mva-rohm \
--cc=alexander.sverdlin@siemens.com \
--cc=alexandre.belloni@bootlin.com \
--cc=bmasney+clk@redhat.com \
--cc=brgl@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jbrunet+clk@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linusw@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=matti.vaittinen@fi.rohmeurope.com \
--cc=matti.vaittinen@linux.dev \
--cc=mazziesaccount@gmail.com \
--cc=mfd@lists.linux.dev \
--cc=mwalle@kernel.org \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®