Sorry for posting this soo close to the 4.1 merge window, I had completely forgotten about this chunk of work I did earlier this month.
The per-user struct clk patches rather badly broke clkdev and various other places. This was reported, but was forgotten about. Really, the per-user clk stuff should've been reverted, but we've lived with it far too long for that.
So, our only other option is to now rush these patches into 4.1 and hope for the best.
The series cleans up quite a number of places too...
arch/arm/mach-davinci/da850.c | 1 + arch/arm/mach-lpc32xx/clock.c | 5 +- arch/arm/mach-omap1/board-nokia770.c | 2 +- arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 12 +--- arch/arm/mach-omap2/omap_device.c | 24 +++----- arch/arm/mach-pxa/eseries.c | 1 + arch/arm/mach-pxa/lubbock.c | 1 + arch/arm/mach-pxa/tosa.c | 1 + arch/arm/plat-orion/common.c | 6 +- arch/sh/kernel/cpu/sh4a/clock-sh7734.c | 3 +- arch/sh/kernel/cpu/sh4a/clock-sh7757.c | 4 +- arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 4 +- arch/sh/kernel/cpu/sh4a/clock-sh7786.c | 4 +- arch/sh/kernel/cpu/sh4a/clock-shx3.c | 4 +- drivers/clk/clk-s2mps11.c | 4 +- drivers/clk/clkdev.c | 83 ++++++++++++++++++++-------- drivers/media/platform/omap3isp/isp.c | 18 ------ drivers/media/platform/omap3isp/isp.h | 1 - include/linux/clk.h | 27 ++++----- include/linux/clkdev.h | 6 +- include/media/omap3isp.h | 6 -- sound/soc/sh/migor.c | 3 +- 22 files changed, 108 insertions(+), 112 deletions(-)