Loading arch/arm/plat-samsung/Kconfig +1 −3 Original line number Diff line number Diff line # arch/arm/plat-samsung/Kconfig # SPDX-License-Identifier: GPL-2.0 # # Copyright 2009 Simtec Electronics # # Licensed under GPLv2 config PLAT_SAMSUNG bool Loading arch/arm/plat-samsung/Makefile +1 −3 Original line number Diff line number Diff line # arch/arm/plat-samsung/Makefile # SPDX-License-Identifier: GPL-2.0 # # Copyright 2009 Simtec Electronics # # Licensed under GPLv2 ccflags-$(CONFIG_ARCH_S3C64XX) := -I$(srctree)/arch/arm/mach-s3c64xx/include ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include Loading arch/arm/plat-samsung/adc.c +7 −12 Original line number Diff line number Diff line /* arch/arm/plat-samsung/adc.c * * Copyright (c) 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> * * Samsung ADC device core * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License. */ // SPDX-License-Identifier: GPL-1.0+ // // Copyright (c) 2008 Simtec Electronics // http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> // // Samsung ADC device core #include <linux/module.h> #include <linux/kernel.h> Loading arch/arm/plat-samsung/cpu.c +6 −11 Original line number Diff line number Diff line /* linux/arch/arm/plat-samsung/cpu.c * * Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Samsung CPU Support * * 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. */ // SPDX-License-Identifier: GPL-2.0 // // Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. // http://www.samsung.com // // Samsung CPU Support #include <linux/module.h> #include <linux/kernel.h> Loading arch/arm/plat-samsung/dev-uart.c +8 −13 Original line number Diff line number Diff line /* linux/arch/arm/plat-samsung/dev-uart.c * originally from arch/arm/plat-s3c24xx/devs.c *x * Copyright (c) 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Base S3C24XX platform device definitions * * 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. * */ // SPDX-License-Identifier: GPL-2.0 // // originally from arch/arm/plat-s3c24xx/devs.c // // Copyright (c) 2004 Simtec Electronics // Ben Dooks <ben@simtec.co.uk> // // Base S3C24XX platform device definitions #include <linux/kernel.h> #include <linux/platform_device.h> Loading Loading
arch/arm/plat-samsung/Kconfig +1 −3 Original line number Diff line number Diff line # arch/arm/plat-samsung/Kconfig # SPDX-License-Identifier: GPL-2.0 # # Copyright 2009 Simtec Electronics # # Licensed under GPLv2 config PLAT_SAMSUNG bool Loading
arch/arm/plat-samsung/Makefile +1 −3 Original line number Diff line number Diff line # arch/arm/plat-samsung/Makefile # SPDX-License-Identifier: GPL-2.0 # # Copyright 2009 Simtec Electronics # # Licensed under GPLv2 ccflags-$(CONFIG_ARCH_S3C64XX) := -I$(srctree)/arch/arm/mach-s3c64xx/include ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include Loading
arch/arm/plat-samsung/adc.c +7 −12 Original line number Diff line number Diff line /* arch/arm/plat-samsung/adc.c * * Copyright (c) 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> * * Samsung ADC device core * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License. */ // SPDX-License-Identifier: GPL-1.0+ // // Copyright (c) 2008 Simtec Electronics // http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> // // Samsung ADC device core #include <linux/module.h> #include <linux/kernel.h> Loading
arch/arm/plat-samsung/cpu.c +6 −11 Original line number Diff line number Diff line /* linux/arch/arm/plat-samsung/cpu.c * * Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Samsung CPU Support * * 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. */ // SPDX-License-Identifier: GPL-2.0 // // Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. // http://www.samsung.com // // Samsung CPU Support #include <linux/module.h> #include <linux/kernel.h> Loading
arch/arm/plat-samsung/dev-uart.c +8 −13 Original line number Diff line number Diff line /* linux/arch/arm/plat-samsung/dev-uart.c * originally from arch/arm/plat-s3c24xx/devs.c *x * Copyright (c) 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Base S3C24XX platform device definitions * * 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. * */ // SPDX-License-Identifier: GPL-2.0 // // originally from arch/arm/plat-s3c24xx/devs.c // // Copyright (c) 2004 Simtec Electronics // Ben Dooks <ben@simtec.co.uk> // // Base S3C24XX platform device definitions #include <linux/kernel.h> #include <linux/platform_device.h> Loading