Re: [U-Boot] [PATCH v7 3/4] spi: sf_ops: Add SPI protection mechanism from the kernel

2015-10-16 Thread Jagan Teki
On 16 October 2015 at 18:58, Fabio Estevam wrote: > From: Fabio Estevam > > Add the SPI NOR protection mechanism from the kernel. > > This code is based on the work from Brian Norris > > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/mtd/spi-nor/spi-nor.c?id=6259

[U-Boot] [PATCH v7 3/4] spi: sf_ops: Add SPI protection mechanism from the kernel

2015-10-16 Thread Fabio Estevam
From: Fabio Estevam Add the SPI NOR protection mechanism from the kernel. This code is based on the work from Brian Norris https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/mtd/spi-nor/spi-nor.c?id=62593cf40b23b523b9fc9334ca61ba6c595ebb09 Signed-off-by: Fabio Est