1. 13 5月, 2006 4 次提交
  2. 12 5月, 2006 11 次提交
  3. 10 5月, 2006 1 次提交
  4. 09 5月, 2006 3 次提交
  5. 08 5月, 2006 2 次提交
    • D
      Remove inter_module_xxx() from DiskOnChip drivers. · 5e535429
      David Woodhouse 提交于
      Finally putting it back how it was before Keith got at it -- yay :)
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      5e535429
    • L
      [MTD] Convert physmap to platform driver · 73566edf
      Lennert Buytenhek 提交于
      After dwmw2 let me know it ought to be done, I rewrote the physmap map
      driver to be a platform driver.  I know zilch about the driver model,
      so I probably botched it in some way, but I've done some tests on an
      ixp23xx board which uses physmap, and it all seems to work.
      
      In order to not break existing physmap users, I've added some compat
      code that will instantiate a platform device iff CONFIG_MTD_PHYSMAP_LEN
      is defined and != 0.  Also, I've changed the default value for
      CONFIG_MTD_PHYSMAP_LEN to zero, so that people who inadvertently
      compile in physmap (or new, platform-style, users of physmap) don't get
      burned.
      
      This works pretty well -- the new physmap driver is a drop-in replacement
      for the old one, and works on said ixp23xx board without any code changes
      needed.  (This should hold as long as users don't touch 'physmap_map'
      directly.)
      
      Once all physmap users have been converted to instantiate their own
      platform devices, the compat code can go.  (Or we decide that we can
      change all the in-tree users at the same time, and never merge the
      compat code.)
      Signed-off-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      73566edf
  6. 01 5月, 2006 1 次提交
  7. 29 4月, 2006 1 次提交
    • D
      mtd: SC520CDP should depend on MTD_CONCAT · fbbc21c6
      Daniel Drake 提交于
      Toralf Förster found a compile error when CONFIG_MTD_SC520CDP=y and
      CONFIG_MTD_CONCAT=n:
      
      drivers/built-in.o: In function `init_sc520cdp':
      sc520cdp.c:(.init.text+0xb4de): undefined reference to `mtd_concat_create'
      drivers/built-in.o: In function `cleanup_sc520cdp':
      sc520cdp.c:(.exit.text+0x14bc): undefined reference to `mtd_concat_destroy'
      
      This patch fixes it.
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      fbbc21c6
  8. 19 4月, 2006 1 次提交
    • J
      mtd: improve parameter parsing for block2mtd · 954c2422
      Joern Engel 提交于
      Expand the parameter parsing for block2mtd.  It now accepts:
      Ki, Mi, Gi	- the official prefixes for binary multiples,
      		  see http://physics.nist.gov/cuu/Units/binary.html,
      ki		- mistake on my side and analog to "k" for decimal multiples,
      KiB, MiB, GiB	- for people that prefer to add a "B" for byte,
      kiB		- combination of the above.
      
      There were complaints about not accepting "k" for 1024.  This has long
      been common practice, but is known to lead to confusion.  Hence the new
      SI units and hence block2mtd only accepts units that cannot be confused
      with decimal units.  Diverging from common practice doesn't always please
      people, even if the change is for the better.
      Signed-off-by: NJoern Engel <joern@wohnheim.fh-wedel.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      954c2422
  9. 18 4月, 2006 2 次提交
  10. 17 4月, 2006 3 次提交
  11. 12 4月, 2006 2 次提交
  12. 11 4月, 2006 1 次提交
    • J
      [PATCH] Remove blkmtd · acc8dadc
      Joern Engel 提交于
      Remove the blkmtd driver.
      
      - An alternative exists (block2mtd) that hasn't had  bug report for > 1 year.
      
      - Most embedded people tend to use ancient kernels with custom patches from
        mtd cvs and elsewhere, so the 1 year warning period neither helps nor hurts
        them too much.
      
      - It's in the way of klibc.  The problems caused by pulling blkmtd support
        are fairly low, while the problems caused by delaying klibc can be fairly
        substantial.  At best, this would be a severe burden on hpa's time.
      Signed-off-by: NJoern Engel <joern@wohnheim.fh-wedel.de>
      Acked-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      acc8dadc
  13. 01 4月, 2006 8 次提交