From: Lee Jones <lee@kernel.org>
To: Artur Weber <aweber.kernel@gmail.com>
Cc: 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>,
Florian Fainelli <florian.fainelli@broadcom.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@broadcom.com>,
Stanislav Jakubek <stano.jakubek@gmail.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: [GIT PULL] Immutable branch between MFD and Regulator due for the v6.16 merge window
Date: Thu, 22 May 2025 15:45:59 +0100 [thread overview]
Message-ID: <20250522144559.GB1378991@google.com> (raw)
In-Reply-To: <20250515-bcm59054-v9-0-14ba0ea2ea5b@gmail.com>
Enjoy!
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.16-1
for you to fetch changes up to ef7f3631a44b8e0990ab8ffcbed4b2c3a4270883:
regulator: bcm590xx: Add support for BCM59054 regulators (2025-05-22 10:57:46 +0100)
----------------------------------------------------------------
Immutable branch between MFD and Regulator due for the v6.16 merge window
----------------------------------------------------------------
Artur Weber (8):
dt-bindings: mfd: brcm,bcm59056: Convert to YAML
dt-bindings: mfd: brcm,bcm59056: Add compatible for BCM59054
mfd: bcm590xx: Add support for multiple device types + BCM59054 compatible
mfd: bcm590xx: Add PMU ID/revision parsing function
regulator: bcm590xx: Use dev_err_probe for regulator register error
regulator: bcm590xx: Store regulator descriptions in table
regulator: bcm590xx: Rename BCM59056-specific data as such
regulator: bcm590xx: Add support for BCM59054 regulators
.../devicetree/bindings/mfd/brcm,bcm59056.txt | 39 -
.../devicetree/bindings/mfd/brcm,bcm59056.yaml | 76 ++
.../bindings/regulator/brcm,bcm59054.yaml | 56 +
.../bindings/regulator/brcm,bcm59056.yaml | 51 +
drivers/mfd/bcm590xx.c | 66 +-
drivers/regulator/bcm590xx-regulator.c | 1289 ++++++++++++++++----
include/linux/mfd/bcm590xx.h | 27 +
7 files changed, 1325 insertions(+), 279 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm59056.txt
create mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm59056.yaml
create mode 100644 Documentation/devicetree/bindings/regulator/brcm,bcm59054.yaml
create mode 100644 Documentation/devicetree/bindings/regulator/brcm,bcm59056.yaml
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2025-05-22 14:46 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-15 14:16 [PATCH v9 0/8] mfd: bcm590xx: Add support for BCM59054 Artur Weber
2025-05-15 14:16 ` [PATCH v9 1/8] dt-bindings: mfd: brcm,bcm59056: Convert to YAML Artur Weber
2025-05-15 14:16 ` [PATCH v9 2/8] dt-bindings: mfd: brcm,bcm59056: Add compatible for BCM59054 Artur Weber
2025-05-15 14:16 ` [PATCH v9 3/8] mfd: bcm590xx: Add support for multiple device types + BCM59054 compatible Artur Weber
2025-05-15 14:16 ` [PATCH v9 4/8] mfd: bcm590xx: Add PMU ID/revision parsing function Artur Weber
2025-05-15 14:16 ` [PATCH v9 5/8] regulator: bcm590xx: Use dev_err_probe for regulator register error Artur Weber
2025-05-16 11:56 ` Mark Brown
2025-05-15 14:16 ` [PATCH v9 6/8] regulator: bcm590xx: Store regulator descriptions in table Artur Weber
2025-05-16 12:30 ` Mark Brown
2025-05-15 14:16 ` [PATCH v9 7/8] regulator: bcm590xx: Rename BCM59056-specific data as such Artur Weber
2025-05-16 12:31 ` Mark Brown
2025-05-15 14:16 ` [PATCH v9 8/8] regulator: bcm590xx: Add support for BCM59054 regulators Artur Weber
2025-05-16 12:32 ` Mark Brown
2025-05-22 10:05 ` [PATCH v9 0/8] mfd: bcm590xx: Add support for BCM59054 Lee Jones
2025-05-22 14:45 ` Lee Jones [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-08 8:40 [PATCH v3 00/14] Support ROHM Scalable PMIC family Matti Vaittinen
2025-05-02 7:47 ` [GIT PULL] Immutable branch between MFD and Regulator due for the v6.16 merge window Lee Jones
2025-05-02 23:25 ` Mark Brown
2025-05-06 5:28 ` Matti Vaittinen
2025-05-06 14:10 ` Mark Brown
2025-05-06 14:29 ` Matti Vaittinen
2025-05-07 10:33 ` Lee Jones
2025-05-07 10:36 ` 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=20250522144559.GB1378991@google.com \
--to=lee@kernel.org \
--cc=aweber.kernel@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjui@broadcom.com \
--cc=robh@kernel.org \
--cc=sbranden@broadcom.com \
--cc=stano.jakubek@gmail.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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