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
     

19 Jun, 2013

1 commit

  • This fake carrier is designed to help FMC users understand how a
    carrier driver works, and to experiment the behaviour with EEPROM
    reprogramming (with a mezzanine driver commited later). This carrier
    can register up to 4 (fake) mezzanines.

    We have real carriers (both on PCI-E and VME), but they are bigger
    things and are not part of this submission.

    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