08 Apr, 2010

1 commit

  • Rename for_each_bit() to for_each_set_bit in the kernel source tree. To
    permit for_each_clear_bit(), should that ever be added.

    I'll be sending a patch to Linus this week which removes the temporary
    for_each_bit() macro, so this patch will be needed to avoid build
    breakage.

    Suggested-by: Alexey Dobriyan
    Suggested-by: Andrew Morton
    Signed-off-by: Akinobu Mita
    Cc: "David S. Miller"
    Cc: Russell King
    Cc: David Woodhouse
    Cc: Artem Bityutskiy
    Cc: Stephen Rothwell
    Signed-off-by: Andrew Morton
    Signed-off-by: David Woodhouse

    Akinobu Mita
     

29 Mar, 2010

1 commit


26 Mar, 2010

2 commits


27 Feb, 2010

2 commits

  • * Test results of few functions that were declared with __must_check
    * Fix bogus gcc warning about uinitialized variable 'ret'
    * Remove unused variable from mtdblock_remove_dev
    * Don't use deprecated DMA_32BIT_MASK

    Signed-off-by: Maxim Levitsky
    Signed-off-by: David Woodhouse

    Maxim Levitsky
     
  • This implements new readwrite SmartMedia/xd FTL.

    mtd driver must have support proper ECC and badblock verification
    based on oob parts for 512 bytes nand.

    Also mtd driver must define read_oob and write_oob, which are used
    to read and write both data and oob together.

    Signed-off-by: Maxim Levitsky
    Signed-off-by: David Woodhouse

    Maxim Levitsky