All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Support for the Aspeed ast2500 FMC/SPI controllers
@ 2018-09-10 14:16 Cédric Le Goater
  2018-09-10 14:16 ` [U-Boot] [PATCH 1/3] aspeed: ast2500: Add AHB clock Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Cédric Le Goater @ 2018-09-10 14:16 UTC (permalink / raw)
  To: u-boot

Hello,

This series adds a driver for the Aspeed ast2500 FMC/SPI controllers
as one can find on the POWER9 OpenPOWER platforms.

It was tested on the AST2500 evb using a w25q256 flash device.

Git tree available here:

  https://github.com/legoater/u-boot/commits/aspeed

Thanks,

C.

Cédric Le Goater (3):
  aspeed: ast2500: Add AHB clock
  spi: Add support for the Aspeed ast2500 SPI controllers
  aspeed: Add SPI support to the ast2500 Eval Board

 .../arm/include/asm/arch-aspeed/scu_ast2500.h |   2 +
 arch/arm/include/asm/arch-aspeed/spi.h        | 114 +++
 include/dt-bindings/clock/ast2500-scu.h       |   1 +
 drivers/clk/aspeed/clk_ast2500.c              |  12 +
 drivers/spi/aspeed_spi.c                      | 788 ++++++++++++++++++
 arch/arm/dts/ast2500-evb.dts                  |  17 +
 arch/arm/dts/ast2500-u-boot.dtsi              |  12 +
 arch/arm/dts/ast2500.dtsi                     |  71 ++
 configs/evb-ast2500_defconfig                 |  10 +
 drivers/spi/Kconfig                           |   8 +
 drivers/spi/Makefile                          |   1 +
 11 files changed, 1036 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-aspeed/spi.h
 create mode 100644 drivers/spi/aspeed_spi.c

-- 
2.17.1

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

end of thread, other threads:[~2019-01-26 10:42 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 14:16 [U-Boot] [PATCH 0/3] Support for the Aspeed ast2500 FMC/SPI controllers Cédric Le Goater
2018-09-10 14:16 ` [U-Boot] [PATCH 1/3] aspeed: ast2500: Add AHB clock Cédric Le Goater
2018-09-11  7:35   ` Joel Stanley
2018-09-11 16:42     ` Maxim Sloyko
2018-09-11 17:43       ` Cédric Le Goater
2018-09-11 22:39         ` Joel Stanley
2018-09-27 13:41   ` Simon Glass
2018-09-10 14:16 ` [U-Boot] [PATCH 2/3] spi: Add support for the Aspeed ast2500 SPI controllers Cédric Le Goater
2018-09-11 22:38   ` Joel Stanley
2018-09-12  6:03     ` Cédric Le Goater
2018-09-27 13:41   ` Simon Glass
2018-09-28 11:42     ` Cédric Le Goater
2018-10-02 11:22       ` Simon Glass
2018-10-08  6:29         ` Cédric Le Goater
2018-10-04 15:57       ` Jagan Teki
2018-10-08  6:02         ` Cédric Le Goater
2018-10-10  6:16           ` Jagan Teki
2018-10-10  7:32             ` Boris Brezillon
2018-10-10 12:02               ` Cédric Le Goater
2019-01-25 17:28                 ` Cédric Le Goater
2019-01-25 18:00                   ` Boris Brezillon
2019-01-26 10:42                     ` Vignesh R
2018-09-10 14:16 ` [U-Boot] [PATCH 3/3] aspeed: Add SPI support to the ast2500 Eval Board Cédric Le Goater
2018-09-12  9:28   ` Joel Stanley
2018-09-20 14:53   ` Jagan Teki
2018-09-20 15:56     ` Cédric Le Goater

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.