diff mbox

[v2,4/4] ARM: mvebu: Update defconfig to select SPI flash and MTD support

Message ID 1360155984-15397-5-git-send-email-ezequiel.garcia@free-electrons.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Ezequiel Garcia Feb. 6, 2013, 1:06 p.m. UTC
The Armada XP DB-MV784MP-GP board has an SPI flash device.
These options allow to access that device over MTD.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
Depends on patch: "arm: mvebu: i2c come back in defconfig"

 arch/arm/configs/mvebu_defconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Jason Cooper Feb. 16, 2013, 3:02 p.m. UTC | #1
On Wed, Feb 06, 2013 at 10:06:24AM -0300, Ezequiel Garcia wrote:
> The Armada XP DB-MV784MP-GP board has an SPI flash device.
> These options allow to access that device over MTD.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
> Depends on patch: "arm: mvebu: i2c come back in defconfig"
> 
>  arch/arm/configs/mvebu_defconfig |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Applied to mvebu/boards

thx,

Jason.

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
Ezequiel Garcia Feb. 16, 2013, 5:34 p.m. UTC | #2
Hi Jason,

On Sat, Feb 16, 2013 at 10:02:28AM -0500, Jason Cooper wrote:
> On Wed, Feb 06, 2013 at 10:06:24AM -0300, Ezequiel Garcia wrote:
> > The Armada XP DB-MV784MP-GP board has an SPI flash device.
> > These options allow to access that device over MTD.
> > 
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> > Depends on patch: "arm: mvebu: i2c come back in defconfig"
> > 
> >  arch/arm/configs/mvebu_defconfig |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> Applied to mvebu/boards
> 

Great!

Are we still in time for a pull request for v3.9
with all of these stuff?

Thanks a lot,
Jason Cooper Feb. 16, 2013, 5:44 p.m. UTC | #3
On Sat, Feb 16, 2013 at 02:34:47PM -0300, Ezequiel Garcia wrote:
> Hi Jason,
> 
> On Sat, Feb 16, 2013 at 10:02:28AM -0500, Jason Cooper wrote:
> > On Wed, Feb 06, 2013 at 10:06:24AM -0300, Ezequiel Garcia wrote:
> > > The Armada XP DB-MV784MP-GP board has an SPI flash device.
> > > These options allow to access that device over MTD.
> > > 
> > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > ---
> > > Depends on patch: "arm: mvebu: i2c come back in defconfig"
> > > 
> > >  arch/arm/configs/mvebu_defconfig |    3 +++
> > >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > Applied to mvebu/boards
> > 
> 
> Great!
> 
> Are we still in time for a pull request for v3.9
> with all of these stuff?

With any amount of luck, possibly ;-)

Jason.

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
diff mbox

Patch

diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index 322baca..3359535 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -38,6 +38,9 @@  CONFIG_I2C=y
 CONFIG_SPI=y
 CONFIG_SPI_ORION=y
 CONFIG_I2C_MV64XXX=y
+CONFIG_MTD=y
+CONFIG_MTD_CHAR=y
+CONFIG_MTD_M25P80=y
 CONFIG_SERIAL_8250_DW=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y