Re: [PATCH v6 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework

2014-04-07 Thread Lee Jones
> > > > diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig > > > > index 0128138..1210bc2 100644 > > > > --- a/drivers/mtd/devices/Kconfig > > > > +++ b/drivers/mtd/devices/Kconfig > > > > @@ -210,6 +210,14 @@ config MTD_DOCG3 > > > > M-Systems and now Sandisk. The sup

Re: [PATCH v6 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework

2014-04-07 Thread Paul Bolle
On Mon, 2014-04-07 at 10:11 +0100, Lee Jones wrote: > > > diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig > > > index 0128138..1210bc2 100644 > > > --- a/drivers/mtd/devices/Kconfig > > > +++ b/drivers/mtd/devices/Kconfig > > > @@ -210,6 +210,14 @@ config MTD_DOCG3 > > >

Re: [PATCH v6 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework

2014-04-07 Thread Lee Jones
> > This is a new driver. It's used to communicate with a special type of > > optimised Serial Flash Controller called the FSM. The FSM uses a subset > > of the SPI protocol to communicate with supported NOR-Flash devices. > > > > Acked-by Angus Clark > > Signed-off-by: Lee Jones > > This patch

Re: [PATCH v6 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework

2014-04-07 Thread Paul Bolle
On Thu, 2014-03-20 at 09:20 +, Lee Jones wrote: > This is a new driver. It's used to communicate with a special type of > optimised Serial Flash Controller called the FSM. The FSM uses a subset > of the SPI protocol to communicate with supported NOR-Flash devices. > > Acked-by Angus Clark > S

[PATCH v6 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework

2014-03-20 Thread Lee Jones
This is a new driver. It's used to communicate with a special type of optimised Serial Flash Controller called the FSM. The FSM uses a subset of the SPI protocol to communicate with supported NOR-Flash devices. Acked-by Angus Clark Signed-off-by: Lee Jones --- drivers/mtd/devices/Kconfig |