14 Dec, 2011

1 commit


08 Aug, 2011

1 commit


17 May, 2011

1 commit


04 Mar, 2011

1 commit

  • This patch makes the various mach dirs that use the plat-orion GPIO
    code pass in GPIO-related platform info (GPIO controller base address,
    secondary base IRQ number, etc) explicitly, instead of having
    plat-orion get those values by including a mach dir include file --
    the latter mechanism is problematic if you want to support multiple
    ARM platforms in the same kernel image.

    Signed-off-by: Lennert Buytenhek
    Signed-off-by: Nicolas Pitre

    Lennert Buytenhek
     

06 Nov, 2010

1 commit


24 Feb, 2010

1 commit

  • This patch is composed of two new files :

    - mpp.c which is mainly inspired by the same file as in mach-kirkwood

    - mpp.h that is written from the documentation provided by Marvell
    http://www.marvell.com/products/processors/embedded/discovery_innovation/HW_MV78100_OpenSource.pdf

    Moreover, due to some implementation problem, I have
    defined some MPPX_UNUSED that offer developers the possibility
    to SET MPP to some unused value (such as for Buffalo WXL).

    Note: This patch doesn't support MV78200 yet (only 78100 MPP lines have
    been written)

    Signed-off-by: Sebastien Requiem
    Signed-off-by: Nicolas Pitre

    Sebastien Requiem