All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-5.3 00/13] mtd: spi-nor: aspeed: add support for ast2600
@ 2019-09-25 12:42 Cédric Le Goater
  2019-09-25 12:42 ` [PATCH linux dev-5.3 01/13] ARM: dts: aspeed-g6: Add FMC and SPI devices Cédric Le Goater
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: Cédric Le Goater @ 2019-09-25 12:42 UTC (permalink / raw)
  To: openbmc; +Cc: Joel Stanley, Andrew Jeffery, Cédric Le Goater

Hello,

It is based on Brad Bishop series adding the Rainier system system.
The training is still experimental and optimistic. The algorithm might
need some more tuning when systems become available. Quad I/O support
is not implemented.

The Segment Register have a different layout on the AST2600 and the
AHB window of CS other than the first are closed. We will need support
from the firmware or the DT to activate multiple chips on the same
bus.

These driver extensions will not be pushed to mainline.

Thanks,

C.

Cédric Le Goater (13):
  ARM: dts: aspeed-g6: Add FMC and SPI devices
  ARM: dts: aspeed: rainier: Enable FMC and SPI devices
  ARM: dts: aspeed: rainier: Enable MAC0
  ARM: dts: ast2600-evb: Enable FMC and SPI devices
  mtd: spi-nor: Add support for w25q512jv
  mtd: spi-nor: aspeed: Introduce a field for the AHB physical address
  mtd: spi-nor: aspeed: Introduce segment operations
  mtd: spi-nor: aspeed: add initial support for ast2600
  mtd: spi-nor: aspeed: Check for disabled segments on the AST2600
  mtd: spi-nor: aspeed: Introduce training operations per platform
  mtd: spi-nor: aspeed: Introduce a HCLK mask for training
  mtd: spi-nor: aspeed: check upper freq limit when doing training
  mtd: spi-nor: aspeed: add support for AST2600 training

 drivers/mtd/spi-nor/aspeed-smc.c             | 283 ++++++++++++++++---
 drivers/mtd/spi-nor/spi-nor.c                |   2 +
 arch/arm/boot/dts/aspeed-ast2600-evb.dts     |  24 ++
 arch/arm/boot/dts/aspeed-bmc-opp-rainier.dts |  38 +++
 arch/arm/boot/dts/aspeed-g6.dtsi             |  79 ++++++
 5 files changed, 385 insertions(+), 41 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-09-26  7:05 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 12:42 [PATCH linux dev-5.3 00/13] mtd: spi-nor: aspeed: add support for ast2600 Cédric Le Goater
2019-09-25 12:42 ` [PATCH linux dev-5.3 01/13] ARM: dts: aspeed-g6: Add FMC and SPI devices Cédric Le Goater
2019-09-26  1:27   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 02/13] ARM: dts: aspeed: rainier: Enable " Cédric Le Goater
2019-09-26  1:34   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 03/13] ARM: dts: aspeed: rainier: Enable MAC0 Cédric Le Goater
2019-09-26  1:19   ` Andrew Jeffery
2019-09-26  5:55     ` Cédric Le Goater
2019-09-25 12:42 ` [PATCH linux dev-5.3 04/13] ARM: dts: ast2600-evb: Enable FMC and SPI devices Cédric Le Goater
2019-09-26  1:38   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 05/13] mtd: spi-nor: Add support for w25q512jv Cédric Le Goater
2019-09-26  1:42   ` Andrew Jeffery
2019-09-26  3:53     ` Joel Stanley
2019-09-25 12:42 ` [PATCH linux dev-5.3 06/13] mtd: spi-nor: aspeed: Introduce a field for the AHB physical address Cédric Le Goater
2019-09-26  1:59   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 07/13] mtd: spi-nor: aspeed: Introduce segment operations Cédric Le Goater
2019-09-26  2:00   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 08/13] mtd: spi-nor: aspeed: add initial support for ast2600 Cédric Le Goater
2019-09-26  2:00   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 09/13] mtd: spi-nor: aspeed: Check for disabled segments on the AST2600 Cédric Le Goater
2019-09-26  2:01   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 10/13] mtd: spi-nor: aspeed: Introduce training operations per platform Cédric Le Goater
2019-09-26  2:03   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 11/13] mtd: spi-nor: aspeed: Introduce a HCLK mask for training Cédric Le Goater
2019-09-26  2:10   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 12/13] mtd: spi-nor: aspeed: check upper freq limit when doing training Cédric Le Goater
2019-09-26  2:12   ` Andrew Jeffery
2019-09-25 12:42 ` [PATCH linux dev-5.3 13/13] mtd: spi-nor: aspeed: add support for AST2600 training Cédric Le Goater
2019-09-26  2:14   ` Andrew Jeffery
2019-09-26  6:59     ` Cédric Le Goater
2019-09-26  7:04       ` 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.