05 Jun, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can distribute 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 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

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

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

    Thomas Gleixner
     

06 Feb, 2016

1 commit

  • Add a driver for the pin controller present on the Microchip PIC32
    including the specific variant PIC32MZDA. This driver provides pinmux
    and pinconfig operations as well as GPIO and IRQ chips for the GPIO
    banks.

    Signed-off-by: Joshua Henderson
    Cc: Ralf Baechle
    Cc: Linus Walleij
    Signed-off-by: Linus Walleij

    Joshua Henderson