The following patches introduce a new mechanism to associate the device with its clock during platform_device registration and move musb and watchdog drivers to use the new mechanism as an example. Felipe Balbi (3): clk: introduce clk_associate clk: use clk_associate for musb driver clk: use clk_associate on watchdog driver Documentation/arm/OMAP/clk_function_name.txt | 13 ++++ arch/arm/mach-omap2/usb-musb.c | 34 +++------- arch/arm/plat-omap/clock.c | 38 +++++++++++- arch/arm/plat-omap/devices.c | 18 ++++-- arch/arm/plat-omap/include/mach/clock.h | 5 ++ drivers/usb/musb/musb_core.c | 23 ++----- drivers/watchdog/omap_wdt.c | 87 ++++++++------------------ 7 files changed, 109 insertions(+), 109 deletions(-) create mode 100644 Documentation/arm/OMAP/clk_function_name.txt -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html