From: <gregkh@linuxfoundation.org>
To: linus.walleij@linaro.org, gregkh@linuxfoundation.org
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "pinctrl: nomadik: fix pull debug print inversion" has been added to the 4.5-stable tree
Date: Sun, 17 Apr 2016 03:27:01 -0700 [thread overview]
Message-ID: <14608888212411@kroah.com> (raw)
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@vger.kernel.org> know about it.
>From 6ee334559324a55725e22463de633b99ad99fcad Mon Sep 17 00:00:00 2001
From: Linus Walleij <linus.walleij@linaro.org>
Date: Thu, 24 Mar 2016 13:15:45 +0100
Subject: pinctrl: nomadik: fix pull debug print inversion
From: Linus Walleij <linus.walleij@linaro.org>
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@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
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@linaro.org 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
reply other threads:[~2016-04-17 11:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14608888212411@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=linus.walleij@linaro.org \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.