summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-05-03 09:38:43 +0300
committerJoel Stanley <joel@jms.id.au>2022-05-03 09:38:45 +0300
commit4e71f26f2fb697f24c8ad5910fd7b771408c7fea (patch)
treef9912d905bf0ed6e5be1dd165b42ec32135dc5b1 /meta-aspeed
parent4ddb2399c3b2f369221d6cb99625dd551fffdde4 (diff)
downloadopenbmc-4e71f26f2fb697f24c8ad5910fd7b771408c7fea.tar.xz
linux-aspeed: New SPI flash controller driver
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 <joel@jms.id.au>
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb2
1 files changed, 1 insertions, 1 deletions
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