On Saturday 29 September 2018 04:28 PM, Miquel Raynal wrote:
During the last months, Boris Brezillon shared his work to support
serial flashes within Linux. First, he delivered (and merged) a new
layer called spi-mem. He also initiated in Linux MTD subsystem the move
of all 'raw' NAND related code to a raw/ subdirectory, adding at the
same time a NAND core that would be shared with all NAND devices. Then,
he contributed a generic SPI-NAND driver, making use of this NAND core,
as well as some vendor code to drive a few chips.

[snip]

Changes since v1:
-----------------
* Fixed the nand_memorg structure of the MX35LF2GE4AB chip.
* Added Reviewed-by tags from Jagan.
* Backported and squashed two patches fixing things in the SPI NAND core
   received on the Linux ML.
* Backported more changes in mtdcore.c from Linux.
* Added a patch to add a fallback on mtd->_read/_write() in mtdcore.c
   when mtd->_read/write_oob() is not supported.
* Removed the DT changes, useless as the DTs are not available in
   mainline yet.
* Addressed Boris/Stefan comments on the 'mtd' command.
* Added support for multi-pages OOB read/write.


Miquel Raynal (8):
   dm: drop unused helper in MTD header
   mtd: uclass: add probe function
   mtd: mtdpart: add a generic mtdparts-like parser
   mtd: uboot: search for an equivalent MTD name with the mtdids
   mtd: mtdpart: implement proper partition handling
   cmd: mtd: add 'mtd' command
   cmd: ubi: clean the partition handling
   cmd: mtdparts: describe as legacy

Applied to u-boot-spi/master
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to