From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: soc@kernel.org, Andrea della Porta <andrea.porta@suse.com>,
Linus Walleij <linus.walleij@linaro.org>,
"Bjorn Helgaas # quirks . c" <bhelgaas@google.com>,
pci_ids.h@broadcom.com, Stefan Wahren <wahrenst@gmx.net>,
Randy Dunlap # build-tested <rdunlap@infradead.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com
Subject: Re: [GIT PULL 4/5] Broadcom drivers changes for 6.17
Date: Tue, 1 Jul 2025 07:11:16 +0200 [thread overview]
Message-ID: <2025070139-garnish-leotard-9824@gregkh> (raw)
In-Reply-To: <20250630190216.1518354-4-florian.fainelli@broadcom.com>
On Mon, Jun 30, 2025 at 12:02:15PM -0700, Florian Fainelli wrote:
> The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
>
> Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
>
> are available in the Git repository at:
>
> https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.17/drivers
>
> for you to fetch changes up to e3ce7b897388339b407d57969acaa26063e38209:
>
> pinctrl: rp1: Implement RaspberryPi RP1 pinmux/pinconf support (2025-06-25 12:08:56 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom SoCs drivers updates for 6.17,
> please pull the following:
>
> - Andrea adds the RP1 clock, pinctrl/pinconf/gpio and misc driver to
> bind them all
>
> ----------------------------------------------------------------
> Andrea della Porta (5):
> dt-bindings: clock: Add RaspberryPi RP1 clock bindings
> clk: rp1: Add support for clocks provided by RP1
> pinctrl: rp1: Implement RaspberryPi RP1 gpio support
> misc: rp1: RaspberryPi RP1 misc driver
> pinctrl: rp1: Implement RaspberryPi RP1 pinmux/pinconf support
>
> .../bindings/clock/raspberrypi,rp1-clocks.yaml | 58 +
> drivers/clk/Kconfig | 9 +
> drivers/clk/Makefile | 1 +
> drivers/clk/clk-rp1.c | 1494 ++++++++++++++++
> drivers/misc/Kconfig | 1 +
> drivers/misc/Makefile | 1 +
> drivers/misc/rp1/Kconfig | 20 +
> drivers/misc/rp1/Makefile | 3 +
> drivers/misc/rp1/rp1-pci.dtso | 25 +
> drivers/misc/rp1/rp1_pci.c | 333 ++++
Any chance to actually review this code before you throw it under a
different maintainer's responsibility?
And what's wrong with patches, why a pull request here?
thanks,
greg k-h
next prev parent reply other threads:[~2025-07-01 5:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-30 19:02 [GIT PULL 1/5] Broadcom defconfig-arm64 changes for 6.17 Florian Fainelli
2025-06-30 19:02 ` [GIT PULL 2/5] Broadcom devicetree " Florian Fainelli
2025-06-30 19:02 ` [GIT PULL 3/5] Broadcom devicetree-arm64 " Florian Fainelli
2025-06-30 19:02 ` [GIT PULL 4/5] Broadcom drivers " Florian Fainelli
2025-07-01 5:11 ` Greg Kroah-Hartman [this message]
2025-07-01 10:11 ` Andrea della Porta
2025-06-30 19:02 ` [GIT PULL 5/5] Broadcom maintainers " Florian Fainelli
2025-07-03 16:00 ` [GIT PULL 1/5] Broadcom defconfig-arm64 " patchwork-bot+linux-soc
2025-07-04 9:10 ` patchwork-bot+linux-soc
2025-07-11 21:38 ` Florian Fainelli
2025-07-17 18:37 ` Florian Fainelli
2025-07-21 15:32 ` patchwork-bot+linux-soc
2025-07-29 21:03 ` Florian Fainelli
2025-07-30 6:00 ` Arnd Bergmann
2025-07-30 20:59 ` Florian Fainelli
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=2025070139-garnish-leotard-9824@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=andrea.porta@suse.com \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bhelgaas@google.com \
--cc=florian.fainelli@broadcom.com \
--cc=khilman@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=pci_ids.h@broadcom.com \
--cc=rdunlap@infradead.org \
--cc=soc@kernel.org \
--cc=wahrenst@gmx.net \
/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.