All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: James Liao <jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
	Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 0/3] Fix random hang up issue while kernel init
Date: Mon, 12 Oct 2015 18:32:27 +0200	[thread overview]
Message-ID: <561BE09B.3040702@gmail.com> (raw)
In-Reply-To: <1444209281-25536-1-git-send-email-jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>



On 07/10/15 11:14, James Liao wrote:
> This patch is based on v4.3-rc4, to fix system hanging up issue
> while disabling unused clocks.
>
> There is nothing different in mtk-scpsys.c and mt8173.dtsi from v1 [1].
>
> Changes since v1:
> - Rebase to v4.3-rc4.
> - Add a patch to change the corresponding binding document.
> - Add a separated patch to change the dtsi.
>
> [1] https://patchwork.kernel.org/patch/7262411/
>
> James Liao (3):
>    dt-bindings: soc: Add clocks for Mediatek SCPSYS unit
>    soc: mediatek: Fix random hang up issue while kernel init
>    arm64: dts: mt8173: Add clocks for SCPSYS unit
>
>   .../devicetree/bindings/soc/mediatek/scpsys.txt    | 10 ++--
>   arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  6 +-
>   drivers/soc/mediatek/mtk-scpsys.c                  | 67 ++++++++++++++--------
>   3 files changed, 54 insertions(+), 29 deletions(-)
>
> --
> 1.9.1
>
>

Applied. Does this fix also needs to be applied to earlier kernel versions?

Thanks,
Matthias
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@gmail.com (Matthias Brugger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Fix random hang up issue while kernel init
Date: Mon, 12 Oct 2015 18:32:27 +0200	[thread overview]
Message-ID: <561BE09B.3040702@gmail.com> (raw)
In-Reply-To: <1444209281-25536-1-git-send-email-jamesjj.liao@mediatek.com>



On 07/10/15 11:14, James Liao wrote:
> This patch is based on v4.3-rc4, to fix system hanging up issue
> while disabling unused clocks.
>
> There is nothing different in mtk-scpsys.c and mt8173.dtsi from v1 [1].
>
> Changes since v1:
> - Rebase to v4.3-rc4.
> - Add a patch to change the corresponding binding document.
> - Add a separated patch to change the dtsi.
>
> [1] https://patchwork.kernel.org/patch/7262411/
>
> James Liao (3):
>    dt-bindings: soc: Add clocks for Mediatek SCPSYS unit
>    soc: mediatek: Fix random hang up issue while kernel init
>    arm64: dts: mt8173: Add clocks for SCPSYS unit
>
>   .../devicetree/bindings/soc/mediatek/scpsys.txt    | 10 ++--
>   arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  6 +-
>   drivers/soc/mediatek/mtk-scpsys.c                  | 67 ++++++++++++++--------
>   3 files changed, 54 insertions(+), 29 deletions(-)
>
> --
> 1.9.1
>
>

Applied. Does this fix also needs to be applied to earlier kernel versions?

Thanks,
Matthias

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: James Liao <jamesjj.liao@mediatek.com>,
	linux-arm-kernel@lists.infradead.org
Cc: srv_heupstream@mediatek.com, Kevin Hilman <khilman@kernel.org>,
	Daniel Kurtz <djkurtz@chromium.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 0/3] Fix random hang up issue while kernel init
Date: Mon, 12 Oct 2015 18:32:27 +0200	[thread overview]
Message-ID: <561BE09B.3040702@gmail.com> (raw)
In-Reply-To: <1444209281-25536-1-git-send-email-jamesjj.liao@mediatek.com>



On 07/10/15 11:14, James Liao wrote:
> This patch is based on v4.3-rc4, to fix system hanging up issue
> while disabling unused clocks.
>
> There is nothing different in mtk-scpsys.c and mt8173.dtsi from v1 [1].
>
> Changes since v1:
> - Rebase to v4.3-rc4.
> - Add a patch to change the corresponding binding document.
> - Add a separated patch to change the dtsi.
>
> [1] https://patchwork.kernel.org/patch/7262411/
>
> James Liao (3):
>    dt-bindings: soc: Add clocks for Mediatek SCPSYS unit
>    soc: mediatek: Fix random hang up issue while kernel init
>    arm64: dts: mt8173: Add clocks for SCPSYS unit
>
>   .../devicetree/bindings/soc/mediatek/scpsys.txt    | 10 ++--
>   arch/arm64/boot/dts/mediatek/mt8173.dtsi           |  6 +-
>   drivers/soc/mediatek/mtk-scpsys.c                  | 67 ++++++++++++++--------
>   3 files changed, 54 insertions(+), 29 deletions(-)
>
> --
> 1.9.1
>
>

Applied. Does this fix also needs to be applied to earlier kernel versions?

Thanks,
Matthias

  parent reply	other threads:[~2015-10-12 16:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-07  9:14 [PATCH v2 0/3] Fix random hang up issue while kernel init James Liao
2015-10-07  9:14 ` James Liao
2015-10-07  9:14 ` James Liao
2015-10-07  9:14 ` [PATCH v2 1/3] dt-bindings: soc: Add clocks for Mediatek SCPSYS unit James Liao
2015-10-07  9:14   ` James Liao
2015-10-07  9:14   ` James Liao
2015-10-07  9:14 ` [PATCH v2 2/3] soc: mediatek: Fix random hang up issue while kernel init James Liao
2015-10-07  9:14   ` James Liao
2015-10-07  9:14   ` James Liao
2015-10-07  9:14 ` [PATCH v2 3/3] arm64: dts: mt8173: Add clocks for SCPSYS unit James Liao
2015-10-07  9:14   ` James Liao
2015-10-07  9:14   ` James Liao
     [not found] ` <1444209281-25536-1-git-send-email-jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-10-12 16:32   ` Matthias Brugger [this message]
2015-10-12 16:32     ` [PATCH v2 0/3] Fix random hang up issue while kernel init Matthias Brugger
2015-10-12 16:32     ` Matthias Brugger
     [not found]     ` <561BE09B.3040702-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-10-13  2:21       ` James Liao
2015-10-13  2:21         ` James Liao
2015-10-13  2:21         ` James Liao

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=561BE09B.3040702@gmail.com \
    --to=matthias.bgg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.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.