All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Ubiquiti EdgeRouter/EdgeRouter Pro support
@ 2014-05-29 10:10 ` Alex Smith
  0 siblings, 0 replies; 21+ messages in thread
From: Alex Smith @ 2014-05-29 10:10 UTC (permalink / raw)
  To: linux-mips; +Cc: David Daney, Alex Smith

This patch series adds support for the Ubiquiti EdgeRouter and
EdgeRouter Pro (ER-8 and ERPro-8).

The first 2 patches enable the Ethernet interfaces on the boards to be
detected correctly. The 3rd patch enables the {E,O}HCI controllers by
probing them via DT rather than registering them in platform code,
which was only done for CN63XX and therefore would not be done on the
EdgeRouters (CN61XX).

Alex Smith (1):
  MIPS: octeon: Add interface mode detection for Octeon II

David Daney (2):
  staging: octeon-ethernet: Move PHY activation to .ndo_open().
  usb host/MIPS: Remove hard-coded OCTEON platform information.

 .../cavium-octeon/executive/cvmx-helper-sgmii.c    |  12 +-
 arch/mips/cavium-octeon/executive/cvmx-helper.c    | 166 +++++++++++++++++++++
 arch/mips/cavium-octeon/octeon-platform.c          | 102 -------------
 drivers/staging/octeon/ethernet-mdio.c             |  79 +++++++---
 drivers/staging/octeon/ethernet-rgmii.c            |  23 ++-
 drivers/staging/octeon/ethernet-sgmii.c            |  87 ++++++-----
 drivers/staging/octeon/ethernet-xaui.c             |  83 +++++++----
 drivers/staging/octeon/ethernet.c                  |   2 +-
 drivers/staging/octeon/octeon-ethernet.h           |   4 +
 drivers/usb/host/ehci-octeon.c                     |  17 ++-
 drivers/usb/host/octeon2-common.c                  |  47 +++++-
 drivers/usb/host/ohci-octeon.c                     |  17 ++-
 12 files changed, 424 insertions(+), 215 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-06-04 18:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 10:10 [PATCH 0/3] Ubiquiti EdgeRouter/EdgeRouter Pro support Alex Smith
2014-05-29 10:10 ` Alex Smith
2014-05-29 10:10 ` [PATCH 1/3] MIPS: octeon: Add interface mode detection for Octeon II Alex Smith
2014-05-29 10:10   ` Alex Smith
2014-06-04 14:47   ` [1/3] " Aaro Koskinen
2014-06-04 15:58     ` Alex Smith
2014-06-04 15:58       ` Alex Smith
2014-06-04 17:12       ` David Daney
2014-06-04 17:12         ` David Daney
2014-06-04 18:53         ` Aaro Koskinen
2014-05-29 10:10 ` [PATCH 2/3] staging: octeon-ethernet: Move PHY activation to .ndo_open() Alex Smith
2014-05-29 10:10   ` Alex Smith
2014-05-29 10:10 ` [PATCH 3/3] usb host/MIPS: Remove hard-coded OCTEON platform information Alex Smith
2014-05-29 10:10   ` Alex Smith
2014-05-29 15:03   ` Alan Stern
2014-05-29 15:03     ` Alan Stern
2014-05-29 16:55     ` Florian Fainelli
2014-05-29 17:37       ` Greg KH
2014-05-29 17:59         ` David Daney
2014-05-29 20:55           ` Alan Stern
2014-05-29 21:26             ` David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.