All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.8 0/4] AST2600 clock and FSI: Add APLL to control FSI clock
@ 2020-08-24 22:10 Eddie James
  2020-08-24 22:10 ` [PATCH linux dev-5.8 1/4] clk: ast2600: Add functionality to the APLL clock Eddie James
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Eddie James @ 2020-08-24 22:10 UTC (permalink / raw)
  To: openbmc; +Cc: joel, andrew

Add functionality to control the APLL clock on the AST2600. The APLL provides
the clock for the FSI master on the AST2600. Then add a devicetree property to
set the AST2600 FSI master clock frequency.

Eddie James (4):
  clk: ast2600: Add functionality to the APLL clock
  dt-bindings: fsi: Aspeed master: Add clock-frequency property
  fsi: Aspeed master: Set clock frequency from devicetree
  ARM: dts: Aspeed: Rainier: Set FSI clock frequency

 .../bindings/fsi/fsi-master-aspeed.txt        |   1 +
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts  |   1 +
 drivers/clk/clk-ast2600.c                     | 177 ++++++++++++++++--
 drivers/fsi/fsi-master-aspeed.c               |   6 +
 include/dt-bindings/clock/ast2600-clock.h     |   1 +
 5 files changed, 174 insertions(+), 12 deletions(-)

-- 
2.26.2

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

end of thread, other threads:[~2020-09-02 15:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 22:10 [PATCH linux dev-5.8 0/4] AST2600 clock and FSI: Add APLL to control FSI clock Eddie James
2020-08-24 22:10 ` [PATCH linux dev-5.8 1/4] clk: ast2600: Add functionality to the APLL clock Eddie James
2020-09-01  6:36   ` Joel Stanley
2020-09-02 15:28     ` Eddie James
2020-08-24 22:10 ` [PATCH linux dev-5.8 2/4] dt-bindings: fsi: Aspeed master: Add clock-frequency property Eddie James
2020-09-01  6:38   ` Joel Stanley
2020-08-24 22:10 ` [PATCH linux dev-5.8 3/4] fsi: Aspeed master: Set clock frequency from devicetree Eddie James
2020-09-01  6:39   ` Joel Stanley
2020-08-24 22:10 ` [PATCH linux dev-5.8 4/4] ARM: dts: Aspeed: Rainier: Set FSI clock frequency Eddie James

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.