Re: [PATCH v3 0/2] bus: brcmstb_gisb: misc fixes

2014-10-10 Thread Florian Fainelli
On 10/10/2014 02:10 PM, Arnd Bergmann wrote: > On Friday 10 October 2014 12:25:17 Florian Fainelli wrote: >> >> On 09/22/2014 11:02 AM, Florian Fainelli wrote: >>> Hi Arnd, >>> >>> This patch set contains two small fixes for the Broadcom GISB bus >>> arbiter code. First patch makes sure we do regis

Re: [PATCH v3 0/2] bus: brcmstb_gisb: misc fixes

2014-10-10 Thread Arnd Bergmann
On Friday 10 October 2014 12:25:17 Florian Fainelli wrote: > > On 09/22/2014 11:02 AM, Florian Fainelli wrote: > > Hi Arnd, > > > > This patch set contains two small fixes for the Broadcom GISB bus > > arbiter code. First patch makes sure we do register a fault code for > > ARM platforms, second

Re: [PATCH v3 0/2] bus: brcmstb_gisb: misc fixes

2014-10-10 Thread Florian Fainelli
Arnd, On 09/22/2014 11:02 AM, Florian Fainelli wrote: > Hi Arnd, > > This patch set contains two small fixes for the Broadcom GISB bus > arbiter code. First patch makes sure we do register a fault code for > ARM platforms, second patch is a fix when the code is used on a PM > capable system. Onc

[PATCH v3 0/2] bus: brcmstb_gisb: misc fixes

2014-09-22 Thread Florian Fainelli
Hi Arnd, This patch set contains two small fixes for the Broadcom GISB bus arbiter code. First patch makes sure we do register a fault code for ARM platforms, second patch is a fix when the code is used on a PM capable system. Florian Fainelli (2): bus: brcmstb_gisb: register the fault code hoo