Re: [PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread David Miller
From: Florian Fainelli Date: Tue, 29 Aug 2017 15:08:00 -0700 > On 08/29/2017 02:52 PM, David Miller wrote: >> From: Florian Fainelli >> Date: Tue, 29 Aug 2017 14:45:30 -0700 >> >>> On 08/29/2017 02:42 PM, David Miller wrote: From: Florian Fainelli Date: Tue, 29 Aug 2017 11:39:41 -070

Re: [PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread Florian Fainelli
On 08/29/2017 02:52 PM, David Miller wrote: > From: Florian Fainelli > Date: Tue, 29 Aug 2017 14:45:30 -0700 > >> On 08/29/2017 02:42 PM, David Miller wrote: >>> From: Florian Fainelli >>> Date: Tue, 29 Aug 2017 11:39:41 -0700 >>> While trying an ARM BE kernel for kinks, the 3 drivers below

Re: [PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread David Miller
From: Florian Fainelli Date: Tue, 29 Aug 2017 14:45:30 -0700 > On 08/29/2017 02:42 PM, David Miller wrote: >> From: Florian Fainelli >> Date: Tue, 29 Aug 2017 11:39:41 -0700 >> >>> While trying an ARM BE kernel for kinks, the 3 drivers below started not >>> working and the reasons why became pr

Re: [PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread Florian Fainelli
On 08/29/2017 02:42 PM, David Miller wrote: > From: Florian Fainelli > Date: Tue, 29 Aug 2017 11:39:41 -0700 > >> While trying an ARM BE kernel for kinks, the 3 drivers below started not >> working and the reasons why became pretty obvious because the register space >> remains LE (hardwired), exc

Re: [PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread David Miller
From: Florian Fainelli Date: Tue, 29 Aug 2017 11:39:41 -0700 > While trying an ARM BE kernel for kinks, the 3 drivers below started not > working and the reasons why became pretty obvious because the register space > remains LE (hardwired), except for Broadcom MIPS where it follows the CPU's > na

Re: [PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread Florian Fainelli
On 08/29/2017 11:39 AM, Florian Fainelli wrote: > Hi David, > > While trying an ARM BE kernel for kinks, the 3 drivers below started not > working and the reasons why became pretty obvious because the register space > remains LE (hardwired), except for Broadcom MIPS where it follows the CPU's > na

[PATCH net-next 0/4] Endian fixes for SYSTEMPORT/SF2/MDIO

2017-08-29 Thread Florian Fainelli
Hi David, While trying an ARM BE kernel for kinks, the 3 drivers below started not working and the reasons why became pretty obvious because the register space remains LE (hardwired), except for Broadcom MIPS where it follows the CPU's native endian (let's call that a feature). Thanks! Florian F