Re: [PATCH 0/6] Re-instate octeon staging drivers

2020-03-04 Thread Chris Packham
:52写道: > > > > > > > > > > On Wed, Feb 05, 2020 at 01:11:10PM +1300, Chris Packham wrote: > > > > > > This series re-instates the octeon drivers that were recently > > > > > > removed and > > > > > > addresses the

[PATCH 2/6] Revert "staging: octeon: delete driver"

2020-02-04 Thread Chris Packham
This reverts commit 710d7fbe21ee2ceab121f1f84a20edf68f9f9742. Re-instate the code so subsequent commits can clean it up and get it building properly. Signed-off-by: Chris Packham --- drivers/staging/Kconfig |2 + drivers/staging/Makefile |1 + drivers

[PATCH 6/6] Revert "staging/octeon: Mark Ethernet driver as BROKEN"

2020-02-04 Thread Chris Packham
This reverts commit 075a1e87d1e2358d0b0301ac8f8e7f25051decf1. Now that the build issues have been fixed we can resume build testing. Signed-off-by: Chris Packham --- drivers/staging/octeon/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/octeon/Kconfig b/drivers

[PATCH 3/6] MIPS: octeon: remove typedef declaration for cvmx_wqe

2020-02-04 Thread Chris Packham
Remove typedef declaration from struct cvmx_wqe and replace its previous uses with new struct declaration. Signed-off-by: Chris Packham --- .../cavium-octeon/executive/cvmx-helper.c | 2 +- .../include/asm/octeon/cvmx-helper-util.h | 2 +- arch/mips/include/asm/octeon/cvmx-pko.h

[PATCH 0/6] Re-instate octeon staging drivers

2020-02-04 Thread Chris Packham
This series re-instates the octeon drivers that were recently removed and addresses the build issues that lead to that decision. I've approached Cavium/Marvell about taking a more active interest in getting the code out of staging and into their proper location. No reply on that (yet).

[PATCH 4/6] MIPS: octeon: remove typedef declaration for cvmx_helper_link_info

2020-02-04 Thread Chris Packham
Remove declaration of union cvmx_helper_link_info as typedef and update uses to use the union. Signed-off-by: Chris Packham --- arch/mips/cavium-octeon/executive/cvmx-helper-board.c | 4 ++-- arch/mips/cavium-octeon/executive/cvmx-helper-rgmii.c | 6 +++--- arch/mips/cavium-octeon/executive

[PATCH 5/6] MIPS: octeon: remove typedef declaration for cvmx_pko_command_word0

2020-02-04 Thread Chris Packham
Remove the typedef and update usage to use the union. Signed-off-by: Chris Packham --- arch/mips/cavium-octeon/executive/cvmx-helper.c | 2 +- arch/mips/include/asm/octeon/cvmx-pko.h | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/mips/cavium-octeon

Re: [PATCH 1/2] staging: octeon: delete driver

2020-02-04 Thread Chris Packham
On Tue, 2020-02-04 at 07:09 +, gre...@linuxfoundation.org wrote: > On Tue, Feb 04, 2020 at 04:02:15AM +0000, Chris Packham wrote: > > I'll pipe up on this thread too > > > > On Tue, 2019-12-10 at 02:42 -0800, Guenter Roeck wrote: > > > On 12/10/1

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2020-02-04 Thread Chris Packham
On Tue, 2020-02-04 at 07:36 +, gre...@linuxfoundation.org wrote: > On Tue, Feb 04, 2020 at 12:54:26AM +0000, Chris Packham wrote: > > Hi Greg & All, > > > > On Mon, 2019-12-02 at 19:15 +0100, Greg Kroah-Hartman wrote: > > > On Mon, Dec 02, 2019 at 09:

Re: [PATCH 1/2] staging: octeon: delete driver

2020-02-03 Thread Chris Packham
I'll pipe up on this thread too On Tue, 2019-12-10 at 02:42 -0800, Guenter Roeck wrote: > On 12/10/19 1:15 AM, Greg Kroah-Hartman wrote: > > This driver has been in the tree since 2009 with no real movement to get > > it out. Now it is starting to cause build issues and other problems for > > peo

Re: [PATCH] staging/octeon: Mark Ethernet driver as BROKEN

2020-02-03 Thread Chris Packham
Hi Greg & All, On Mon, 2019-12-02 at 19:15 +0100, Greg Kroah-Hartman wrote: > On Mon, Dec 02, 2019 at 09:36:20AM -0800, Guenter Roeck wrote: > > On Mon, Dec 02, 2019 at 05:52:31PM +0100, Greg Kroah-Hartman wrote: > > > On Mon, Dec 02, 2019 at 06:18:36AM -0800, Guenter Roeck wrote: > > > > The code