Re: [PATCH 25/35] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device

2014-03-20 Thread Brian Norris
On Tue, Feb 18, 2014 at 02:55:52PM +, Lee Jones wrote: > diff --git a/drivers/mtd/devices/st_spi_fsm.c > b/drivers/mtd/devices/st_spi_fsm.c > index fe538bb..e4815fe 100644 > --- a/drivers/mtd/devices/st_spi_fsm.c > +++ b/drivers/mtd/devices/st_spi_fsm.c > @@ -942,6 +945,100 @@ static int

Re: [PATCH 25/35] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device

2014-03-20 Thread Brian Norris
On Tue, Feb 18, 2014 at 02:55:52PM +, Lee Jones wrote: diff --git a/drivers/mtd/devices/st_spi_fsm.c b/drivers/mtd/devices/st_spi_fsm.c index fe538bb..e4815fe 100644 --- a/drivers/mtd/devices/st_spi_fsm.c +++ b/drivers/mtd/devices/st_spi_fsm.c @@ -942,6 +945,100 @@ static int

[PATCH 25/35] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device

2014-02-18 Thread Lee Jones
When a read is issued by userspace the MTD framework calls back into the driver to conduct the actual command issue and data extraction. Here we provide the routines which do exactly that. Acked-by Angus Clark Signed-off-by: Lee Jones --- drivers/mtd/devices/st_spi_fsm.c | 99

[PATCH 25/35] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device

2014-02-18 Thread Lee Jones
When a read is issued by userspace the MTD framework calls back into the driver to conduct the actual command issue and data extraction. Here we provide the routines which do exactly that. Acked-by Angus Clark angus.cl...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org ---