linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] clk: bcm63xx-gate: introduce dt-bindings definitions
@ 2020-06-15  9:02 Álvaro Fernández Rojas
  2020-06-15  9:02 ` [PATCH 1/8] mips: bmips: add BCM3368 clock definitions Álvaro Fernández Rojas
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Álvaro Fernández Rojas @ 2020-06-15  9:02 UTC (permalink / raw)
  To: mturquette, sboyd, f.fainelli, bcm-kernel-feedback-list, robh+dt,
	julia.lawall, jonas.gorski, lkp, linux-kernel, linux-clk,
	linux-arm-kernel, devicetree
  Cc: Álvaro Fernández Rojas

These patches add header files for bcm63xx-gate clock definitions in order
to be able to use them in bcm63xx-gate controller driver and BMIPS device
trees.

"clk: bcm63xx-gate: add BCM6318 support" is required to correctly apply
these patches.

Álvaro Fernández Rojas (8):
  mips: bmips: add BCM3368 clock definitions
  mips: bmips: add BCM6318 clock definitions
  mips: bmips: add BCM6328 clock definitions
  mips: bmips: add BCM6358 clock definitions
  mips: bmips: add BCM6362 clock definitions
  mips: bmips: add BCM6368 clock definitions
  mips: bmips: add BCM63268 clock definitions
  clk: bcm63xx-gate: switch to dt-bindings definitions

 drivers/clk/bcm/clk-bcm63xx-gate.c         | 580 ++++++++++++++++-----
 include/dt-bindings/clock/bcm3368-clock.h  |  24 +
 include/dt-bindings/clock/bcm6318-clock.h  |  42 ++
 include/dt-bindings/clock/bcm63268-clock.h |  30 ++
 include/dt-bindings/clock/bcm6328-clock.h  |  19 +
 include/dt-bindings/clock/bcm6358-clock.h  |  18 +
 include/dt-bindings/clock/bcm6362-clock.h  |  26 +
 include/dt-bindings/clock/bcm6368-clock.h  |  24 +
 8 files changed, 622 insertions(+), 141 deletions(-)
 create mode 100644 include/dt-bindings/clock/bcm3368-clock.h
 create mode 100644 include/dt-bindings/clock/bcm6318-clock.h
 create mode 100644 include/dt-bindings/clock/bcm63268-clock.h
 create mode 100644 include/dt-bindings/clock/bcm6328-clock.h
 create mode 100644 include/dt-bindings/clock/bcm6358-clock.h
 create mode 100644 include/dt-bindings/clock/bcm6362-clock.h
 create mode 100644 include/dt-bindings/clock/bcm6368-clock.h

-- 
2.27.0


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

end of thread, other threads:[~2020-06-17 21:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  9:02 [PATCH 0/8] clk: bcm63xx-gate: introduce dt-bindings definitions Álvaro Fernández Rojas
2020-06-15  9:02 ` [PATCH 1/8] mips: bmips: add BCM3368 clock definitions Álvaro Fernández Rojas
2020-06-17 21:38   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 2/8] mips: bmips: add BCM6318 " Álvaro Fernández Rojas
2020-06-17 21:39   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 3/8] mips: bmips: add BCM6328 " Álvaro Fernández Rojas
2020-06-17 21:39   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 4/8] mips: bmips: add BCM6358 " Álvaro Fernández Rojas
2020-06-17 21:39   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 5/8] mips: bmips: add BCM6362 " Álvaro Fernández Rojas
2020-06-17 21:40   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 6/8] mips: bmips: add BCM6368 " Álvaro Fernández Rojas
2020-06-17 21:40   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 7/8] mips: bmips: add BCM63268 " Álvaro Fernández Rojas
2020-06-17 21:40   ` Florian Fainelli
2020-06-15  9:02 ` [PATCH 8/8] clk: bcm63xx-gate: switch to dt-bindings definitions Álvaro Fernández Rojas
2020-06-17 21:40   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).