Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-17 Thread Artem Bityutskiy
On Thu, 2013-01-17 at 13:21 +0200, Artem Bityutskiy wrote: > Probably this should also be outside of the driver, since it is not > specific to this driver. Take a look at this huge array which constantly gets updated with new chips (see git log): drivers/mtd/devices/m25p80.c static const struct

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-17 Thread Artem Bityutskiy
On Wed, 2013-01-16 at 06:53 +1300, Tony Prisk wrote: > This patch adds support for the Wondermedia serial flash controller > found on WM8505, WM8650 and WM8850 SoCs. > > Signed-off-by: Tony Prisk > --- > v2: > Change Kconfig depends to ARCH_VT8500 as this driver can't be used on other >

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-17 Thread Artem Bityutskiy
On Wed, 2013-01-16 at 06:53 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- v2: Change Kconfig depends to ARCH_VT8500 as this driver can't be used on

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-17 Thread Artem Bityutskiy
On Thu, 2013-01-17 at 13:21 +0200, Artem Bityutskiy wrote: Probably this should also be outside of the driver, since it is not specific to this driver. Take a look at this huge array which constantly gets updated with new chips (see git log): drivers/mtd/devices/m25p80.c static const struct

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
On Tue, 2013-01-15 at 21:36 +0200, Artem Bityutskiy wrote: > On Wed, 2013-01-16 at 06:53 +1300, Tony Prisk wrote: > > This patch adds support for the Wondermedia serial flash controller > > found on WM8505, WM8650 and WM8850 SoCs. > > > > Signed-off-by: Tony Prisk > > Would please you also send

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
On Tue, 2013-01-15 at 21:11 +0200, Artem Bityutskiy wrote: > On Wed, 2013-01-16 at 06:45 +1300, Tony Prisk wrote: > > On Tue, 2013-01-15 at 16:55 +0200, Artem Bityutskiy wrote: > > > On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: > > > > This patch adds support for the Wondermedia serial

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Artem Bityutskiy
On Wed, 2013-01-16 at 06:53 +1300, Tony Prisk wrote: > This patch adds support for the Wondermedia serial flash controller > found on WM8505, WM8650 and WM8850 SoCs. > > Signed-off-by: Tony Prisk Would please you also send a defconfig which I can use to compile-test this? -- Best Regards,

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Artem Bityutskiy
On Wed, 2013-01-16 at 06:45 +1300, Tony Prisk wrote: > On Tue, 2013-01-15 at 16:55 +0200, Artem Bityutskiy wrote: > > On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: > > > This patch adds support for the Wondermedia serial flash controller > > > found on WM8505, WM8650 and WM8850 SoCs. > > >

[PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk --- v2: Change Kconfig depends to ARCH_VT8500 as this driver can't be used on other platforms. drivers/mtd/devices/Kconfig |7 +

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
On Tue, 2013-01-15 at 16:55 +0200, Artem Bityutskiy wrote: > On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: > > This patch adds support for the Wondermedia serial flash controller > > found on WM8505, WM8650 and WM8850 SoCs. > > > > Signed-off-by: Tony Prisk > > --- > > v2: Whitespace

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Artem Bityutskiy
On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: > This patch adds support for the Wondermedia serial flash controller > found on WM8505, WM8650 and WM8850 SoCs. > > Signed-off-by: Tony Prisk > --- > v2: Whitespace tidyup Hi, would you please take a look at these warings, identified by

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
On Tue, 2013-01-15 at 21:11 +0200, Artem Bityutskiy wrote: On Wed, 2013-01-16 at 06:45 +1300, Tony Prisk wrote: On Tue, 2013-01-15 at 16:55 +0200, Artem Bityutskiy wrote: On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
On Tue, 2013-01-15 at 21:36 +0200, Artem Bityutskiy wrote: On Wed, 2013-01-16 at 06:53 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz Would please you

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Artem Bityutskiy
On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- v2: Whitespace tidyup Hi, would you please take a look at these warings,

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
On Tue, 2013-01-15 at 16:55 +0200, Artem Bityutskiy wrote: On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- v2:

[PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Tony Prisk
This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- v2: Change Kconfig depends to ARCH_VT8500 as this driver can't be used on other platforms. drivers/mtd/devices/Kconfig |7 +

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Artem Bityutskiy
On Wed, 2013-01-16 at 06:45 +1300, Tony Prisk wrote: On Tue, 2013-01-15 at 16:55 +0200, Artem Bityutskiy wrote: On Mon, 2012-12-31 at 10:00 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs.

Re: [PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2013-01-15 Thread Artem Bityutskiy
On Wed, 2013-01-16 at 06:53 +1300, Tony Prisk wrote: This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz Would please you also send a defconfig which I can use to compile-test this? --

[PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2012-12-30 Thread Tony Prisk
This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk --- v2: Whitespace tidyup drivers/mtd/devices/Kconfig |7 + drivers/mtd/devices/Makefile |3 +- drivers/mtd/devices/wmt_sflash.c | 614

[PATCH v2] mtd: vt8500: Add support for Wondermedia Serial Flash Controller

2012-12-30 Thread Tony Prisk
This patch adds support for the Wondermedia serial flash controller found on WM8505, WM8650 and WM8850 SoCs. Signed-off-by: Tony Prisk li...@prisktech.co.nz --- v2: Whitespace tidyup drivers/mtd/devices/Kconfig |7 + drivers/mtd/devices/Makefile |3 +-