All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Hongzhou Yang <hongzhou.yang@mediatek.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Russell King <linux@arm.linux.org.uk>,
	Grant Likely <grant.likely@linaro.org>,
	"Joe.C" <yingjoe.chen@mediatek.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Vladimir Murzin <vladimir.murzin@arm.com>,
	Ashwin Chaugule <ashwin.chaugule@linaro.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	dandan.he@mediatek.com, alan.cheng@mediatek.com,
	toby.liu@mediatek.com, maoguang.meng@mediatek.com,
	huang eddie <eddie.huang@mediatek.com>
Subject: Re: [PATCH 1/3] arm64: mediatek: Add config option for mt8173.
Date: Tue, 10 Feb 2015 16:21:27 +0800	[thread overview]
Message-ID: <CACRpkdYbpf-RaCeA=S1xwApGnRnTy2FtCNV79y8eqA6LP_hZDA@mail.gmail.com> (raw)
In-Reply-To: <1422342836-27689-2-git-send-email-hongzhou.yang@mediatek.com>

On Tue, Jan 27, 2015 at 3:13 PM, Hongzhou Yang
<hongzhou.yang@mediatek.com> wrote:

> From: Hongzhou Yang <hongzhou.yang@mediatek.com>
>
> The upcoming MTK pinctrl driver have a big pin table for each SoC,
> and we don't want to bloat the kernel binary if we don't need it.
> Add config options so we can build for one SoC only.
>
> Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Take this through the ARM SoC tree with the rest of the mediatek
SoC stuff.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] arm64: mediatek: Add config option for mt8173.
Date: Tue, 10 Feb 2015 16:21:27 +0800	[thread overview]
Message-ID: <CACRpkdYbpf-RaCeA=S1xwApGnRnTy2FtCNV79y8eqA6LP_hZDA@mail.gmail.com> (raw)
In-Reply-To: <1422342836-27689-2-git-send-email-hongzhou.yang@mediatek.com>

On Tue, Jan 27, 2015 at 3:13 PM, Hongzhou Yang
<hongzhou.yang@mediatek.com> wrote:

> From: Hongzhou Yang <hongzhou.yang@mediatek.com>
>
> The upcoming MTK pinctrl driver have a big pin table for each SoC,
> and we don't want to bloat the kernel binary if we don't need it.
> Add config options so we can build for one SoC only.
>
> Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Take this through the ARM SoC tree with the rest of the mediatek
SoC stuff.

Yours,
Linus Walleij

  reply	other threads:[~2015-02-10  8:21 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27  7:13 Add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8173 Hongzhou Yang
2015-01-27  7:13 ` Hongzhou Yang
2015-01-27  7:13 ` [PATCH 1/3] arm64: mediatek: Add config option for mt8173 Hongzhou Yang
2015-01-27  7:13   ` Hongzhou Yang
2015-02-10  8:21   ` Linus Walleij [this message]
2015-02-10  8:21     ` Linus Walleij
2015-02-10  8:21     ` Linus Walleij
2015-02-25  9:07   ` Yingjoe Chen
2015-02-25  9:07     ` Yingjoe Chen
2015-02-25  9:07     ` Yingjoe Chen
2015-02-25 10:51     ` Arnd Bergmann
2015-02-25 10:51       ` Arnd Bergmann
2015-02-25 11:11       ` Catalin Marinas
2015-02-25 11:11         ` Catalin Marinas
2015-02-25 11:11         ` Catalin Marinas
2015-03-04  2:31         ` Yingjoe Chen
2015-03-04  2:31           ` Yingjoe Chen
2015-03-04  2:31           ` Yingjoe Chen
2015-03-04  9:53           ` Arnd Bergmann
2015-03-04  9:53             ` Arnd Bergmann
2015-03-04 10:01             ` Yingjoe Chen
2015-03-04 10:01               ` Yingjoe Chen
2015-03-04 10:01               ` Yingjoe Chen
2015-01-27  7:13 ` [PATCH 2/3] arm64: mediatek: Add Pinctrl/GPIO/EINT driver " Hongzhou Yang
2015-01-27  7:13   ` Hongzhou Yang
2015-02-10  8:20   ` Linus Walleij
2015-02-10  8:20     ` Linus Walleij
2015-02-10  8:20     ` Linus Walleij
2015-01-27  7:13 ` [PATCH 3/3] arm64: dts: mt8173: Add pinctrl/GPIO/EINT node " Hongzhou Yang
2015-01-27  7:13   ` Hongzhou Yang
2015-02-10  8:22   ` Linus Walleij
2015-02-10  8:22     ` Linus Walleij
2015-02-10  8:22     ` Linus Walleij
2015-03-06 13:21   ` Matthias Brugger
2015-03-06 13:21     ` Matthias Brugger
2015-03-06 13:21     ` 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='CACRpkdYbpf-RaCeA=S1xwApGnRnTy2FtCNV79y8eqA6LP_hZDA@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=alan.cheng@mediatek.com \
    --cc=ashwin.chaugule@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=dandan.he@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=eddie.huang@mediatek.com \
    --cc=galak@codeaurora.org \
    --cc=grant.likely@linaro.org \
    --cc=hongzhou.yang@mediatek.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=maoguang.meng@mediatek.com \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=toby.liu@mediatek.com \
    --cc=vladimir.murzin@arm.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.