]> 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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 19 Sep 2017 10:07:41 +0000 (12:07 +0200)
commit967e6def99afb90b67b72fdf3e70de682bbac53d
treec6c2a54e84d001ffff6b66e2dbbee63135e9845e
parent2e5b4c8f322267f2d78a35bcddeb2370be58995d
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