[PATCH v3 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file
From: Huang Shijie <hidden>
Date: 2013-12-17 14:12:00
Also in:
linux-spi
From: Huang Shijie <hidden>
Date: 2013-12-17 14:12:00
Also in:
linux-spi
On Tue, Dec 17, 2013 at 02:01:56PM +0100, Marek Vasut wrote:
On Monday, December 16, 2013 at 09:58:44 AM, Huang Shijie wrote:quoted
This patch adds a new header :spi-nor.h, and copies all the SPI NOR commands and relative macros into this new header. This hearder can be used by the m25p80.c and other spi-nor controller, such as Freescale's Quadspi. Signed-off-by: Huang Shijie <redacted>It would be much nicer if you also removed the commands in this same patch from the m25p80.c file.
my earlier version did so. :) So keep it as it is now. thanks Huang Shijie