[PATCH 0/2] m25p80: re-import it againt mtd_add_host
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Nov 1 05:32:05 EDT 2012
On 22:29 Wed 31 Oct , Sascha Hauer wrote:
> On Wed, Oct 31, 2012 at 01:01:22PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > Hi,
> >
> > so we now create the cdev via mtd
> >
> > This will also simplify sync with linux
> >
> > to avoid the m25p8000 or m25p00 the cdev is still named name m25p and the
> > drivers m25p80
> >
> > sync with linux too
> >
> > this patch series is agianst mtd_dataflash support
> >
> > The following changes since commit 9428c386f876fa3a8871eeea4725a805cea5c367:
> >
> > mtd: add dataflash support (2012-10-31 04:48:39 +0800)
> >
> > are available in the git repository at:
> >
> > git://git.jcrosoft.org/barebox.git delivery/m25p80
>
> Sometimes I get the feeling that you do this only to break other peoples
> setup:
I forget to include a fix from my next
I send it and re pushed the brnach
The following changes since commit 9bd9176fdafac1566107da3f3a0ed55094907d91:
mtd: dataflash: fix spi_transfer init (2012-11-01 02:22:22 +0800)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/m25p80
for you to fetch changes up to 3b672b01bb8bba0c61886bdcb85b70009673372d:
m25p80: sync flash support with the kernel (2012-11-01 02:22:28 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
mtd: introduce mtd_block_isbad
m25p80: re-import it againt mtd_add_host
m25p80: sync flash support with the kernel
arch/arm/boards/freescale-mx6-sabrelite/board.c | 2 +-
drivers/mtd/core.c | 13 +++++-
drivers/mtd/devices/Kconfig | 27 ++++++++++++
drivers/mtd/devices/Makefile | 1 +
drivers/{nor => mtd/devices}/m25p80.c | 512 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------
drivers/mtd/mtdraw.c | 2 +-
drivers/mtd/partition.c | 2 +-
drivers/mtd/ubi/io.c | 2 +-
drivers/nor/Kconfig | 27 ------------
drivers/nor/Makefile | 1 -
drivers/nor/m25p80.h | 84 ------------------------------------
include/linux/mtd/cfi.h | 65 ++++++++++++++++++++++++++++
include/linux/mtd/mtd.h | 2 +
13 files changed, 387 insertions(+), 353 deletions(-)
rename drivers/{nor => mtd/devices}/m25p80.c (65%)
delete mode 100644 drivers/nor/m25p80.h
create mode 100644 include/linux/mtd/cfi.h
Best Regards,
J.
More information about the barebox
mailing list