13 Jan, 2016

1 commit

  • Commit 6aa7dbfa2877 ("gpio: mm-lantiq: use gpiochip data pointer") replaces
    the use of container_of() with gpiochip_get_data(). However, the data
    pointer is not yet set by the time the save_regs function is called.

    Fixes: 6aa7dbfa2877 ("gpio: mm-lantiq: use gpiochip data pointer")
    Cc: Ricardo Ribalda Delgado
    Cc: John Crispin
    Signed-off-by: Guenter Roeck
    Signed-off-by: Linus Walleij

    Guenter Roeck
     

05 Jan, 2016

1 commit


20 Jan, 2015

4 commits


20 Oct, 2014

1 commit


21 May, 2012

2 commits

  • Implements OF support and convert to of_mm_gpio.

    By attaching hardware latches to the External Bus Unit (EBU) on Lantiq SoC, it
    is possible to create output only gpios. This driver configures a special
    memory address, which when written to, outputs 16 bit to the latches.

    Signed-off-by: John Crispin
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mips@linux-mips.org
    Acked-by: Grant Likely
    Patchwork: https://patchwork.linux-mips.org/patch/3840/
    Signed-off-by: Ralf Baechle

    John Crispin
     
  • Move the 2 drivers from arch/mips/lantiq/xway/ to the subsystem and make them
    buildable.

    The following 2 patches will convert the drivers to OF.

    Signed-off-by: John Crispin
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mips@linux-mips.org
    Acked-by: Grant Likely
    Patchwork: https://patchwork.linux-mips.org/patch/3838/
    Signed-off-by: Ralf Baechle

    John Crispin