19 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 4122 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

16 May, 2018

1 commit


30 Dec, 2016

1 commit


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