Patch "pinctrl: nomadik: fix pull debug print inversion" has been added to the 4.5-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

    pinctrl: nomadik: fix pull debug print inversion

to the 4.5-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:
     pinctrl-nomadik-fix-pull-debug-print-inversion.patch
and it can be found in the queue-4.5 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From 6ee334559324a55725e22463de633b99ad99fcad Mon Sep 17 00:00:00 2001
From: Linus Walleij <linus.walleij@xxxxxxxxxx>
Date: Thu, 24 Mar 2016 13:15:45 +0100
Subject: pinctrl: nomadik: fix pull debug print inversion

From: Linus Walleij <linus.walleij@xxxxxxxxxx>

commit 6ee334559324a55725e22463de633b99ad99fcad upstream.

Pull up was reported as pull down and vice versa. Fix this.

Fixes: 8f1774a2a971 "pinctrl: nomadik: improve GPIO debug prints"
Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

---
 drivers/pinctrl/nomadik/pinctrl-nomadik.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/pinctrl/nomadik/pinctrl-nomadik.c
+++ b/drivers/pinctrl/nomadik/pinctrl-nomadik.c
@@ -990,7 +990,7 @@ static void nmk_gpio_dbg_show_one(struct
 		int val;
 
 		if (pull)
-			pullidx = data_out ? 1 : 2;
+			pullidx = data_out ? 2 : 1;
 
 		seq_printf(s, " gpio-%-3d (%-20.20s) in  %s %s",
 			   gpio,


Patches currently in stable-queue which might be from linus.walleij@xxxxxxxxxx are

queue-4.5/pinctrl-nomadik-fix-pull-debug-print-inversion.patch
queue-4.5/gpio-pca953x-use-correct-u16-value-for-register-word-write.patch
queue-4.5/pinctrl-pistachio-fix-mfio84-89-function-description-and-pinmux.patch
queue-4.5/pinctrl-sunxi-fix-a33-external-interrupts-not-working.patch
queue-4.5/pcmcia-db1xxx_ss-fix-last-irq_to_gpio-user.patch
queue-4.5/gpio-pxa-fix-legacy-non-pinctrl-aware-builds.patch
queue-4.5/pinctrl-freescale-imx-fix-bogus-check-of-of_iomap-return-value.patch
queue-4.5/pinctrl-sh-pfc-only-use-dummy-states-for-non-dt-platforms.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]