[GIT PULL 4/5] Broadcom drivers changes for 6.17

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Jun 30 22:11:16 PDT 2025


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



More information about the linux-arm-kernel mailing list