diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2019-02-25 09:28:25 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@collabora.com> | 2019-02-25 09:28:25 +0100 |
commit | dfbd39956a979029d779d47855ef84834dd4b203 (patch) | |
tree | f8a8c578698c2f94d08a9ea34be4088fb6167828 /MAINTAINERS | |
parent | b0dd77a796423ad3c609b6708260adca85a0798f (diff) | |
parent | 225c0eda36bdb5327dc0125f4cf222c4cfd802aa (diff) |
Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/next
SPI NOR Changes
Core changes:
- Add support of octal mode I/O transfer
- Add a bunch of SPI NOR entries to the flash_info table
SPI NOR controller driver changes:
- cadence-quadspi:
* Add support for Octal SPI controller
* write upto 8-bytes data in STIG mode
- mtk-quadspi:
* rename config to a common one
* add SNOR_HWCAPS_READ to spi_nor_hwcaps mask
MAINTAINERS:
- Add Tudor as SPI-NOR co-maintainer
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..5af03bbfc46e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14303,6 +14303,7 @@ F: arch/arm/mach-spear/ SPI NOR SUBSYSTEM M: Marek Vasut <marek.vasut@gmail.com> +M: Tudor Ambarus <tudor.ambarus@microchip.com> L: linux-mtd@lists.infradead.org W: http://www.linux-mtd.infradead.org/ Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ |