All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: meson: add support for Amlogic G12B
@ 2019-05-28  8:07 ` Neil Armstrong
  0 siblings, 0 replies; 21+ messages in thread
From: Neil Armstrong @ 2019-05-28  8:07 UTC (permalink / raw)
  To: jbrunet
  Cc: Neil Armstrong, linux-clk, linux-amlogic, linux-arm-kernel, linux-kernel

The Amlogic G12B SoC is very similar with the G12A SoC, sharing
most of the features and architecture.
G12B clock tree is very close, the main differences are :
- SYS_PLL is used for the second cluster (otherwise used fir the first on G12a)
- SYS_PLL1 is used for the first cluster (instead of SYS_PLL on G12a)
- A duplicate CPU tree is added for the second cluster
- G12B has additional clocks like for CSI an other components, not handled yet

Dependencies :
- Patch 1, 3 : None
- Patch 2 : Depends on Guillaume's Temperature sensor Clock patches at [1]

This patchset is a spinoff of the v2 Odroid-N2 megapatchset at [2]

Changes since v1 at [3]:
- Added the cpub_clk div2..8 and replaces the ahb/atb/axi/trace divs by muxes
- Added the CLK_GATE_SET_TO_DISABLE flag to ahb/atb/axi/trace gates
- Fixed all the G12A typos
- Added martin's reviewed by on patch 1

Changes since original patchset :
- Added missing sys1_pll div16, cpub div16 and cpub atb/axi/ahb/trace clocks
- Rewrote "This patch .." in commit messages

[1] https://lkml.kernel.org/r/20190412100221.26740-1-glaroque@baylibre.com
[2] https://lkml.kernel.org/r/20190423091503.10847-1-narmstrong@baylibre.com
[3] https://lkml.kernel.org/r/20190521150130.31684-1-narmstrong@baylibre.com

Neil Armstrong (3):
  dt-bindings: clk: meson: add g12b periph clock controller bindings
  clk: meson: g12a: Add support for G12B CPUB clocks
  clk: meson: g12a: mark fclk_div3 as critical

 .../bindings/clock/amlogic,gxbb-clkc.txt      |   1 +
 drivers/clk/meson/g12a.c                      | 772 ++++++++++++++++++
 drivers/clk/meson/g12a.h                      |  40 +-
 3 files changed, 812 insertions(+), 1 deletion(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-06-11 12:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28  8:07 [PATCH v2 0/3] clk: meson: add support for Amlogic G12B Neil Armstrong
2019-05-28  8:07 ` Neil Armstrong
2019-05-28  8:07 ` Neil Armstrong
2019-05-28  8:07 ` [PATCH v2 1/3] dt-bindings: clk: meson: add g12b periph clock controller bindings Neil Armstrong
2019-05-28  8:07   ` Neil Armstrong
2019-05-28  8:07   ` Neil Armstrong
2019-05-28  8:07 ` [PATCH v2 2/3] clk: meson: g12a: Add support for G12B CPUB clocks Neil Armstrong
2019-05-28  8:07   ` Neil Armstrong
2019-05-28  8:07   ` Neil Armstrong
2019-05-28 18:13   ` Martin Blumenstingl
2019-05-28 18:13     ` Martin Blumenstingl
2019-05-28 18:13     ` Martin Blumenstingl
2019-05-29 10:23     ` Neil Armstrong
2019-05-29 10:23       ` Neil Armstrong
2019-05-29 10:23       ` Neil Armstrong
2019-05-28  8:07 ` [PATCH v2 3/3] clk: meson: g12a: mark fclk_div3 as critical Neil Armstrong
2019-05-28  8:07   ` Neil Armstrong
2019-05-28  8:07   ` Neil Armstrong
2019-06-11 12:33 ` [PATCH v2 0/3] clk: meson: add support for Amlogic G12B Jerome Brunet
2019-06-11 12:33   ` Jerome Brunet
2019-06-11 12:33   ` Jerome Brunet

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.