Re: [PATCH 0/4] ARM: brcmstb: Add support for the V7 memory map

2018-03-14 Thread Florian Fainelli
On 02/23/2018 01:09 PM, Florian Fainelli wrote: > Hi all, > > This patch series updates the brcmstb.S DEBUG_LL routines to dynamically > detect > one of the latest STB chip: BCM7278. This chip has a different memory map > which > requires use to lookup the main ID register to know whether which

Re: [PATCH 0/4] ARM: brcmstb: Add support for the V7 memory map

2018-03-14 Thread Florian Fainelli
On 02/23/2018 01:09 PM, Florian Fainelli wrote: > Hi all, > > This patch series updates the brcmstb.S DEBUG_LL routines to dynamically > detect > one of the latest STB chip: BCM7278. This chip has a different memory map > which > requires use to lookup the main ID register to know whether which

[PATCH 0/4] ARM: brcmstb: Add support for the V7 memory map

2018-02-23 Thread Florian Fainelli
Hi all, This patch series updates the brcmstb.S DEBUG_LL routines to dynamically detect one of the latest STB chip: BCM7278. This chip has a different memory map which requires use to lookup the main ID register to know whether which register physical offset we must use. As a consequence of

[PATCH 0/4] ARM: brcmstb: Add support for the V7 memory map

2018-02-23 Thread Florian Fainelli
Hi all, This patch series updates the brcmstb.S DEBUG_LL routines to dynamically detect one of the latest STB chip: BCM7278. This chip has a different memory map which requires use to lookup the main ID register to know whether which register physical offset we must use. As a consequence of