From: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Louis Yu <louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH 0/2] Add Mediatek MT2701 SMP support
Date: Thu, 21 Jan 2016 18:36:44 +0100 [thread overview]
Message-ID: <56A1172C.5070509@gmail.com> (raw)
In-Reply-To: <1452168584-25394-1-git-send-email-louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
On 07/01/16 13:09, Louis Yu wrote:
> This patchset is based on 4.4-rc8 and [1], and contains smp support
> for Mediatek MT2701. MT2701 contains 4 CA7 cores.
>
> This patchset adds related SMP support for Mediatek MT2701.
>
> [1] https://patchwork.kernel.org/patch/7248471/
>
> Louis Yu (2):
> ARM: mediatek: add mt2701 smp bringup code
> ARM: dts: mt2701: enable basic SMP bringup for mt2701
>
> arch/arm/boot/dts/mt2701.dtsi | 12 ++++++++++++
> arch/arm/mach-mediatek/platsmp.c | 1 +
> 2 files changed, 13 insertions(+)
>
Applied to v4.5-next/(soc,dts)
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 0/2] Add Mediatek MT2701 SMP support
Date: Thu, 21 Jan 2016 18:36:44 +0100 [thread overview]
Message-ID: <56A1172C.5070509@gmail.com> (raw)
In-Reply-To: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com>
On 07/01/16 13:09, Louis Yu wrote:
> This patchset is based on 4.4-rc8 and [1], and contains smp support
> for Mediatek MT2701. MT2701 contains 4 CA7 cores.
>
> This patchset adds related SMP support for Mediatek MT2701.
>
> [1] https://patchwork.kernel.org/patch/7248471/
>
> Louis Yu (2):
> ARM: mediatek: add mt2701 smp bringup code
> ARM: dts: mt2701: enable basic SMP bringup for mt2701
>
> arch/arm/boot/dts/mt2701.dtsi | 12 ++++++++++++
> arch/arm/mach-mediatek/platsmp.c | 1 +
> 2 files changed, 13 insertions(+)
>
Applied to v4.5-next/(soc,dts)
Thanks.
Matthias
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Louis Yu <louis.yu@mediatek.com>, Russell King <linux@arm.linux.org.uk>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Sascha Hauer <kernel@pengutronix.de>,
srv_heupstream@mediatek.com, erin.lo@mediatek.com,
yingjoe.chen@mediatek.com
Subject: Re: [PATCH 0/2] Add Mediatek MT2701 SMP support
Date: Thu, 21 Jan 2016 18:36:44 +0100 [thread overview]
Message-ID: <56A1172C.5070509@gmail.com> (raw)
In-Reply-To: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com>
On 07/01/16 13:09, Louis Yu wrote:
> This patchset is based on 4.4-rc8 and [1], and contains smp support
> for Mediatek MT2701. MT2701 contains 4 CA7 cores.
>
> This patchset adds related SMP support for Mediatek MT2701.
>
> [1] https://patchwork.kernel.org/patch/7248471/
>
> Louis Yu (2):
> ARM: mediatek: add mt2701 smp bringup code
> ARM: dts: mt2701: enable basic SMP bringup for mt2701
>
> arch/arm/boot/dts/mt2701.dtsi | 12 ++++++++++++
> arch/arm/mach-mediatek/platsmp.c | 1 +
> 2 files changed, 13 insertions(+)
>
Applied to v4.5-next/(soc,dts)
Thanks.
Matthias
next prev parent reply other threads:[~2016-01-21 17:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 12:09 [PATCH 0/2] Add Mediatek MT2701 SMP support Louis Yu
2016-01-07 12:09 ` Louis Yu
2016-01-07 12:09 ` Louis Yu
[not found] ` <1452168584-25394-1-git-send-email-louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2016-01-07 12:09 ` [PATCH 1/2] ARM: mediatek: add mt2701 smp bringup code Louis Yu
2016-01-07 12:09 ` Louis Yu
2016-01-07 12:09 ` Louis Yu
2016-01-21 17:36 ` Matthias Brugger [this message]
2016-01-21 17:36 ` [PATCH 0/2] Add Mediatek MT2701 SMP support Matthias Brugger
2016-01-21 17:36 ` Matthias Brugger
2016-01-07 12:09 ` [PATCH 2/2] ARM: dts: mt2701: enable basic SMP bringup for mt2701 Louis Yu
2016-01-07 12:09 ` Louis Yu
2016-01-07 12:09 ` Louis Yu
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=56A1172C.5070509@gmail.com \
--to=matthias.bgg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=erin.lo-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=yingjoe.chen-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.