treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Based on 1 normalized pattern(s): this program is free software you can distribute it and or modify it under the terms of the
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Based 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 detailsextracted by the scancode license scanner the SPDX license identifier GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 24 file(s).Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>Reviewed-by: Allison Randal <allison@lohutok.net>Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190531190115.872212424@linutronix.deSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project
treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is: GPL-2.0-onlySigned-off-by: Thomas Gleixner <tglx@linutronix.de>Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MIPS: Add support for PIC32MZDA platformThis adds support for the Microchip PIC32 MIPS microcontroller with thespecific variant PIC32MZDA. PIC32MZDA is based on the MIPS m14KEc coreand boots usin
MIPS: Add support for PIC32MZDA platformThis adds support for the Microchip PIC32 MIPS microcontroller with thespecific variant PIC32MZDA. PIC32MZDA is based on the MIPS m14KEc coreand boots using device tree.This includes an early pin setup and early clock setup needed prior todevice tree being initialized. In additon, an interface is provided tosynchronize access to registers shared across several peripherals.Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>Cc: linux-kernel@vger.kernel.orgCc: linux-mips@linux-mips.orgPatchwork: https://patchwork.linux-mips.org/patch/12097/Signed-off-by: Ralf Baechle <ralf@linux-mips.org>