All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: AST2600 and FSI: Add APLL to control FSI bus frequency
@ 2020-09-10 15:18 ` Eddie James
  0 siblings, 0 replies; 20+ messages in thread
From: Eddie James @ 2020-09-10 15:18 UTC (permalink / raw)
  To: linux-aspeed

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 bus frequency.

Eddie James (4):
  dt-bindings: clock: Add AST2600 APLLdivN definition
  clk: ast2600: Add functionality to the APLL clock
  dt-bindings: fsi: Aspeed master: Add bus-frequency property
  fsi: Aspeed master: Set bus frequency from devicetree

 .../bindings/fsi/fsi-master-aspeed.txt        |   1 +
 drivers/clk/clk-ast2600.c                     | 177 ++++++++++++++++--
 drivers/fsi/fsi-master-aspeed.c               |   5 +
 include/dt-bindings/clock/ast2600-clock.h     |   1 +
 4 files changed, 172 insertions(+), 12 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-22 22:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-10 15:18 [PATCH 0/4] clk: AST2600 and FSI: Add APLL to control FSI bus frequency Eddie James
2020-09-10 15:18 ` Eddie James
2020-09-10 15:18 ` [PATCH 1/4] dt-bindings: clock: Add AST2600 APLLdivN definition Eddie James
2020-09-10 15:18   ` Eddie James
2020-09-11  1:33   ` Joel Stanley
2020-09-11  1:33     ` Joel Stanley
2020-09-10 15:18 ` [PATCH 2/4] clk: ast2600: Add functionality to the APLL clock Eddie James
2020-09-10 15:18   ` Eddie James
2020-09-11  1:29   ` Joel Stanley
2020-09-11  1:29     ` Joel Stanley
2020-09-11  9:11     ` Ryan Chen
2020-09-11  9:11       ` Ryan Chen
2020-09-10 15:18 ` [PATCH 3/4] dt-bindings: fsi: Aspeed master: Add bus-frequency property Eddie James
2020-09-10 15:18   ` Eddie James
2020-09-11  1:16   ` Joel Stanley
2020-09-11  1:16     ` Joel Stanley
2020-09-22 22:19   ` Rob Herring
2020-09-22 22:19     ` Rob Herring
2020-09-10 15:18 ` [PATCH 4/4] fsi: Aspeed master: Set bus frequency from devicetree Eddie James
2020-09-10 15:18   ` 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.