On 6 March 2012 20:49, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
On Mon, Mar 05, 2012 at 10:31:04PM +0800, Shawn Guo wrote:
From: Richard Zhao richard.zhao@linaro.org
It adds device tree probe support for imx-audmux driver.
Applied this one as well, thanks. This really should've been in with all the other audmux motion stuff, there's no dependency on it having been moved into the fsl directory so it just makes it harder to apply (but as it was a straight move git am figured it out).
As a general rule put bugfixes first, then minor cleanups, then things that are internal to existing files (like this) and finally anything invasive. Basically, do the urgent stuff first and then work up in terms of how big/tricky the changes are. This makes it easier to get things applied which is especially important with a large series like this as it makes review easier and means you have fewer out of tree patches to keep track of.
Thanks for the suggestion, Mark.
Regards, Shawn