mbox

[0/5] Few additional cleanup patches

Message ID 1308830731-5698-1-git-send-email-dbaryshkov@gmail.com
State New, archived
Headers show

Pull-request

git://git.infradead.org/users/dbaryshkov/mtd-cleanup.git mtd-big-cleanup

Message

Dmitry Baryshkov June 23, 2011, 12:05 p.m. UTC
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

Comments

Artem Bityutskiy June 24, 2011, 7:36 p.m. UTC | #1
On Thu, 2011-06-23 at 16:05 +0400, Dmitry Eremin-Solenikov wrote:
> 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

Pushed to l2-mtd-2.6.git, thanks!