Re: [PATCH v7] clk: bcm2835: Add support for programming the audio domain clocks

2016-03-06 Thread Martin Sperl
I know it has already been merged, but while doing some clock investigations of the RPI3 I came accross this code: > On 09.10.2015, at 03:37, Eric Anholt wrote: > diff --git a/drivers/clk/bcm/clk-bcm2835.c b/drivers/clk/bcm/clk-bcm2835.c > index dd295e4..8502a4b 100644 > --- a/drivers/clk/bcm/cl

Re: [PATCH v7] clk: bcm2835: Add support for programming the audio domain clocks

2015-10-12 Thread Stephen Boyd
On 10/08, Eric Anholt wrote: > This adds support for enabling, disabling, and setting the rate of the > audio domain clocks. It will be necessary for setting the pixel clock > for HDMI in the VC4 driver and let us write a cpufreq driver. It will > also improve compatibility with user changes to t

Re: [PATCH v7] clk: bcm2835: Add support for programming the audio domain clocks

2015-10-08 Thread Stephen Warren
On 10/08/2015 07:37 PM, Eric Anholt wrote: > This adds support for enabling, disabling, and setting the rate of the > audio domain clocks. It will be necessary for setting the pixel clock > for HDMI in the VC4 driver and let us write a cpufreq driver. It will > also improve compatibility with use

[PATCH v7] clk: bcm2835: Add support for programming the audio domain clocks

2015-10-08 Thread Eric Anholt
This adds support for enabling, disabling, and setting the rate of the audio domain clocks. It will be necessary for setting the pixel clock for HDMI in the VC4 driver and let us write a cpufreq driver. It will also improve compatibility with user changes to the firmware's config.txt, since our p