Re: [PATCH 2/2] clk: bcm2835: Fix PLL poweron

2016-04-08 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > >> Eric Anholt hat am 5. April 2016 um 05:20 geschrieben: >> >> >> In poweroff, we set the reset bit and the power down bit, but only >> managed to unset the reset bit for poweron. This meant that if HDMI >> did

Re: [PATCH 2/2] clk: bcm2835: Fix PLL poweron

2016-04-08 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > >> Eric Anholt hat am 5. April 2016 um 05:20 geschrieben: >> >> >> In poweroff, we set the reset bit and the power down bit, but only >> managed to unset the reset bit for poweron. This meant that if HDMI >> did -EPROBE_DEFER after it had grabbed its clocks,

Re: [PATCH 2/2] clk: bcm2835: Fix PLL poweron

2016-04-05 Thread Stefan Wahren
Hi Eric, > Eric Anholt hat am 5. April 2016 um 05:20 geschrieben: > > > In poweroff, we set the reset bit and the power down bit, but only > managed to unset the reset bit for poweron. This meant that if HDMI > did -EPROBE_DEFER after it had grabbed its clocks, we'd power down

Re: [PATCH 2/2] clk: bcm2835: Fix PLL poweron

2016-04-05 Thread Stefan Wahren
Hi Eric, > Eric Anholt hat am 5. April 2016 um 05:20 geschrieben: > > > In poweroff, we set the reset bit and the power down bit, but only > managed to unset the reset bit for poweron. This meant that if HDMI > did -EPROBE_DEFER after it had grabbed its clocks, we'd power down the > PLLH (that

[PATCH 2/2] clk: bcm2835: Fix PLL poweron

2016-04-04 Thread Eric Anholt
In poweroff, we set the reset bit and the power down bit, but only managed to unset the reset bit for poweron. This meant that if HDMI did -EPROBE_DEFER after it had grabbed its clocks, we'd power down the PLLH (that had been on at boot time) and never recover. Signed-off-by: Eric Anholt

[PATCH 2/2] clk: bcm2835: Fix PLL poweron

2016-04-04 Thread Eric Anholt
In poweroff, we set the reset bit and the power down bit, but only managed to unset the reset bit for poweron. This meant that if HDMI did -EPROBE_DEFER after it had grabbed its clocks, we'd power down the PLLH (that had been on at boot time) and never recover. Signed-off-by: Eric Anholt Cc: