All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] clk: bcm: Add BCM2711 DVP driver
@ 2020-06-11  9:23 ` Maxime Ripard
  0 siblings, 0 replies; 36+ messages in thread
From: Maxime Ripard @ 2020-06-11  9:23 UTC (permalink / raw)
  To: Nicolas Saenz Julienne
  Cc: linux-rpi-kernel, bcm-kernel-feedback-list, linux-arm-kernel,
	linux-kernel, Dave Stevenson, Tim Gover, Phil Elwell,
	Mike Turquette, Stephen Boyd, linux-clk, Philipp Zabel,
	Maxime Ripard

Hi,

Here is yet another smaller patches series that got stripped out of the
huge HDMI one.

Since it depends at build time on patches already queued by Philipp in
reset/next, maybe we should merge the clock driver in the reset tree with
the Acks of Stephen and Mike?

Maxime

Changes from v3:
  - Switch to devm_platform_get_and_ioremap_resource and devm_reset_controller_register
  - Actually use the Kconfig symbol in the Makefile

Maxime Ripard (3):
  dt-bindings: clock: Add BCM2711 DVP binding
  clk: bcm: Add BCM2711 DVP driver
  ARM: dts: bcm2711: Add HDMI DVP

 Documentation/devicetree/bindings/clock/brcm,bcm2711-dvp.yaml |  47 +++-
 arch/arm/boot/dts/bcm2711.dtsi                                |  15 +-
 drivers/clk/bcm/Kconfig                                       |  11 +-
 drivers/clk/bcm/Makefile                                      |   1 +-
 drivers/clk/bcm/clk-bcm2711-dvp.c                             | 120 +++++++-
 5 files changed, 194 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/brcm,bcm2711-dvp.yaml
 create mode 100644 drivers/clk/bcm/clk-bcm2711-dvp.c

base-commit: 192e08e14e37b78e83cc2f5b9eb5a15a7d71c4e2
-- 
git-series 0.9.1

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

end of thread, other threads:[~2020-07-06 16:54 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11  9:23 [PATCH v4 0/3] clk: bcm: Add BCM2711 DVP driver Maxime Ripard
2020-06-11  9:23 ` Maxime Ripard
2020-06-11  9:23 ` [PATCH v4 1/3] dt-bindings: clock: Add BCM2711 DVP binding Maxime Ripard
2020-06-11  9:23   ` Maxime Ripard
2020-06-20  0:13   ` Stephen Boyd
2020-06-20  0:13     ` Stephen Boyd
2020-06-11  9:23 ` [PATCH v4 2/3] clk: bcm: Add BCM2711 DVP driver Maxime Ripard
2020-06-11  9:23   ` Maxime Ripard
2020-06-11 15:50   ` Stefan Wahren
2020-06-11 15:50     ` Stefan Wahren
2020-06-11 16:52     ` Maxime Ripard
2020-06-11 16:52       ` Maxime Ripard
2020-06-11 17:06       ` Florian Fainelli
2020-06-11 17:06         ` Florian Fainelli
2020-06-11 19:01         ` Stefan Wahren
2020-06-11 19:01           ` Stefan Wahren
2020-06-15 16:21   ` Nicolas Saenz Julienne
2020-06-15 16:21     ` Nicolas Saenz Julienne
2020-06-20  0:13   ` Stephen Boyd
2020-06-20  0:13     ` Stephen Boyd
2020-06-20  0:18   ` Stephen Boyd
2020-06-20  0:18     ` Stephen Boyd
2020-06-11  9:23 ` [PATCH v4 3/3] ARM: dts: bcm2711: Add HDMI DVP Maxime Ripard
2020-06-11  9:23   ` Maxime Ripard
2020-06-15 16:26   ` Nicolas Saenz Julienne
2020-06-15 16:26     ` Nicolas Saenz Julienne
2020-06-16 12:16     ` Maxime Ripard
2020-06-16 12:16       ` Maxime Ripard
2020-06-16 12:56       ` Philipp Zabel
2020-06-16 12:56         ` Philipp Zabel
2020-06-16 13:33         ` Maxime Ripard
2020-06-16 13:33           ` Maxime Ripard
2020-06-20  0:10         ` Stephen Boyd
2020-06-20  0:10           ` Stephen Boyd
2020-07-06 16:53   ` Nicolas Saenz Julienne
2020-07-06 16:53     ` Nicolas Saenz Julienne

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.