]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Main bcm2708/bcm2709 linux port
authorpopcornmix <popcornmix@gmail.com>
Sun, 12 May 2013 11:24:19 +0000 (12:24 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 8 Aug 2017 12:51:58 +0000 (14:51 +0200)
commit384cf0b999ecc01c1213cc8812245ff3962444fe
tree24aefe8cc92bb88277025dfbab0a850dec912947
parent88333c6b558446ee1b946e0b72f218271bca5877
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