[PATCH v2 0/3] mtd: Ensure DT compatibles have SPI device IDs
Mark Brown
broonie at kernel.org
Wed Feb 2 06:34:01 PST 2022
Currently autoloading for SPI devices does not use the DT ID table, it uses
SPI modalises. Supporting OF modalises is going to be difficult if not
impractical, an attempt was made but has been reverted, so this series
adds SPI IDs where they aren't provided for a given modalias.
v2:
- Rebase onto v5.17-rc1
Mark Brown (3):
mtd: dataflash: Add SPI ID table
mtd: mchp23k256: Add SPI ID table
mtd: mchp48l640: Add SPI ID table
drivers/mtd/devices/mchp23k256.c | 14 ++++++++++++++
drivers/mtd/devices/mchp48l640.c | 10 ++++++++++
drivers/mtd/devices/mtd_dataflash.c | 8 ++++++++
3 files changed, 32 insertions(+)
base-commit: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07
--
2.30.2
More information about the linux-mtd
mailing list