[PATCH] clk: composite: .determine_rate support
From: emilio@elopez.com.ar (Emilio López)
Date: 2013-10-31 12:15:12
From: emilio@elopez.com.ar (Emilio López)
Date: 2013-10-31 12:15:12
El 02/10/13 21:24, Emilio L?pez escribi?:
Hi Mike, El 14/09/13 21:37, Emilio L?pez escribi?:quoted
This commit adds .determine_rate support to the composite clock. It will use the .determine_rate callback from the rate component if available, and fall back on the mux component otherwise. This allows composite clocks to enjoy the benefits of automatic clock reparenting. Signed-off-by: Emilio L?pez <emilio@elopez.com.ar> --- Hi Mike, This is a prerequisite patch for the sunxi driver changes that I'll send shortly; I believe you already looked at this diff on IRC and agreed it was sensible, so I hope it can be merged early for the 3.13 cycle (unless someone else has any objections to the patch, that is).A couple of weeks have passed now; can you please review and apply this to your tree for 3.13 if you are ok with it?
Mike?