05 Jun, 2019

1 commit

  • Based on 1 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
    distributed in the hope that it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details you should have received a copy of the gnu general
    public license along with this program if not write to the free
    software foundation inc 59 temple place suite 330 boston ma 02111
    1307 usa

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Alexios Zavras
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190530000436.384967451@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

26 Apr, 2016

1 commit

  • Instead of indirectly selecting GPIOLIB via the
    ARCH_REQUIRE_GPIOLIB symbol, just select GPIOLIB.

    Cc: Michael Büsch
    Cc: linux-snps-arc@lists.infradead.org
    Acked-by: Vineet Gupta
    Signed-off-by: Linus Walleij

    Linus Walleij
     

13 Oct, 2014

1 commit


11 Nov, 2013

1 commit


28 Jun, 2013

1 commit


15 May, 2013

1 commit

  • The TB10x platform port includes a custom mechanism using to set up
    default pin controller configurations using abilis,simple-default
    pin configurations of nodes compatible with abilis,simple-pinctrl. This
    mechanism is redundant with the Linux standard "default" pin
    configuration, see commit ab78029ecc347debbd737f06688d788bd9d60c1d
    "drivers/pinctrl: grab default handles from device core".
    This patch removes the TB10x custom mechanism in favour of the Linux
    standard.

    Signed-off-by: Christian Ruppert
    Reviewed-by: Stephen Warren
    Reviewed-by: Linus Walleij
    Signed-off-by: Vineet Gupta

    Christian Ruppert
     

10 May, 2013

1 commit


07 May, 2013

1 commit

  • Infrastructure required to make the Linux kernel compile and boot on the
    Abilis Systems TB10x series of SOCs based on ARC700 CPUs:
    - Kmake related files (Kconfig, Makefile, tb10x_defconfig)
    - TB10x platform initialisation

    Signed-off-by: Christian Ruppert
    Signed-off-by: Pierrick Hascoet
    Signed-off-by: Vineet Gupta

    Christian Ruppert