diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-05-01 13:36:44 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-05-01 13:36:44 -0700 |
commit | 57e363b8c45b6626b012f6ce39a2f70adf6b49fc (patch) | |
tree | 720d15f5f181787aa815a17f1a4a7b82dc836019 /MAINTAINERS | |
parent | da4b1caa49cbfac4e5be2c4b080b8d01b04358dd (diff) | |
parent | 9d2ee0a60b8bd9bef2a0082c533736d6a7b39873 (diff) |
Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTD
From Boris:
"""
This pull request contains:
- some minor fixes/improvements on existing drivers (fsmc, gpio, ifc,
davinci, brcmnand, omap)
- a huge cleanup/rework of the denali driver accompanied with core
fixes/improvements to simplify the driver code
- a complete rewrite of the atmel driver to support new DT bindings
make future evolution easier
- the addition of per-vendor detection/initialization steps to avoid
extending the nand_ids table with more extended-id entries
"""
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cea31977d401..732050a0c3be 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2244,7 +2244,7 @@ M: Wenyou Yang <wenyou.yang@atmel.com> M: Josh Wu <rainyfeeling@outlook.com> L: linux-mtd@lists.infradead.org S: Supported -F: drivers/mtd/nand/atmel_nand* +F: drivers/mtd/nand/atmel/* ATMEL SDMMC DRIVER M: Ludovic Desroches <ludovic.desroches@microchip.com> |