All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] MIPS: OCTEON: clean up platform phy code
@ 2016-09-01 20:43 Aaro Koskinen
  2016-09-01 20:43 ` [PATCH 1/6] MIPS: OCTEON: delete legacy hack for broken bootloaders Aaro Koskinen
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Aaro Koskinen @ 2016-09-01 20:43 UTC (permalink / raw)
  To: Ralf Baechle, David Daney, linux-mips; +Cc: Aaro Koskinen

Hi,

Some phy/mdio code can be deleted from platform code. Let's do it.

Aaro Koskinen (6):
  MIPS: OCTEON: delete legacy hack for broken bootloaders
  MIPS: OCTEON: don't try to maintain link state in early init
  MIPS: OCTEON: delete cvmx_override_board_link_get
  MIPS: OCTEON: delete cvmx_helper_board_link_set_phy
  MIPS: OCTEON: delete legacy code for PHY access
  MIPS: OCTEON: delete unused cvmx-mdio.h

 .../cavium-octeon/executive/cvmx-helper-board.c    | 337 +-------------
 .../cavium-octeon/executive/cvmx-helper-rgmii.c    |   5 +-
 .../cavium-octeon/executive/cvmx-helper-sgmii.c    |   1 -
 .../cavium-octeon/executive/cvmx-helper-xaui.c     |   2 -
 arch/mips/cavium-octeon/executive/cvmx-helper.c    |  10 -
 arch/mips/include/asm/octeon/cvmx-helper-board.h   |  30 --
 arch/mips/include/asm/octeon/cvmx-mdio.h           | 506 ---------------------
 7 files changed, 5 insertions(+), 886 deletions(-)
 delete mode 100644 arch/mips/include/asm/octeon/cvmx-mdio.h

-- 
2.9.2

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

end of thread, other threads:[~2016-09-02 17:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 20:43 [PATCH 0/6] MIPS: OCTEON: clean up platform phy code Aaro Koskinen
2016-09-01 20:43 ` [PATCH 1/6] MIPS: OCTEON: delete legacy hack for broken bootloaders Aaro Koskinen
2016-09-01 20:43 ` [PATCH 2/6] MIPS: OCTEON: don't try to maintain link state in early init Aaro Koskinen
2016-09-01 20:43 ` [PATCH 3/6] MIPS: OCTEON: delete cvmx_override_board_link_get Aaro Koskinen
2016-09-01 20:43 ` [PATCH 4/6] MIPS: OCTEON: delete cvmx_helper_board_link_set_phy Aaro Koskinen
2016-09-01 20:43 ` [PATCH 5/6] MIPS: OCTEON: delete legacy code for PHY access Aaro Koskinen
2016-09-01 23:00   ` David Daney
2016-09-01 23:00     ` David Daney
2016-09-01 23:45     ` Aaro Koskinen
2016-09-02 17:59       ` Aaro Koskinen
2016-09-01 20:44 ` [PATCH 6/6] MIPS: OCTEON: delete unused cvmx-mdio.h Aaro Koskinen
2016-09-01 23:02   ` David Daney
2016-09-01 23:02     ` 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.