Main bcm2708/bcm2709 linux port
authorpopcornmix <popcornmix@gmail.com>
Sun, 12 May 2013 11:24:19 +0000 (12:24 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 20 Feb 2017 12:17:48 +0000 (12:17 +0000)
commit5e187f547f69ae27537aa1e99b6dae29e1a34374
tree715f6884a4d595879375bb4821ca79160eef2880
parent1238e27b10761d5bd9b2d19f4d4801724ebc9756
Main bcm2708/bcm2709 linux port

Signed-off-by: popcornmix <popcornmix@gmail.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
bcm2709: Drop platform smp and timer init code

irq-bcm2836 handles this through these functions:
bcm2835_init_local_timer_frequency()
bcm2836_arm_irqchip_smp_init()

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
bcm270x: Use watchdog for reboot/poweroff

The watchdog driver already has support for reboot/poweroff.
Make use of this and remove the code from the platform files.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
arch/arm/mach-bcm/Kconfig
arch/arm/mach-bcm/board_bcm2835.c
arch/arm/mm/proc-v6.S
drivers/irqchip/irq-bcm2835.c
drivers/mailbox/bcm2835-mailbox.c