From: Yingjoe Chen <yingjoe.chen@mediatek.com>
To: Hongzhou Yang <hongzhou.yang@mediatek.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
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>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Lee Jones <lee.jones@linaro.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Eddie Huang <eddie.huang@mediatek.com>,
Howard Chen <ibanezchen@gmail.com>,
Ashwin Chaugule <ashwin.chaugule@linaro.org>,
Chaotian Jing <chaotian.jing@mediatek.com>,
Fabian Frederick <fabf@skynet.be>,
Maoguang Meng <maoguang.meng@mediatek.com>,
Axel Lin <axel.lin@ingics.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infr
Subject: Re: Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127.
Date: Fri, 15 May 2015 23:09:13 +0800 [thread overview]
Message-ID: <1431702553.21788.9.camel@mtksdaap41> (raw)
In-Reply-To: <1431567346-33780-1-git-send-email-hongzhou.yang@mediatek.com>
On Wed, 2015-05-13 at 18:35 -0700, Hongzhou Yang wrote:
> This series patches include below changes:
> - Data struct optimize and remove unused member.
> - Since several mediatek soc use similiar input enable/smt/pull setting, add those settings into common code.
> - The first version of adding Mediatek SoC Pinctrl/GPIO driver for mt6397, mt6397 has 41 pins.
> - The first version of adding Mediatek SoC Pinctrl/GPIO/EINT driver for mt8127, mt8127 has 143 pins.
>
>
> Hongzhou Yang (6):
> pinctrl: mediatek: add ies/smt control to common code.
> dt-bindings: mediatek: Modify pinctrl bindings for mt6397.
> pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397.
> pinctrl: dt bindings: mt6397: Add pinfunc header file for mt6397.
> arm64: dts: mt8173-evb: Add pinctrl/GPIO node for mt6397.
> ARM: dts: mt8135-evbp1: Add pinctrl/GPIO node for mt6397.
>
> Yingjoe Chen (4):
> pinctrl: mediatek: data struct optimize and remove unused member
> pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
> pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127
> ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127
Hi,
There are several patches in this series, and they should go to
different trees. Will it be easier for maintainers if we rearrange
patches in the following order?
dt-bindings: mediatek: Modify pinctrl bindings for mt6397.
pinctrl: dt bindings: mt6397: Add pinfunc header file for mt6397.
pinctrl: mediatek: data struct optimize and remove unused member
pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
pinctrl: mediatek: add ies/smt control to common code.
pinctrl: mediatek: add Pinctrl/GPIO driver for mt6397.
pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127
mfd: mediatek: add GPIO sub module support into mfd.
ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127
arm64: dts: mt8173-evb: add pinctrl/GPIO node for mt6397.
ARM: dts: mt8135-evbp1: add pinctrl/GPIO node for mt6397.
To avoid build fail, the last 2 should not be merged until the second
one is merged into mainline.
Joe.C
prev parent reply other threads:[~2015-05-15 15:09 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-14 1:35 Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127 Hongzhou Yang
2015-05-14 1:35 ` [PATCH 01/10] pinctrl: mediatek: data struct optimize and remove unused member Hongzhou Yang
2015-05-19 8:49 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 02/10] pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code Hongzhou Yang
2015-05-19 8:50 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 03/10] pinctrl: mediatek: add ies/smt control to " Hongzhou Yang
2015-05-19 8:51 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 04/10] dt-bindings: mediatek: Modify pinctrl bindings for mt6397 Hongzhou Yang
2015-05-19 8:53 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 05/10] pinctrl: mediatek: Add Pinctrl/GPIO driver " Hongzhou Yang
2015-05-14 7:22 ` Lee Jones
2015-05-15 3:12 ` Hongzhou Yang
2015-05-14 1:35 ` [PATCH 06/10] pinctrl: dt bindings: mt6397: Add pinfunc header file " Hongzhou Yang
[not found] ` <1431567346-33780-7-git-send-email-hongzhou.yang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-05-19 8:55 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 07/10] arm64: dts: mt8173-evb: Add pinctrl/GPIO node " Hongzhou Yang
2015-05-19 8:57 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 08/10] ARM: dts: mt8135-evbp1: " Hongzhou Yang
[not found] ` <1431567346-33780-9-git-send-email-hongzhou.yang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-05-19 8:57 ` Linus Walleij
2015-05-21 7:53 ` Matthias Brugger
2015-05-21 8:02 ` Matthias Brugger
2015-05-14 1:35 ` [PATCH 09/10] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 Hongzhou Yang
2015-05-19 9:01 ` Linus Walleij
2015-05-14 1:35 ` [PATCH 10/10] ARM: dts: mt8127: add pinctrl/GPIO/EINT node " Hongzhou Yang
2015-05-19 9:02 ` Linus Walleij
[not found] ` <CACRpkdZJ0oVQxLjOv_YVm_RN8_8ActMAx0hfNJDoJBdV7Rc=Qw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-21 7:54 ` Matthias Brugger
[not found] ` <CABuKBe+5zbGyb7hF3Q2VXtmm6C3QdmUV9jGJ1hdTAPY-Hbb2aw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-21 8:02 ` Matthias Brugger
2015-05-15 15:09 ` Yingjoe Chen [this message]
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=1431702553.21788.9.camel@mtksdaap41 \
--to=yingjoe.chen@mediatek.com \
--cc=ashwin.chaugule@linaro.org \
--cc=axel.lin@ingics.com \
--cc=catalin.marinas@arm.com \
--cc=chaotian.jing@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=eddie.huang@mediatek.com \
--cc=fabf@skynet.be \
--cc=galak@codeaurora.org \
--cc=hongzhou.yang@mediatek.com \
--cc=ibanezchen@gmail.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infr \
--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=s.hauer@pengutronix.de \
--cc=sameo@linux.intel.com \
--cc=will.deacon@arm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).