Patch ASoC: omap-mcbsp: Fix 6pin mux configuration has been added to the 3.4-stable tree

2012-08-27 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: omap-mcbsp: Fix 6pin mux configuration to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-08 Thread Peter Ujfalusi
Hi Mark, On 08/07/2012 10:24 PM, Mark Brown wrote: I already applied it and obviously fixed up the stable CC as I did so. this is the first time I needed to send fixes for the stable kernels so I'm not that familiar with the protocol. I have re-read the Documentation/stable_kernel_rules.txt and

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-08 Thread Mark Brown
On Wed, Aug 08, 2012 at 12:37:22PM +0300, Peter Ujfalusi wrote: I need to wait for the next -rc which have this patch. Take the patch from mainline and send it to stable@vger.kernel.org? You don't need to send it to them at all - the default process is that they'll notice any commits that

[PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Peter Ujfalusi
The check for the mux_signal callback was wrong which prevents us to configure the 6pin port's FSR/CLKR signal mux. Reported-by: CF Adad cfa...@rocketmail.com Cc: stable@vger.kernel.org (3.4+) Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Mark Brown
On Tue, Aug 07, 2012 at 05:24:58PM +0300, Peter Ujfalusi wrote: The check for the mux_signal callback was wrong which prevents us to configure the 6pin port's FSR/CLKR signal mux. Is this different to the patch I already applied? -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Ujfalusi, Peter
On Tue, Aug 7, 2012 at 5:57 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Aug 07, 2012 at 05:24:58PM +0300, Peter Ujfalusi wrote: The check for the mux_signal callback was wrong which prevents us to configure the 6pin port's FSR/CLKR signal mux. Is this different to the

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Mark Brown
On Tue, Aug 07, 2012 at 09:23:07PM +0200, Ujfalusi, Peter wrote: On Tue, Aug 7, 2012 at 5:57 PM, Mark Brown Is this different to the patch I already applied? It is exactly the same patch. I'd like 3.4 and 3.5 kernels to have this fix as well. I already applied it and obviously fixed up the