]> Git Repo - u-boot.git/commit
mtd: spinand: Add support for XTX SPINAND
authorBruce Suen <[email protected]>
Tue, 12 Mar 2024 01:43:14 +0000 (21:43 -0400)
committerDario Binacchi <[email protected]>
Sun, 14 Apr 2024 06:49:40 +0000 (08:49 +0200)
commitcd6d71a2e98d3ba51ea1e63a2fb2927738ab1c99
treedba61878965d2d21a2f39d0a11981db1c9950512
parent8f9a445c15d173a5aa50d4e4399453de53e9c89e
mtd: spinand: Add support for XTX SPINAND

Add support for XTX XT26G0xA and XT26xxxD. The driver is ported from
linux-6.7.1. This driver is tested on Banana BPI-R3 with XT26G01A and
XT26G12D.

Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Bruce Suen <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
drivers/mtd/nand/spi/Makefile
drivers/mtd/nand/spi/core.c
drivers/mtd/nand/spi/xtx.c [new file with mode: 0644]
include/linux/mtd/spinand.h
This page took 0.027832 seconds and 4 git commands to generate.