[PATCH 8/8] staging: octeon_ethernet: Convert to use device tree.

2011-11-10 Thread ddaney . cavm
From: David Daney Get MAC address and PHY connection from the device tree. Cc: "David S. Miller" Cc: net...@vger.kernel.org Cc: Greg Kroah-Hartman Cc: de...@driverdev.osuosl.org Signed-off-by: David Daney --- drivers/staging/octeon/ethernet-mdio.c | 28 + drivers/staging/octeon/

[PATCH 0/8] of/MIPS/i2c/net: Convert OCTEON to use device-tree

2011-11-10 Thread ddaney . cavm
From: David Daney This series touches several different drivers, but since OCTEON is a MIPS based SOC, we may want to merge the whole series via Ralf's linux-mips.org tree. Summary of the patches: 1) Template device trees to be patched in early boot for legacy boards that do not supply a dev

[PATCH 3/3] MIPS: Octeon: Rearrange CVMX files in preperation for device tree

2011-11-10 Thread ddaney . cavm
From: David Daney Signed-off-by: David Daney --- .../cavium-octeon/executive/cvmx-helper-sgmii.c|6 +- .../mips/cavium-octeon/executive/cvmx-helper-spi.c | 10 ++ .../cavium-octeon/executive/cvmx-helper-xaui.c | 22 +++-- arch/mips/cavium-octeon/executive/cvmx-helper.c| 93

[PATCH 1/3] MIPS: Octeon: Move some Ethernet support files out of staging.

2011-11-10 Thread ddaney . cavm
From: David Daney Signed-off-by: David Daney --- arch/mips/cavium-octeon/executive/Makefile |5 + .../mips/cavium-octeon/executive}/cvmx-cmd-queue.c |8 +- .../mips/cavium-octeon/executive}/cvmx-fpa.c |0 .../cavium-octeon/executive}/cvmx-helper-board.c | 18 +-- .

[PATCH 0/3] Move some Octeon support files out of staging.

2011-11-10 Thread ddaney . cavm
From: David Daney First patch: In preparation for my next set of patches to add device tree support for Octeon, move some files out of drivers/staging/octeon to common location. There are two basic types of files I am moving: 1) Register definition files. Most Octeon register definition files

[PATCH 2/3] MIPS: Octeon: Update bootloader board type constants.

2011-11-10 Thread ddaney . cavm
From: David Daney Many new types of boards exist, so lets recognize them. Signed-off-by: David Daney --- .../cavium-octeon/executive/cvmx-helper-board.c| 20 ++ arch/mips/include/asm/octeon/cvmx-bootinfo.h | 72 +++- arch/mips/include/asm/octeon/cvmx-helper-bo