Re: [PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-07-27 Thread Stephen Warren
On 07/24/2015 09:30 AM, Lee Jones wrote: > On Tue, 07 Jul 2015, Eric Anholt wrote: > >> Lee Jones writes: >> >>> If I were the Clock Maintainer, I would have probably missed this >>> patch. You _must_ intimate which subsystem you are submitting to. >>> The hardware clocks are not controllab

Re: [PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-07-24 Thread Lee Jones
On Tue, 07 Jul 2015, Eric Anholt wrote: > Lee Jones writes: > > > If I were the Clock Maintainer, I would have probably missed this > > patch. You _must_ intimate which subsystem you are submitting to. > > > >> The hardware clocks are not controllable by the ARM, so we have to > >> make request

Re: [PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-07-07 Thread Eric Anholt
Lee Jones writes: > If I were the Clock Maintainer, I would have probably missed this > patch. You _must_ intimate which subsystem you are submitting to. > >> The hardware clocks are not controllable by the ARM, so we have to >> make requests to the firmware to do so from the VPU side. This wil

Re: [PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-06-09 Thread Lee Jones
If I were the Clock Maintainer, I would have probably missed this patch. You _must_ intimate which subsystem you are submitting to. > The hardware clocks are not controllable by the ARM, so we have to > make requests to the firmware to do so from the VPU side. This will > let us replace fixed cl

Re: [PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-06-08 Thread Eric Anholt
Eric Anholt writes: > The hardware clocks are not controllable by the ARM, so we have to > make requests to the firmware to do so from the VPU side. This will > let us replace fixed clocks in our DT with actual clock control (and > correct frequency information). > > v2: Include the dt-bindings

[PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider

2015-06-08 Thread Eric Anholt
The hardware clocks are not controllable by the ARM, so we have to make requests to the firmware to do so from the VPU side. This will let us replace fixed clocks in our DT with actual clock control (and correct frequency information). v2: Include the dt-bindings header in this commit instead of