devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fsi: Add AST2600 FSI master
@ 2019-11-01 11:29 Joel Stanley
  2019-11-01 11:29 ` Joel Stanley
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Joel Stanley @ 2019-11-01 11:29 UTC (permalink / raw)
  To: Rob Herring, Andrew Jeffery, Jeremy Kerr, Alistar Popple,
	Eddie James, Steven Rostedt, Ingo Molnar
  Cc: Benjamin Herrenschmidt, devicetree, linux-fsi, linux-arm-kernel

This adds support for the FSI master included in the ASPEED AST2600 BMC
SoC.

(It doesn't include Andrew's endian fix from today, those will be merged as
follow ups)

Joel Stanley (3):
  dt-bindings: fsi: Add description of FSI master
  fsi: Add ast2600 master driver
  fsi: aspeed: Add trace points

 .../bindings/fsi/fsi-master-aspeed.txt        |  24 +
 drivers/fsi/Kconfig                           |   6 +
 drivers/fsi/Makefile                          |   1 +
 drivers/fsi/fsi-master-aspeed.c               | 550 ++++++++++++++++++
 include/trace/events/fsi_master_aspeed.h      |  77 +++
 5 files changed, 658 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
 create mode 100644 drivers/fsi/fsi-master-aspeed.c
 create mode 100644 include/trace/events/fsi_master_aspeed.h

-- 
2.24.0.rc1


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

end of thread, other threads:[~2019-11-27 23:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 11:29 [PATCH 0/3] fsi: Add AST2600 FSI master Joel Stanley
2019-11-01 11:29 ` Joel Stanley
2019-11-01 11:29 ` [PATCH 1/3] dt-bindings: fsi: Add description of " Joel Stanley
2019-11-27 23:30   ` Andrew Jeffery
2019-11-01 11:29 ` [PATCH 2/3] fsi: Add ast2600 master driver Joel Stanley
2019-11-01 11:29 ` [PATCH 3/3] fsi: aspeed: Add trace points Joel Stanley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).