All of lore.kernel.org
 help / color / mirror / Atom feed
From: Louis Yu <louis.yu@mediatek.com>
To: Russell King <linux@arm.linux.org.uk>,
	Matthias Brugger <matthias.bgg@gmail.com>
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>, <louis.yu@mediatek.com>
Subject: [PATCH 0/2] Add Mediatek MT2701 SMP support
Date: Thu, 7 Jan 2016 20:09:42 +0800	[thread overview]
Message-ID: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com> (raw)

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(+)

--
1.7.9.5



WARNING: multiple messages have this Message-ID (diff)
From: Louis Yu <louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
To: Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Matthias Brugger
	<matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@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,
	louis.yu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
Subject: [PATCH 0/2] Add Mediatek MT2701 SMP support
Date: Thu, 7 Jan 2016 20:09:42 +0800	[thread overview]
Message-ID: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com> (raw)

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(+)

--
1.7.9.5


--
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: louis.yu@mediatek.com (Louis Yu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Add Mediatek MT2701 SMP support
Date: Thu, 7 Jan 2016 20:09:42 +0800	[thread overview]
Message-ID: <1452168584-25394-1-git-send-email-louis.yu@mediatek.com> (raw)

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(+)

--
1.7.9.5

             reply	other threads:[~2016-01-07 12:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-07 12:09 Louis Yu [this message]
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 ` [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-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
2016-01-21 17:36 ` [PATCH 0/2] Add Mediatek MT2701 SMP support Matthias Brugger
2016-01-21 17:36   ` Matthias Brugger
2016-01-21 17:36   ` Matthias Brugger

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=1452168584-25394-1-git-send-email-louis.yu@mediatek.com \
    --to=louis.yu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=erin.lo@mediatek.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=yingjoe.chen@mediatek.com \
    /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.