treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of th
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Based 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 usaextracted by the scancode license scanner the SPDX license identifier GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 136 file(s).Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>Reviewed-by: Allison Randal <allison@lohutok.net>Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190530000436.384967451@linutronix.deSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
show more ...
arc: select GPIOLIB directlyInstead of indirectly selecting GPIOLIB via theARCH_REQUIRE_GPIOLIB symbol, just select GPIOLIB.Cc: Michael Büsch <m@bues.ch>Cc: linux-snps-arc@lists.infradead.orgA
arc: select GPIOLIB directlyInstead of indirectly selecting GPIOLIB via theARCH_REQUIRE_GPIOLIB symbol, just select GPIOLIB.Cc: Michael Büsch <m@bues.ch>Cc: linux-snps-arc@lists.infradead.orgAcked-by: Vineet Gupta <vgupt@synopsys.com>Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
ARC: [plat*] move code out of .init_machine into commonAll the platforms do the same thing in init_machine callback so move itout of callback into caller of callbackSigned-off-by: Vineet Gupta <
ARC: [plat*] move code out of .init_machine into commonAll the platforms do the same thing in init_machine callback so move itout of callback into caller of callbackSigned-off-by: Vineet Gupta <vgupta@synopsys.com>
ARC: [TB10x] Updates for GPIO and pinctrlDevice tree and Kconfig updates for GPIO and pinctrl drivers.Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>Signed-off-by: Vineet Gupta <
ARC: [TB10x] Updates for GPIO and pinctrlDevice tree and Kconfig updates for GPIO and pinctrl drivers.Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
ARC: [TB10x] Updates for irqchip driverDevice tree and Kconfig updates for irqchip driver.Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>Signed-off-by: Vineet Gupta <vgupta@synop
ARC: [TB10x] Updates for irqchip driverDevice tree and Kconfig updates for irqchip driver.Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismThe TB10x platform port includes a custom mechanism using to set updefault pin controller configurations using abilis,simple-defaultpi
ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismThe TB10x platform port includes a custom mechanism using to set updefault pin controller configurations using abilis,simple-defaultpin configurations of nodes compatible with abilis,simple-pinctrl. Thismechanism is redundant with the Linux standard "default" pinconfiguration, see commit ab78029ecc347debbd737f06688d788bd9d60c1d"drivers/pinctrl: grab default handles from device core".This patch removes the TB10x custom mechanism in favour of the Linuxstandard.Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>Reviewed-by: Stephen Warren <swarren@nvidia.com>Reviewed-by: Linus Walleij <linus.walleij@linaro.org>Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
ARC: [TB10x] Remove GENERIC_GPIOThis tracks Alexandre Courbot's mainline GPIO reworkSigned-off-by: Vineet Gupta <vgupta@synopsys.com>Acked-by: Alexandre Courbot <acourbot@nvidia.com>
ARC: [TB10x] Add support for TB10x platformInfrastructure required to make the Linux kernel compile and boot on theAbilis Systems TB10x series of SOCs based on ARC700 CPUs: - Kmake related files
ARC: [TB10x] Add support for TB10x platformInfrastructure required to make the Linux kernel compile and boot on theAbilis Systems TB10x series of SOCs based on ARC700 CPUs: - Kmake related files (Kconfig, Makefile, tb10x_defconfig) - TB10x platform initialisationSigned-off-by: Christian Ruppert <christian.ruppert@abilis.com>Signed-off-by: Pierrick Hascoet <pierrick.hascoet@abilis.com>Signed-off-by: Vineet Gupta <vgupta@synopsys.com>