08 Dec, 2015

1 commit

  • This is a simple move of all header files that are no longer
    included by anything else from the include/mach directory
    to the platform directory itself as preparation for
    multiplatform support.

    The mach/uncompress.h headers are left in place for now,
    and are mildly modified to be independent of the other
    headers. They will be removed entirely when ARCH_MULTIPLATFORM
    gets enabled and they become obsolete.

    Rather than updating the path names inside of the comments
    of each header, I delete those comments to avoid having to
    update them again, should they get moved or copied another
    time.

    Signed-off-by: Arnd Bergmann
    Acked-by: Andrew Lunn
    Signed-off-by: Gregory CLEMENT

    Arnd Bergmann
     

27 Apr, 2014

1 commit

  • This commit converts the RD-88F5182 platform to the Device Tree. All
    devices except the PCI are converted to the Device Tree.

    It is worth noting that:

    * The PCI description for the DT case is kept in board-rd88f5182.c.

    * The existing non-DT support in rd88f5182-setup.c is kept as is, in
    order to allow testing of a given platform in both DT and non-DT
    cases. It will ultimately be removed, once we no longer care about
    non-DT support for Orion5x.

    Signed-off-by: Thomas Petazzoni
    Acked-by: Sebastian Hesselbarth
    Link: https://lkml.kernel.org/r/1398202002-28530-35-git-send-email-thomas.petazzoni@free-electrons.com
    Cc: Ronen Shitrit
    Signed-off-by: Jason Cooper

    Thomas Petazzoni