Searched hist:a245fecbb8064641d9cc317b347b5bdb2b7a4bb6 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/rockchip/ |
H A D | Makefile | diff a245fecbb8064641d9cc317b347b5bdb2b7a4bb6 Thu Jul 03 01:58:39 CEST 2014 Heiko Stübner <heiko@sntech.de> clk: rockchip: add basic infrastructure for clock branches
This adds infrastructure for registering clock branches. On Rockchip SoCs most clock branches are a combination of mux,divider and gate components, thus a composite clock is used when appropriate.
Clock branches are supposed to be declared in an array using the COMPOSITE* or MUX, etc makros defined in the header and then registered using rockchip_clk_register_branches.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-By: Max Schwarz <max.schwarz@online.de> Tested-By: Max Schwarz <max.schwarz@online.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
|
H A D | clk.h | a245fecbb8064641d9cc317b347b5bdb2b7a4bb6 Thu Jul 03 01:58:39 CEST 2014 Heiko Stübner <heiko@sntech.de> clk: rockchip: add basic infrastructure for clock branches
This adds infrastructure for registering clock branches. On Rockchip SoCs most clock branches are a combination of mux,divider and gate components, thus a composite clock is used when appropriate.
Clock branches are supposed to be declared in an array using the COMPOSITE* or MUX, etc makros defined in the header and then registered using rockchip_clk_register_branches.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-By: Max Schwarz <max.schwarz@online.de> Tested-By: Max Schwarz <max.schwarz@online.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
|
H A D | clk.c | a245fecbb8064641d9cc317b347b5bdb2b7a4bb6 Thu Jul 03 01:58:39 CEST 2014 Heiko Stübner <heiko@sntech.de> clk: rockchip: add basic infrastructure for clock branches
This adds infrastructure for registering clock branches. On Rockchip SoCs most clock branches are a combination of mux,divider and gate components, thus a composite clock is used when appropriate.
Clock branches are supposed to be declared in an array using the COMPOSITE* or MUX, etc makros defined in the header and then registered using rockchip_clk_register_branches.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-By: Max Schwarz <max.schwarz@online.de> Tested-By: Max Schwarz <max.schwarz@online.de> Signed-off-by: Mike Turquette <mturquette@linaro.org>
|