Re: [PATCH 2/2] clk: bcm63xx: Add BCM63xx gated clock support

2015-12-02 Thread Florian Fainelli
2015-11-30 12:54 GMT-08:00 Simon Arlott : > The BCM63xx contains clocks gated with a register. Clocks are indexed > by bits in the register and are active high. Clock gate bits are > interleaved with other status bits and configurable clocks in the same > register. > > Enabled by default for

Re: [PATCH 2/2] clk: bcm63xx: Add BCM63xx gated clock support

2015-12-02 Thread Florian Fainelli
2015-11-30 12:54 GMT-08:00 Simon Arlott : > The BCM63xx contains clocks gated with a register. Clocks are indexed > by bits in the register and are active high. Clock gate bits are > interleaved with other status bits and configurable clocks in the same > register. > > Enabled

[PATCH 2/2] clk: bcm63xx: Add BCM63xx gated clock support

2015-11-30 Thread Simon Arlott
The BCM63xx contains clocks gated with a register. Clocks are indexed by bits in the register and are active high. Clock gate bits are interleaved with other status bits and configurable clocks in the same register. Enabled by default for BMIPS_GENERIC. Signed-off-by: Simon Arlott ---

[PATCH 2/2] clk: bcm63xx: Add BCM63xx gated clock support

2015-11-30 Thread Simon Arlott
The BCM63xx contains clocks gated with a register. Clocks are indexed by bits in the register and are active high. Clock gate bits are interleaved with other status bits and configurable clocks in the same register. Enabled by default for BMIPS_GENERIC. Signed-off-by: Simon Arlott