20 Jun, 2013

1 commit

  • The use of the 'readl' and 'writel' identifiers here causes build errors on
    architectures where those are macros. This renames the fields to read32/write32
    to avoid the problem.

    Reported-by: kbuild test robot
    Signed-off-by: Arnd Bergmann
    Acked-by: Alessandro Rubini
    Signed-off-by: Greg Kroah-Hartman

    Arnd Bergmann
     

18 Jun, 2013

1 commit

  • This set of headers comes from commit ab23167f (current master of the
    project on ohwr.org). They define the basic data structures for FMC
    and its SDB support.

    Signed-off-by: Alessandro Rubini
    Acked-by: Juan David Gonzalez Cobas
    Acked-by: Emilio G. Cota
    Acked-by: Samuel Iglesias Gonsalvez
    Signed-off-by: Greg Kroah-Hartman

    Alessandro Rubini