All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add support for Marvell 98DX1135
@ 2019-06-17 21:54 ` Chris Packham
  0 siblings, 0 replies; 27+ messages in thread
From: Chris Packham @ 2019-06-17 21:54 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, mark.rutland, linus.walleij, jason,
	andrew, gregory.clement, sebastian.hesselbarth, linux-gpio,
	linux-arm-kernel, linux-kernel
  Cc: linux-clk, devicetree, Chris Packham

The Marvell 98DX1135 is a switch chip with an integrated ARMv5 CPU, it is
similar to the 98DX4122 with differences in clocking and pin control.

I haven't added a separate dts for the SoC since it would be so similar to
kirkwood-98dx4122.dtsi.

Changes in v2:
- Update description of mv98dx1135-core-clock
- Collect review from Andrew

Chris Packham (4):
  dt-bindings: pinctrl: mvebu: Document bindings for 98DX1135
  dt-bindings: clock: mvebu: Add compatible string for 98dx1135 core
    clock
  pinctrl: mvebu: Add support for MV98DX1135
  clk: kirkwood: Add support for MV98DX1135

 .../bindings/clock/mvebu-core-clock.txt       |   1 +
 .../pinctrl/marvell,kirkwood-pinctrl.txt      |  44 +-
 drivers/clk/mvebu/kirkwood.c                  |  17 +
 drivers/pinctrl/mvebu/pinctrl-kirkwood.c      | 576 +++++++++---------
 4 files changed, 357 insertions(+), 281 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-06-25 21:35 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 21:54 [PATCH v2 0/4] Add support for Marvell 98DX1135 Chris Packham
2019-06-17 21:54 ` Chris Packham
2019-06-17 21:54 ` [PATCH v2 1/4] dt-bindings: pinctrl: mvebu: Document bindings for 98DX1135 Chris Packham
2019-06-17 21:54   ` Chris Packham
2019-06-25 12:25   ` Linus Walleij
2019-06-25 12:25     ` Linus Walleij
2019-06-25 12:25     ` Linus Walleij
2019-06-17 21:54 ` [PATCH v2 2/4] dt-bindings: clock: mvebu: Add compatible string for 98dx1135 core clock Chris Packham
2019-06-17 21:54   ` Chris Packham
2019-06-17 22:18   ` Andrew Lunn
2019-06-17 22:18     ` Andrew Lunn
2019-06-25 21:35   ` Stephen Boyd
2019-06-25 21:35     ` Stephen Boyd
2019-06-25 21:35     ` Stephen Boyd
2019-06-17 21:54 ` [PATCH v2 3/4] pinctrl: mvebu: Add support for MV98DX1135 Chris Packham
2019-06-17 21:54   ` Chris Packham
2019-06-25 12:26   ` Linus Walleij
2019-06-25 12:26     ` Linus Walleij
2019-06-25 12:26     ` Linus Walleij
2019-06-25 20:30     ` Chris Packham
2019-06-25 20:30       ` Chris Packham
2019-06-25 20:30       ` Chris Packham
2019-06-17 21:54 ` [PATCH v2 4/4] clk: kirkwood: " Chris Packham
2019-06-17 21:54   ` Chris Packham
2019-06-25 21:35   ` Stephen Boyd
2019-06-25 21:35     ` Stephen Boyd
2019-06-25 21:35     ` Stephen Boyd

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.