]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.
authorDavid Daney <david.daney@cavium.com>
Thu, 26 Apr 2012 18:10:28 +0000 (11:10 -0700)
committerDavid Daney <david.daney@cavium.com>
Fri, 30 Nov 2012 23:15:39 +0000 (15:15 -0800)
commit6b2a0d79c3fb0f273ea6b7d8a6611f0a8bb561c3
tree34f599cde9523f8e88a6fd7f665feaa368c9adbd
parentfbb3876de77cd31739fbca01bd82a1bc56e2ed5e
MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.

The patch needs to eliminate the definition of OCTEON_IRQ_BOOTDMA so
that the device tree code can map the interrupt, so in order to not
temporarily break things, we do a single patch to both the interrupt
registration code and the pata_octeon_cf driver.

Also rolled in is a conversion to use hrtimers and corrections to the
timing calculations.

Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: David Daney <david.daney@cavium.com>
arch/mips/cavium-octeon/octeon-irq.c
arch/mips/cavium-octeon/octeon-platform.c
arch/mips/include/asm/mach-cavium-octeon/irq.h
arch/mips/include/asm/octeon/octeon.h
drivers/ata/pata_octeon_cf.c