From 4e71f26f2fb697f24c8ad5910fd7b771408c7fea Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 3 May 2022 16:08:43 +0930 Subject: linux-aspeed: New SPI flash controller driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is v6 of the patchset to move to a spi-mem based driver. It replaces the half out of tree driver previously used, and contains support for the AST2400, AST2500 and AST2600. https://lore.kernel.org/linux-mtd/20220503060634.122722-1-clg@kaod.org/ Thank you to Cédric for his hard work maintaining the SPI NOR driver and reworking it to be a SPI mem driver. Cédric Le Goater (9): ARM: dts: aspeed: Adjust "reg" property of FMC/SPI controllers dt-bindings: spi: Add Aspeed SMC controllers device tree binding spi: spi-mem: Convert Aspeed SMC driver to spi-mem spi: aspeed: Add support for direct mapping spi: aspeed: Adjust direct mapping to device size spi: aspeed: Workaround AST2500 limitations spi: aspeed: Add support for the AST2400 SPI controller spi: aspeed: Calibrate read timings ARM: dts: aspeed: Enable Dual SPI RX transfers Potin Lai (1): mtd: spi-nor: aspeed: set the decoding size to at least 2MB for AST2600 Tao Ren (1): ARM: dts: aspeed-g4: Set spi-max-frequency for all flashes Change-Id: Ia1bb25a455c0c6f0d8e92ff3241d60bd234a1fa2 Signed-off-by: Joel Stanley --- meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-aspeed') diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index 6f75422ef7..b756c33b9d 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-5.15" LINUX_VERSION ?= "5.15.36" -SRCREV="49caedb668e476c100d727f2174724e0610a2b92" +SRCREV="8ddab47f55f63072d14e67258fcb405a28d6ee18" require linux-aspeed.inc -- cgit v1.2.3