Pull request blackfin.git (for-mtd branch)

Mike Frysinger vapier at gentoo.org
Tue Jul 14 09:48:16 EDT 2009


The following changes since commit 4a390e07fc53ce9dd615d7b788e9ecc73f87ad94:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../gregkh/staging-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin.git for-mtd

Graf Yang (2):
      mtd: m25p80: add support for AAI programming with SST SPI flashes
      mtd: m25p80: add SST WF SPI flash device information

Mike Frysinger (5):
      mtd/maps: uclinux: depend on MTD_RAM being built into the kernel
      mtd/maps: gpio-addr-flash: new driver for GPIO assisted flash addressing
      mtd: fix order of TEST/PARTITIONS kconfig options
      [MTD] [CHIPS] stm_flash: new ST PSD4256G compatible flash chip driver
      [MTD] phram: cleanup error handling and associated messages

Timofei Bondarenko (1):
      mtd/maps: uclinux: fix building when partition support is disabled

 drivers/mtd/Kconfig                |   16 +-
 drivers/mtd/chips/Kconfig          |    8 +
 drivers/mtd/chips/Makefile         |    1 +
 drivers/mtd/chips/stm_flash.c      |  747 ++++++++++++++++++++++++++++++++++++
 drivers/mtd/devices/m25p80.c       |  130 +++++++-
 drivers/mtd/devices/phram.c        |   25 +-
 drivers/mtd/maps/Kconfig           |   12 +-
 drivers/mtd/maps/Makefile          |    3 +-
 drivers/mtd/maps/gpio-addr-flash.c |  311 +++++++++++++++
 drivers/mtd/maps/uclinux.c         |    8 +
 10 files changed, 1236 insertions(+), 25 deletions(-)
 create mode 100644 drivers/mtd/chips/stm_flash.c
 create mode 100644 drivers/mtd/maps/gpio-addr-flash.c



More information about the linux-mtd mailing list