Hi Ralf,
The ATA changes are alredy Acked-by the ATA mainainer.
The EDAC changes are just an extension of what you added for 3.8, they
were sent to the EDAC list here:
http://marc.info/?l=linux-edac&m=135302283022318&w=2
But no response yet. My reasoning is that they should be OK as they
just improve things that only touch OCTEON.
The following changes since commit fbb3876de77cd31739fbca01bd82a1bc56e2ed5e:
Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next
into mips-for-linux-next (2012-11-30 17:34:25 +0100)
are available in the git repository at:
git://git.linux-mips.org/pub/scm/daney/upstream-daney.git octeon-for-3.8
for you to fetch changes up to d2eb0719add2c471adf1ffb116e38bd5776c66d5:
MIPS/EDAC: Improve OCTEON EDAC support. (2012-11-30 15:32:11 -0800)
----------------------------------------------------------------
David Daney (5):
MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.
ata: pata_octeon_cf: Use correct byte order for DMA in when built
little-endian.
MIPS: OCTEON: Add OCTEON family defintions to octeon-model.h
MIPS: OCTEON: Add definitions for OCTEON memory contoller registers.
MIPS/EDAC: Improve OCTEON EDAC support.
arch/mips/cavium-octeon/octeon-irq.c | 1 -
arch/mips/cavium-octeon/octeon-platform.c | 102 -
arch/mips/cavium-octeon/setup.c | 30 +-
arch/mips/include/asm/mach-cavium-octeon/irq.h | 1 -
arch/mips/include/asm/octeon/cvmx-lmcx-defs.h | 3457
++++++++++++++++++++++++
arch/mips/include/asm/octeon/octeon-model.h | 6 +
arch/mips/include/asm/octeon/octeon.h | 7 -
arch/mips/mm/c-octeon.c | 39 +-
arch/mips/pci/pci-octeon.c | 3 +-
drivers/ata/pata_octeon_cf.c | 423 ++-
drivers/edac/octeon_edac-l2c.c | 178 +-
drivers/edac/octeon_edac-lmc.c | 232 +-
drivers/edac/octeon_edac-lmc.h | 78 -
drivers/edac/octeon_edac-pc.c | 137 +-
drivers/edac/octeon_edac-pci.c | 44 +-
15 files changed, 4157 insertions(+), 581 deletions(-)
create mode 100644 arch/mips/include/asm/octeon/cvmx-lmcx-defs.h
delete mode 100644 drivers/edac/octeon_edac-lmc.h