From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 3 Oct 2019 10:02:22 +0800 Subject: [U-Boot] [PATCH v2 04/38] mtd: spi: Add 'struct spi_flash {' to the code In-Reply-To: References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-5-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Oct 2, 2019 at 9:56 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > > > At present spi_flash is defined to be spi_nor which is confusing since it > > is not possible to find the 'spi_flash' by normal text search. Add a > > comment to help with this. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: None > > > > include/linux/mtd/spi-nor.h | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!