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/
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
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
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 +--
.
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
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