lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 15 May 2015 23:09:13 +0800
From:	Yingjoe Chen <yingjoe.chen@...iatek.com>
To:	Hongzhou Yang <hongzhou.yang@...iatek.com>
CC:	Rob Herring <robh+dt@...nel.org>,
	Matthias Brugger <matthias.bgg@...il.com>,
	Linus Walleij <linus.walleij@...aro.org>,
	"Pawel Moll" <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	"Ian Campbell" <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Russell King <linux@....linux.org.uk>,
	"Catalin Marinas" <catalin.marinas@....com>,
	Will Deacon <will.deacon@....com>,
	Samuel Ortiz <sameo@...ux.intel.com>,
	Lee Jones <lee.jones@...aro.org>,
	Sascha Hauer <s.hauer@...gutronix.de>,
	Eddie Huang <eddie.huang@...iatek.com>,
	Howard Chen <ibanezchen@...il.com>,
	"Ashwin Chaugule" <ashwin.chaugule@...aro.org>,
	Chaotian Jing <chaotian.jing@...iatek.com>,
	Fabian Frederick <fabf@...net.be>,
	"Maoguang Meng" <maoguang.meng@...iatek.com>,
	Axel Lin <axel.lin@...ics.com>, <devicetree@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>,
	<linux-mediatek@...ts.infradead.org>, <linux-gpio@...r.kernel.org>,
	<srv_heupstream@...iatek.com>,
	Sascha Hauer <kernel@...gutronix.de>, <dandan.he@...iatek.com>
Subject: Re: Mediatek pinctrl driver optimize and add Mediatek SoC
 Pinctrl/GPIO/EINT driver for mt6397/mt8127.

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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists