18 Mar, 2010

1 commit


12 Mar, 2010

2 commits

  • ... instead of comparing with DMA_ERROR_CODE, which will only work on
    powerpc/sparc/x86.

    Reported-by: Geert Uytterhoeven
    Signed-off-by: David Woodhouse

    David Woodhouse
     
  • r852 fails to build when CONFIG_PCI is not enabled since it uses
    pci_*() calls and is a PCI driver, so it should depend on PCI
    to prevent build errors.
    It should also #include .

    drivers/mtd/nand/r852.c:1053: error: implicit declaration of function 'pci_prepare_to_sleep'
    drivers/mtd/nand/r852.c:1062: error: implicit declaration of function 'pci_back_from_sleep'

    Signed-off-by: Randy Dunlap
    Cc: Maxim Levitsky
    Signed-off-by: David Woodhouse

    Randy Dunlap
     

09 Mar, 2010

6 commits


27 Feb, 2010

26 commits


26 Feb, 2010

5 commits