RE: [PATCH] [MTD] m25p80: memory accessor interface for SPI MTD driver

2009-08-18 Thread Sudhakar Rajashekhara
On Tue, Aug 04, 2009 at 06:54:01, David Brownell wrote: On Monday 03 August 2009, Sudhakar Rajashekhara wrote: On TI's da850/omap-l138 EVM, MAC address is stored in SPI flash. This patch implements memory accessor interface for SPI MTD driver which enables the kernel to access flash data.

Re: [PATCH] [MTD] m25p80: memory accessor interface for SPI MTD driver

2009-08-04 Thread David Brownell
On Monday 03 August 2009, Sudhakar Rajashekhara wrote: On TI's da850/omap-l138 EVM, MAC address is stored in SPI flash. This patch implements memory accessor interface for SPI MTD driver which enables the kernel to access flash data. If that's going to be possible, shouldn't it work for any

[PATCH] [MTD] m25p80: memory accessor interface for SPI MTD driver

2009-08-03 Thread Sudhakar Rajashekhara
On TI's da850/omap-l138 EVM, MAC address is stored in SPI flash. This patch implements memory accessor interface for SPI MTD driver which enables the kernel to access flash data. This patch also changes the initialization sequence of the drivers by moving mtd and spi ahead of net in