Searched hist:"646572 c77db7c42beb3d091915c8f97359100c47" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/rockchip/ |
H A D | Makefile | 646572c77db7c42beb3d091915c8f97359100c47 Thu Jun 13 16:59:40 CEST 2013 Heiko Stübner <heiko@sntech.de> clk: add support for Rockchip gate clocks
This adds basic support for gate-clocks on Rockchip SoCs. There are 16 gates in each register and use the HIWORD_MASK mechanism for changing gate settings.
The gate registers form a continuos block which makes the dt node structure a matter of taste, as either all 160 gates can be put into one gate clock spanning all registers or they can be divided into the 10 individual gates containing 16 clocks each. The code supports both approaches.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
|
/linux/drivers/clk/ |
H A D | Makefile | diff 646572c77db7c42beb3d091915c8f97359100c47 Thu Jun 13 16:59:40 CEST 2013 Heiko Stübner <heiko@sntech.de> clk: add support for Rockchip gate clocks
This adds basic support for gate-clocks on Rockchip SoCs. There are 16 gates in each register and use the HIWORD_MASK mechanism for changing gate settings.
The gate registers form a continuos block which makes the dt node structure a matter of taste, as either all 160 gates can be put into one gate clock spanning all registers or they can be divided into the 10 individual gates containing 16 clocks each. The code supports both approaches.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
|