
12 Feb
2016
12 Feb
'16
5:55 p.m.
On 02/12/2016 12:36 AM, Jagan Teki wrote:
Copy sf_dataflash.c from drivers/mtd/spi to spi-nor, more changes will see on future patches.
Cc: Bin Meng bmeng.cn@gmail.com Cc: Simon Glass sjg@chromium.org Cc: York Sun york.sun@nxp.com Cc: Haikun Wang haikun.wang@freescale.com Signed-off-by: Jagan Teki jteki@openedev.com
drivers/mtd/spi-nor/sf_dataflash.c | 701 +++++++++++++++++++++++++++++++++++++ 1 file changed, 701 insertions(+) create mode 100644 drivers/mtd/spi-nor/sf_dataflash.c
Jagan,
Does it make sense to squash the dataflash patches? The file sf_dataflash.c is copied, modified, renamed. Do we need to keep the detail of changes?
York