mbox series

[0/5] MIPS: OCTEON: avoid board-specific stuff in ethernet code

Message ID 20190204224149.8139-1-aaro.koskinen@iki.fi (mailing list archive)
Headers show
Series MIPS: OCTEON: avoid board-specific stuff in ethernet code | expand

Message

Aaro Koskinen Feb. 4, 2019, 10:41 p.m. UTC
Hi,

A small series that deletes some board-specific Ethernet knowledge
from the generic OCTEON code and moves it into the DT.

A.

Aaro Koskinen (5):
  MIPS: OCTEON: add fixed-link nodes to in-kernel device tree
  MIPS: OCTEON: warn if deprecated link status is being used
  MIPS: OCTEON: don't lie about interface type of CN3005 board
  MIPS: OCTEON: delete board-specific link status
  MIPS: OCTEON: program rx/tx-delay always from DT

 .../boot/dts/cavium-octeon/octeon_3xxx.dts    | 14 +++
 .../mips/boot/dts/cavium-octeon/ubnt_e100.dts |  6 ++
 .../executive/cvmx-helper-board.c             | 86 ++-----------------
 .../cavium-octeon/executive/cvmx-helper.c     | 19 +---
 arch/mips/cavium-octeon/octeon-platform.c     | 64 ++++++++++++++
 .../include/asm/octeon/cvmx-helper-board.h    | 12 ---
 6 files changed, 91 insertions(+), 110 deletions(-)

Comments

Paul Burton Feb. 8, 2019, 6:03 p.m. UTC | #1
Hello,

Aaro Koskinen wrote:
> Hi,
> 
> A small series that deletes some board-specific Ethernet knowledge
> from the generic OCTEON code and moves it into the DT.
> 
> A.
> 
> Aaro Koskinen (5):
> MIPS: OCTEON: add fixed-link nodes to in-kernel device tree
> MIPS: OCTEON: warn if deprecated link status is being used
> MIPS: OCTEON: don't lie about interface type of CN3005 board
> MIPS: OCTEON: delete board-specific link status
> MIPS: OCTEON: program rx/tx-delay always from DT
> 
> .../boot/dts/cavium-octeon/octeon_3xxx.dts    | 14 +++
> .../mips/boot/dts/cavium-octeon/ubnt_e100.dts |  6 ++
> .../executive/cvmx-helper-board.c             | 86 ++-----------------
> .../cavium-octeon/executive/cvmx-helper.c     | 19 +---
> arch/mips/cavium-octeon/octeon-platform.c     | 64 ++++++++++++++
> .../include/asm/octeon/cvmx-helper-board.h    | 12 ---
> 6 files changed, 91 insertions(+), 110 deletions(-)

Series applied to mips-next.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]