All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot aspeed-dev-v2019.04 0/7] FSI driver for u-boot
@ 2019-10-30  6:32 Joel Stanley
  2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 1/7] dt-bindings: Add FSI clock Joel Stanley
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Joel Stanley @ 2019-10-30  6:32 UTC (permalink / raw)
  To: Ryan Chen, Jeremy Kerr, Andrew Jeffery; +Cc: openbmc

Hello Ryan,

Here is a FSI driver for u-boot. It can be used for basic control of the
FSI master.

The patches can be found in https://github.com/shenki/u-boot/tree/fsi-master
too, if you would prefer to merge them from Github.

Please consider merging these to allow FSI testing.

Joel Stanley (7):
  dt-bindings: Add FSI clock
  dts: ast2600: Add FSI description
  aspeed: pinctrl: Add FSI support
  aspeed: clock: Add FSI clock
  dts: ast2600-evb: Enable FSI masters
  Add FSI driver
  cmd: Add FSI command

 arch/arm/dts/ast2600-evb.dts              |   8 +
 arch/arm/dts/ast2600.dtsi                 |  31 ++
 cmd/Kconfig                               |   6 +
 cmd/Makefile                              |   1 +
 cmd/fsi.c                                 | 153 ++++++
 drivers/clk/aspeed/clk_ast2600.c          |  23 +
 drivers/misc/Kconfig                      |   6 +
 drivers/misc/Makefile                     |   1 +
 drivers/misc/aspeed-fsi.c                 | 556 ++++++++++++++++++++++
 drivers/pinctrl/aspeed/pinctrl_ast2600.c  |  10 +
 include/aspeed_fsi.h                      |  14 +
 include/dt-bindings/clock/ast2600-clock.h |  39 +-
 12 files changed, 829 insertions(+), 19 deletions(-)
 create mode 100644 cmd/fsi.c
 create mode 100644 drivers/misc/aspeed-fsi.c
 create mode 100644 include/aspeed_fsi.h

-- 
2.23.0

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

end of thread, other threads:[~2019-10-30  6:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  6:32 [PATCH u-boot aspeed-dev-v2019.04 0/7] FSI driver for u-boot Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 1/7] dt-bindings: Add FSI clock Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 2/7] dts: ast2600: Add FSI description Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 3/7] aspeed: pinctrl: Add FSI support Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 4/7] aspeed: clock: Add FSI clock Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 5/7] dts: ast2600-evb: Enable FSI masters Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 6/7] Add FSI driver Joel Stanley
2019-10-30  6:32 ` [PATCH u-boot aspeed-dev-v2019.04 7/7] cmd: Add FSI command Joel Stanley

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.