public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Few additional cleanup patches
@ 2011-06-23 12:05 Dmitry Eremin-Solenikov
  2011-06-23 12:05 ` [PATCH 1/5] mtd/maps: drop edb7312 support Dmitry Eremin-Solenikov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-06-23 12:05 UTC (permalink / raw)
  To: linux-mtd; +Cc: David Woodhouse, dedekind1

The following changes since commit 8c2ce1c78ba6cce94d0dfe6c674ea6c0cba56899:

  mtd: socrates_nand.c: use mtd_device_parse_register (2011-06-23 10:43:39 +0300)

are available in the git repository at:
  git://git.infradead.org/users/dbaryshkov/mtd-cleanup.git mtd-big-cleanup

Dmitry Eremin-Solenikov (5):
      mtd/maps: drop edb7312 support
      mtd/nand: drop edb7312 support
      mtd: hide parse_mtd_partitions
      mtd: remove put_partition_parser() from public header
      mtd: drop mtd_device_register

 drivers/mtd/maps/Kconfig       |    7 --
 drivers/mtd/maps/Makefile      |    1 -
 drivers/mtd/maps/edb7312.c     |  135 ----------------------------
 drivers/mtd/mtdcore.c          |   23 -----
 drivers/mtd/mtdcore.h          |    4 +
 drivers/mtd/mtdpart.c          |    3 +-
 drivers/mtd/nand/Kconfig       |    7 --
 drivers/mtd/nand/Makefile      |    1 -
 drivers/mtd/nand/edb7312.c     |  188 ----------------------------------------
 include/linux/mtd/mtd.h        |    5 +-
 include/linux/mtd/partitions.h |    5 -
 11 files changed, 8 insertions(+), 371 deletions(-)
 delete mode 100644 drivers/mtd/maps/edb7312.c
 delete mode 100644 drivers/mtd/nand/edb7312.c

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-24 19:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 12:05 [PATCH 0/5] Few additional cleanup patches Dmitry Eremin-Solenikov
2011-06-23 12:05 ` [PATCH 1/5] mtd/maps: drop edb7312 support Dmitry Eremin-Solenikov
2011-06-23 12:05 ` [PATCH 2/5] mtd/nand: " Dmitry Eremin-Solenikov
2011-06-23 12:05 ` [PATCH 3/5] mtd: hide parse_mtd_partitions Dmitry Eremin-Solenikov
2011-06-23 12:05 ` [PATCH 4/5] mtd: remove put_partition_parser() from public header Dmitry Eremin-Solenikov
2011-06-23 12:05 ` [PATCH 5/5] mtd: drop mtd_device_register Dmitry Eremin-Solenikov
2011-06-24 19:36 ` [PATCH 0/5] Few additional cleanup patches Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox