Re: [U-Boot] [PATCH 1/3] clk: rmobile: Add RCar Gen3 clock driver

2017-08-02 Thread Nobuhiro Iwamatsu
Applied to rmobile branch, thanks! 2017-07-22 6:18 GMT+09:00 Marek Vasut : > Add clock driver for the RCar Gen3 R8A7795 and R8A7796 SoCs . > This driver allows reading out the clock configuration set by > previous boot stages and enabling and disabling clock using > the MSTP registers. Setting clo

[U-Boot] [PATCH 1/3] clk: rmobile: Add RCar Gen3 clock driver

2017-07-21 Thread Marek Vasut
Add clock driver for the RCar Gen3 R8A7795 and R8A7796 SoCs . This driver allows reading out the clock configuration set by previous boot stages and enabling and disabling clock using the MSTP registers. Setting clock is not supported thus far. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --