u-boot/drivers/clk/rockchip
Philipp Tomsich 35a69a3b01 rockchip: clk: rk3368: handle clk_enable requests for GMAC
Since commit ba1f966725 ("net: designware: add clock support"), the
designware GMAC driver enables all referenced clocks. While this is a
no-op for the RK3368 during boot-up (reset behaviour has all the clock
gates open anyway), we still need to handle the clock-ids passed in
the enable op of the clock-driver and return a success.

This change extends the RK3368 clk driver to:
(a) provide a enable op
(b) signals success to the caller when the clocks for the GMAC are
    enabled (no actual action is necessary as the gates are open
    after reset)

References: commit ba1f966725 ("net: designware: add clock support")
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
2018-02-24 18:46:45 +01:00
..
clk_rk322x.c clk: rockchip: Add rk322x gamc clock support 2018-01-28 17:12:38 +01:00
clk_rk3036.c rockchip: clk: bind reset driver 2018-01-09 11:13:32 +01:00
clk_rk3128.c rockchip: rk3128: add clock driver 2017-11-30 22:55:26 +01:00
clk_rk3188.c rockchip: clk: bind reset driver 2018-01-09 11:13:32 +01:00
clk_rk3288.c rockchip: clk: guard set_parent implementations against OF_PLATDATA 2018-01-28 17:12:39 +01:00
clk_rk3328.c clk: rockchip: Add rk3328 gamc clock support 2018-01-28 17:12:37 +01:00
clk_rk3368.c rockchip: clk: rk3368: handle clk_enable requests for GMAC 2018-02-24 18:46:45 +01:00
clk_rk3399.c rockchip: clk: rk3399: handle clk_enable requests for GMAC 2018-02-24 18:46:45 +01:00
clk_rv1108.c rockchip: clk: bind reset driver 2018-01-09 11:13:32 +01:00
Makefile rockchip: rk3128: add clock driver 2017-11-30 22:55:26 +01:00