All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "pinctrl: sh-pfc: Update info pointer after SoC-specific init" has been added to the 4.4-stable tree
@ 2017-07-07 13:51 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-07-07 13:51 UTC (permalink / raw)
  To: geert+renesas, gregkh; +Cc: stable, stable-commits


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

    pinctrl: sh-pfc: Update info pointer after SoC-specific init

to the 4.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:
     pinctrl-sh-pfc-update-info-pointer-after-soc-specific-init.patch
and it can be found in the queue-4.4 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 3091ae775fae17084013021d01513bc1ad274e6a Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <geert+renesas@glider.be>
Date: Thu, 9 Mar 2017 19:20:48 +0100
Subject: pinctrl: sh-pfc: Update info pointer after SoC-specific init

From: Geert Uytterhoeven <geert+renesas@glider.be>

commit 3091ae775fae17084013021d01513bc1ad274e6a upstream.

Update the sh_pfc_soc_info pointer after calling the SoC-specific
initialization function, as it may have been updated to e.g. handle
different SoC revisions.  This makes sure the correct subdriver name is
printed later.

Fixes: 0c151062f32c9db8 ("sh-pfc: Add support for SoC-specific initialization")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 drivers/pinctrl/sh-pfc/core.c |    3 +++
 1 file changed, 3 insertions(+)

--- a/drivers/pinctrl/sh-pfc/core.c
+++ b/drivers/pinctrl/sh-pfc/core.c
@@ -543,6 +543,9 @@ static int sh_pfc_probe(struct platform_
 		ret = info->ops->init(pfc);
 		if (ret < 0)
 			return ret;
+
+		/* .init() may have overridden pfc->info */
+		info = pfc->info;
 	}
 
 	/* Enable dummy states for those platforms without pinctrl support */


Patches currently in stable-queue which might be from geert+renesas@glider.be are

queue-4.4/pinctrl-sh-pfc-r8a7791-add-missing-dvc_mute-signal.patch
queue-4.4/pinctrl-sh-pfc-update-info-pointer-after-soc-specific-init.patch
queue-4.4/pinctrl-sh-pfc-r8a7791-fix-scif2-pinmux-data.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-07 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 13:51 Patch "pinctrl: sh-pfc: Update info pointer after SoC-specific init" has been added to the 4.4-stable tree gregkh

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.