30 Dec, 2016

1 commit


30 Nov, 2015

1 commit

  • This patch introduces new dedicated "lantiq,-pinctrl" devicetree
    bindings, where is one of "ase", "danube", "xrx100", "xrx200" or
    "xrx300" and marks the "lantiq,pinctrl-xway", "lantiq,pinctrl-ase" and
    "lantiq,pinctrl-xr9" bindings as DEPRECATED.

    Based on the newest Lantiq Hardware Description it turend out, that there are
    some differences in the GPIO alternative functions of the Danube, xRX100 and
    xRX200 families, which makes it impossible to use only one xway_mfp table.

    This patch also adds support for the xRX300 family.

    Signed-off-by: Martin Schiller
    Signed-off-by: Linus Walleij

    Martin Schiller
     

10 Mar, 2015

1 commit


22 Apr, 2014

1 commit


05 Feb, 2013

1 commit


13 Sep, 2012

1 commit

  • Implement support for pinctrl on lantiq/xway socs. The IO core found on these
    socs has the registers for pinctrl, pinconf and gpio mixed up in the same
    register range. As the gpio_chip handling is only a few lines, the driver also
    implements the gpio functionality. This obseletes the old gpio driver that was
    located in the arch/ folder.

    Signed-off-by: John Crispin
    Acked-by: Linus Walleij
    Cc: devicetree-discuss@lists.ozlabs.org
    Cc: linux-kernel@vger.kernel.org

    John Crispin