Re: [PATCH v5 1/5] ARM: mediatek: Add config options for mediatek SoCs.

2015-01-27 Thread Paul Bolle
Matthias, On Tue, 2015-01-27 at 13:38 +0100, Matthias Brugger wrote: > Yes, this symbols are needed when we implement the pinctrl driver for > the other platforms. > I will implement mt6589 as soon as the pinctrl driver got merged. > I suppose Howard will go for the mt6592. I see. Unless the user

Re: [PATCH v5 1/5] ARM: mediatek: Add config options for mediatek SoCs.

2015-01-27 Thread Matthias Brugger
2015-01-27 11:34 GMT+01:00 Paul Bolle : > Hi Joe, > > On Tue, 2015-01-27 at 18:26 +0800, Yingjoe Chen wrote: >> On Tue, 2015-01-27 at 11:16 +0100, Paul Bolle wrote: >> > On Thu, 2015-01-22 at 13:54 +0100, Matthias Brugger wrote: >> > > 2015-01-21 6:28 GMT+01:00 Hongzhou Yang : >> > > > From: Yingjo

Re: [PATCH v5 1/5] ARM: mediatek: Add config options for mediatek SoCs.

2015-01-27 Thread Paul Bolle
Hi Joe, On Tue, 2015-01-27 at 18:26 +0800, Yingjoe Chen wrote: > On Tue, 2015-01-27 at 11:16 +0100, Paul Bolle wrote: > > On Thu, 2015-01-22 at 13:54 +0100, Matthias Brugger wrote: > > > 2015-01-21 6:28 GMT+01:00 Hongzhou Yang : > > > > From: Yingjoe Chen > > > > > > > > The upcoming MTK pinctrl

Re: [PATCH v5 1/5] ARM: mediatek: Add config options for mediatek SoCs.

2015-01-27 Thread Yingjoe Chen
Hi, On Tue, 2015-01-27 at 11:16 +0100, Paul Bolle wrote: > Joe, > > On Thu, 2015-01-22 at 13:54 +0100, Matthias Brugger wrote: > > 2015-01-21 6:28 GMT+01:00 Hongzhou Yang : > > > From: Yingjoe Chen > > > > > > The upcoming MTK pinctrl driver have a big pin table for each SoC > > > and we don't

Re: [PATCH v5 1/5] ARM: mediatek: Add config options for mediatek SoCs.

2015-01-27 Thread Paul Bolle
Joe, On Thu, 2015-01-22 at 13:54 +0100, Matthias Brugger wrote: > 2015-01-21 6:28 GMT+01:00 Hongzhou Yang : > > From: Yingjoe Chen > > > > 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

Re: [PATCH v5 1/5] ARM: mediatek: Add config options for mediatek SoCs.

2015-01-22 Thread Matthias Brugger
2015-01-21 6:28 GMT+01:00 Hongzhou Yang : > From: Yingjoe Chen > > 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. > > Acked-by: Linus Walleij > Signed-off-