All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Raspberry Pi driver updates for v5.13
@ 2021-03-22 17:42 ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Saenz Julienne @ 2021-03-22 17:42 UTC (permalink / raw)
  To: soc
  Cc: linux-arm-kernel, u.kleine-koenig, f.fainelli, sboyd,
	bgolaszewski, gregkh, dmitry.torokhov, robh, thierry.reding

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/rpi-poe-v5.13

for you to fetch changes up to 79caa362eab6569297210eda375d6ea358a81161:

  pwm: Add Raspberry Pi Firmware based PWM bus (2021-03-22 17:59:52 +0100)

----------------------------------------------------------------
Raspberry Pi driver updates for v5.13:
  - Fix-up all RPi firmware drivers so as for unbind to happen in an
    orderly fashion
  - Support for RPi's PoE hat PWM bus

----------------------------------------------------------------
Nicolas Saenz Julienne (10):
      firmware: raspberrypi: Keep count of all consumers
      firmware: raspberrypi: Introduce devm_rpi_firmware_get()
      clk: bcm: rpi: Release firmware handle on unbind
      gpio: raspberrypi-exp: Release firmware handle on unbind
      reset: raspberrypi: Release firmware handle on unbind
      soc: bcm: raspberrypi-power: Release firmware handle on unbind
      staging: vchiq: Release firmware handle on unbind
      input: raspberrypi-ts: Release firmware handle when not needed
      dt-bindings: pwm: Add binding for RPi firmware PWM bus
      pwm: Add Raspberry Pi Firmware based PWM bus

 .../arm/bcm/raspberrypi,bcm2835-firmware.yaml      |  20 ++
 drivers/clk/bcm/clk-raspberrypi.c                  |   2 +-
 drivers/firmware/raspberrypi.c                     |  69 ++++++-
 drivers/gpio/gpio-raspberrypi-exp.c                |   2 +-
 drivers/input/touchscreen/raspberrypi-ts.c         |   2 +-
 drivers/pwm/Kconfig                                |   9 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-raspberrypi-poe.c                  | 206 +++++++++++++++++++++
 drivers/reset/reset-raspberrypi.c                  |   2 +-
 drivers/soc/bcm/raspberrypi-power.c                |   2 +-
 .../vc04_services/interface/vchiq_arm/vchiq_arm.c  |   2 +-
 .../dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h |  13 ++
 include/soc/bcm2835/raspberrypi-firmware.h         |  10 +
 13 files changed, 331 insertions(+), 9 deletions(-)
 create mode 100644 drivers/pwm/pwm-raspberrypi-poe.c
 create mode 100644 include/dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Raspberry Pi driver updates for v5.13
@ 2021-03-22 17:42 ` Nicolas Saenz Julienne
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Saenz Julienne @ 2021-03-22 17:42 UTC (permalink / raw)
  To: soc
  Cc: linux-arm-kernel, u.kleine-koenig, f.fainelli, sboyd,
	bgolaszewski, gregkh, dmitry.torokhov, robh, thierry.reding

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/rpi-poe-v5.13

for you to fetch changes up to 79caa362eab6569297210eda375d6ea358a81161:

  pwm: Add Raspberry Pi Firmware based PWM bus (2021-03-22 17:59:52 +0100)

----------------------------------------------------------------
Raspberry Pi driver updates for v5.13:
  - Fix-up all RPi firmware drivers so as for unbind to happen in an
    orderly fashion
  - Support for RPi's PoE hat PWM bus

----------------------------------------------------------------
Nicolas Saenz Julienne (10):
      firmware: raspberrypi: Keep count of all consumers
      firmware: raspberrypi: Introduce devm_rpi_firmware_get()
      clk: bcm: rpi: Release firmware handle on unbind
      gpio: raspberrypi-exp: Release firmware handle on unbind
      reset: raspberrypi: Release firmware handle on unbind
      soc: bcm: raspberrypi-power: Release firmware handle on unbind
      staging: vchiq: Release firmware handle on unbind
      input: raspberrypi-ts: Release firmware handle when not needed
      dt-bindings: pwm: Add binding for RPi firmware PWM bus
      pwm: Add Raspberry Pi Firmware based PWM bus

 .../arm/bcm/raspberrypi,bcm2835-firmware.yaml      |  20 ++
 drivers/clk/bcm/clk-raspberrypi.c                  |   2 +-
 drivers/firmware/raspberrypi.c                     |  69 ++++++-
 drivers/gpio/gpio-raspberrypi-exp.c                |   2 +-
 drivers/input/touchscreen/raspberrypi-ts.c         |   2 +-
 drivers/pwm/Kconfig                                |   9 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-raspberrypi-poe.c                  | 206 +++++++++++++++++++++
 drivers/reset/reset-raspberrypi.c                  |   2 +-
 drivers/soc/bcm/raspberrypi-power.c                |   2 +-
 .../vc04_services/interface/vchiq_arm/vchiq_arm.c  |   2 +-
 .../dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h |  13 ++
 include/soc/bcm2835/raspberrypi-firmware.h         |  10 +
 13 files changed, 331 insertions(+), 9 deletions(-)
 create mode 100644 drivers/pwm/pwm-raspberrypi-poe.c
 create mode 100644 include/dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Raspberry Pi driver updates for v5.13
@ 2021-04-01 19:24   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
  To: soc, Nicolas Saenz Julienne
  Cc: Arnd Bergmann, gregkh, linux-arm-kernel, sboyd, dmitry.torokhov,
	robh, u.kleine-koenig, bgolaszewski, thierry.reding, f.fainelli

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 22 Mar 2021 18:42:32 +0100, Nicolas Saenz Julienne wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/rpi-poe-v5.13
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 7da68c64bc9037da7e470bfd219a2b5b7e7c5af1

       Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Raspberry Pi driver updates for v5.13
@ 2021-04-01 19:24   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-04-01 19:24 UTC (permalink / raw)
  To: soc, Nicolas Saenz Julienne
  Cc: Arnd Bergmann, gregkh, linux-arm-kernel, sboyd, dmitry.torokhov,
	robh, u.kleine-koenig, bgolaszewski, thierry.reding, f.fainelli

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 22 Mar 2021 18:42:32 +0100, Nicolas Saenz Julienne wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/rpi-poe-v5.13
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 7da68c64bc9037da7e470bfd219a2b5b7e7c5af1

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-01 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 17:42 [GIT PULL] Raspberry Pi driver updates for v5.13 Nicolas Saenz Julienne
2021-03-22 17:42 ` Nicolas Saenz Julienne
2021-04-01 19:24 ` Arnd Bergmann
2021-04-01 19:24   ` Arnd Bergmann

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.