Dear all, These patches is an attempt to improve a little bit the rk3399_dmc driver and it's documentation in order to have all in a better shape for a future work I am doing. My final intention is add ddrfreq support for rockchip drm driver, but the patches for this are still work-in-progress. So let's start with this first patchset that is basically some fixes/improvements for the rk3399_dmc driver. Best regards, Enric Balletbo i Serra (3): dt-bindings: clock: add DDR3 standard speed bins. devfreq: rk3399_dmc: remove wait for dcf irq event. dt-bindings: devfreq: rk3399_dmc: remove interrupts as is not required. Lin Huang (2): devfreq: rk3399_dmc: do not print error when get supply and clk defer. devfreq: rk3399_dmc: register devfreq notification to dmc driver. Nick Milner (1): dt-bindings: devfreq: rk3399_dmc: improve binding documentation. .../bindings/devfreq/rk3399_dmc.txt | 204 +++++++++--------- drivers/devfreq/rk3399_dmc.c | 106 +-------- drivers/soc/rockchip/pm_domains.c | 31 +++ include/dt-bindings/clock/ddr.h | 34 +++ include/soc/rockchip/rk3399_dmc.h | 63 ++++++ 5 files changed, 238 insertions(+), 200 deletions(-) create mode 100644 include/dt-bindings/clock/ddr.h create mode 100644 include/soc/rockchip/rk3399_dmc.h -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html