
On 8 December 2015 at 16:00, Jagan Teki jteki@openedev.com wrote:
Hi Tom/Wolfgang,
"Need a separate repo for spi-nor and related subsystem."
Why?
- Currently I'm using u-boot-spi for both spi and spi-flash - some
flash stuff been added to spi area which is hard for adding/maintaining new features.
- Both are two separate(not different) Subsystems one is generic SPI
drivers/spi and another one is flash slave device drivers/mtd/spi
- Development is going on for SPI-NOR Subsystem similar like mtd nand,
cfi-flash etc.
Any inputs on this or am I unclear?
On 7 December 2015 at 00:04, Jagan Teki jteki@openedev.com wrote:
This series bypasses MTD changes from previous series[1][2] and entire series tunned spi-flash layer for better code handling.
Changes in v8:
- Rebase to master
- PATCH v8 12/14, 13/14, 14/14 added newly.
Changes in v7:
- Rebase to master
- Few patch bisectable separations
Changes in v6, v5, v4, v3, v2:
- One patch bisectable separation
- Rebase to master
Testing: $ git clone git://git.denx.de/u-boot-spi.git $ cd u-boot-spi $ git checkout -b next origin/next
[1] http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/242397 [2] http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/233262
thanks!