This is a note to let you know that I've just added the patch titled

    mfd: Supply IRQ base for WM832x devices

to the 2.6.36-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:
     mfd-supply-irq-base-for-wm832x-devices.patch
and it can be found in the queue-2.6.36 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From bd7c72ed18d719c1fb0fdf6ff9042d8ab78fdf71 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Wed, 24 Nov 2010 18:01:39 +0000
Subject: mfd: Supply IRQ base for WM832x devices

From: Mark Brown <[email protected]>

commit bd7c72ed18d719c1fb0fdf6ff9042d8ab78fdf71 upstream.

Without this the IRQ base will not be correctly configured for the
subdevices.

Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/mfd/wm831x-core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/mfd/wm831x-core.c
+++ b/drivers/mfd/wm831x-core.c
@@ -1621,7 +1621,7 @@ static int wm831x_device_init(struct wm8
        case WM8321:
                ret = mfd_add_devices(wm831x->dev, -1,
                                      wm8320_devs, ARRAY_SIZE(wm8320_devs),
-                                     NULL, 0);
+                                     NULL, wm831x->irq_base);
                break;
 
        default:


Patches currently in stable-queue which might be from 
[email protected] are

queue-2.6.36/mfd-supply-irq-base-for-wm832x-devices.patch
queue-2.6.36/asoc-fix-swap-of-left-and-right-channels-for-wm8993-4-speaker-boost-gain.patch
queue-2.6.36/asoc-fix-deemphasis-control-in-wm8904-55-60-codecs.patch
queue-2.6.36/asoc-wm8580-fix-r8-initial-value.patch
queue-2.6.36/asoc-fix-off-by-one-error-in-wm8994-eq-register-bank-size.patch
queue-2.6.36/mfd-support-additional-parent-ids-for-wm831x.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to