drivers/clk/meson/axg-aoclk.c
0 → 100644
+164
−0
drivers/clk/meson/axg-aoclk.h
0 → 100644
+29
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Pull meson clk driver updates from Jerome Brunet: - Add meson8b nand clocks - Add gxbb video decoder clocks - Rework of gxbb AO clock controller code to allow code reuse - Add axg AO clock controller A rework of the AO clock controller found on the gxbb SoC family has been done to improve code re-usability before introducing a very similar controller for the axg SoC family. * tag 'meson-clk-4.18-1' of https://github.com/BayLibre/clk-meson: clk: meson: drop CLK_SET_RATE_PARENT flag clk: meson-axg: Add AO Clock and Reset controller driver clk: meson: aoclk: refactor common code into dedicated file clk: meson: migrate to devm_of_clk_add_hw_provider API clk: meson: gxbb: add the video decoder clocks clk: meson: meson8b: add support for the NAND clocks dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings dt-bindings: clock: axg-aoclkc: New binding for Meson-AXG SoC clk: meson: gxbb: expose VDEC_1 and VDEC_HEVC clocks dt-bindings: clock: meson8b: export the NAND clock
CRA Git | Maintained and supported by SUSTech CRA and CCSE