bcm2835: introduce mach-bcm283x
This patch changes the most part of mach-bcm2835 to mach-bcm283x. This
prepares to add RPi2 support which is a bcm2836. This patch changes the
Kconfig entry namens to BCM283X for drivers only. These drivers should
working the same in bcm2836.

While updating defconfig I added LED support/trigger option.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 9bdfe1f commit 295d6763bf8e44fa453633791c77cd919bccdcab
@Alexander Aring Alexander Aring authored on 19 Dec 2015
Sascha Hauer committed on 4 Jan 2016
Showing 31 changed files
View
arch/arm/Kconfig
View
arch/arm/Makefile
View
arch/arm/configs/rpi_defconfig
View
arch/arm/mach-bcm2835/Kconfig 100644 → 0
View
arch/arm/mach-bcm2835/Makefile 100644 → 0
View
arch/arm/mach-bcm2835/core.c 100644 → 0
View
arch/arm/mach-bcm2835/include/mach/core.h 100644 → 0
View
arch/arm/mach-bcm2835/include/mach/debug_ll.h 100644 → 0
View
arch/arm/mach-bcm2835/include/mach/mbox.h 100644 → 0
View
arch/arm/mach-bcm2835/include/mach/platform.h 100644 → 0
View
arch/arm/mach-bcm2835/include/mach/wd.h 100644 → 0
View
arch/arm/mach-bcm2835/mbox.c 100644 → 0
View
arch/arm/mach-bcm283x/Kconfig 0 → 100644
View
arch/arm/mach-bcm283x/Makefile 0 → 100644
View
arch/arm/mach-bcm283x/core.c 0 → 100644
View
arch/arm/mach-bcm283x/include/mach/core.h 0 → 100644
View
arch/arm/mach-bcm283x/include/mach/debug_ll.h 0 → 100644
View
arch/arm/mach-bcm283x/include/mach/mbox.h 0 → 100644
View
arch/arm/mach-bcm283x/include/mach/platform.h 0 → 100644
View
arch/arm/mach-bcm283x/include/mach/wd.h 0 → 100644
View
arch/arm/mach-bcm283x/mbox.c 0 → 100644
View
drivers/clocksource/Kconfig
View
drivers/clocksource/Makefile
View
drivers/gpio/Kconfig
View
drivers/gpio/Makefile
View
drivers/mci/Kconfig
View
drivers/mci/Makefile
View
drivers/regulator/Kconfig
View
drivers/regulator/Makefile
View
drivers/video/Kconfig
View
drivers/video/Makefile