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
29 Mar, 2010
1 commit
-
Signed-off-by: Stephen Rothwell
Signed-off-by: David Woodhouse
26 Mar, 2010
2 commits
-
The sole purpose of this setting was to avoid a dependency on MTD_NAND.
Now that we can depend on MTD_NAND_ECC without pulling in all the rest
of the NAND code, we might as well do so unconditionally.Signed-off-by: Maxim Levitsky
Signed-off-by: David Woodhouse -
This is new requirement in 2.6.34
Signed-off-by: Maxim Levitsky
Signed-off-by: David Woodhouse
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_MASKSigned-off-by: Maxim Levitsky
Signed-off-by: David Woodhouse -
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