linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/9] mtd: Remove static limit on device numbers
@ 2010-01-29 20:55 Ben Hutchings
  2010-01-29 20:57 ` [PATCHv3 1/9] mtd: Introduce and use iteration macro for reading the MTD device table Ben Hutchings
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Ben Hutchings @ 2010-01-29 20:55 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-net-drivers, linux-mtd

This is the third version of this patch series.  Please give me some
feedback, David?

Changes since v2:
- Export idr_get_next() to support building mtdcore as a module
- Correct the limit on block device numbers in mtd_blkdevs
- Register the full range of minor numbers in mtdchar

Ben.

Ben Hutchings (9):
  mtd: Introduce and use iteration macro for reading the MTD device
    table
  mtd: Use get_mtd_device_nm() to find named device in get_sb_mtd()
  nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of
    MAX_MTD_DEVICES
  mtd: Remove unnecessary comparisons with MAX_MTD_DEVICES
  mtdblock: Dynamically allocate cache info structures
  idr: Export idr_get_next()
  mtd: Replace static array of devices with an idr structure
  mtd: Raise limit on block device minor numbers
  mtdchar: Register the full range of minor numbers

 drivers/mtd/devices/pmc551.c |    4 +-
 drivers/mtd/mtd_blkdevs.c    |   17 ++--
 drivers/mtd/mtdblock.c       |   74 +++++++---------
 drivers/mtd/mtdchar.c        |    8 +-
 drivers/mtd/mtdcore.c        |  205 +++++++++++++++++++++--------------------
 drivers/mtd/mtdcore.h        |    7 ++-
 drivers/mtd/mtdoops.c        |    5 -
 drivers/mtd/mtdsuper.c       |   18 ++---
 drivers/mtd/nand/nandsim.c   |    7 +-
 include/linux/mtd/mtd.h      |    1 -
 lib/idr.c                    |    2 +-
 11 files changed, 169 insertions(+), 179 deletions(-)

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

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

end of thread, other threads:[~2010-02-25 11:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 20:55 [PATCHv3 0/9] mtd: Remove static limit on device numbers Ben Hutchings
2010-01-29 20:57 ` [PATCHv3 1/9] mtd: Introduce and use iteration macro for reading the MTD device table Ben Hutchings
2010-01-29 20:57 ` [PATCHv3 2/9] mtd: Use get_mtd_device_nm() to find named device in get_sb_mtd() Ben Hutchings
2010-01-29 20:58 ` [PATCHv3 3/9] nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_DEVICES Ben Hutchings
2010-01-29 20:58 ` [PATCHv3 4/9] mtd: Remove unnecessary comparisons with MAX_MTD_DEVICES Ben Hutchings
2010-02-25 11:42   ` David Woodhouse
2010-01-29 20:58 ` [PATCHv3 5/9] mtdblock: Dynamically allocate cache info structures Ben Hutchings
2010-01-29 20:59 ` [PATCHv3 6/9] idr: Export idr_get_next() Ben Hutchings
2010-02-08 15:14   ` Artem Bityutskiy
2010-01-29 20:59 ` [PATCHv3 7/9] mtd: Replace static array of devices with an idr structure Ben Hutchings
2010-01-29 20:59 ` [PATCHv3 8/9] mtd: Raise limit on block device minor numbers Ben Hutchings
2010-01-29 21:00 ` [PATCHv3 9/9] mtdchar: Register the full range of " Ben Hutchings
2010-02-08 15:54 ` [PATCHv3 0/9] mtd: Remove static limit on device numbers Artem Bityutskiy
2010-02-08 16:08   ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).