Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-20 Thread Linus Walleij
On Sat, Jan 18, 2014 at 12:27 AM, Stephen Warren wrote: > On 01/17/2014 04:13 PM, Linus Walleij wrote: >> On Sat, Jan 18, 2014 at 12:12 AM, Linus Walleij >> wrote: >>> On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin wrote: >>> Thanks for the fix, Linus. While we're visiting this config,

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-20 Thread Linus Walleij
On Sat, Jan 18, 2014 at 12:27 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 01/17/2014 04:13 PM, Linus Walleij wrote: On Sat, Jan 18, 2014 at 12:12 AM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin s...@broadcom.com wrote: Thanks for the fix,

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Stephen Warren
On 01/17/2014 04:13 PM, Linus Walleij wrote: > On Sat, Jan 18, 2014 at 12:12 AM, Linus Walleij > wrote: >> On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin wrote: >> >>> Thanks for the fix, Linus. While we're visiting this config, should we add >>> "depends on MACH_BCM_MOBILE" as well? >> >> No,

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Linus Walleij
On Sat, Jan 18, 2014 at 12:12 AM, Linus Walleij wrote: > On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin wrote: > >> Thanks for the fix, Linus. While we're visiting this config, should we add >> "depends on MACH_BCM_MOBILE" as well? > > No, it's nice to get the compile coverage. But maybe you can

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Linus Walleij
On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin wrote: > Thanks for the fix, Linus. While we're visiting this config, should we add > "depends on MACH_BCM_MOBILE" as well? No, it's nice to get the compile coverage. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Sherman Yin
On 14-01-16 02:45 PM, Linus Walleij wrote: As this driver is using pinconf_generic_dt_node_to_map_pin() it needs to depend on OF so as not to cause build problems on archs that do not support OF. Cc: Sherman Yin Signed-off-by: Linus Walleij --- drivers/pinctrl/Kconfig | 1 + 1 file

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Sherman Yin
On 14-01-16 02:45 PM, Linus Walleij wrote: As this driver is using pinconf_generic_dt_node_to_map_pin() it needs to depend on OF so as not to cause build problems on archs that do not support OF. Cc: Sherman Yin s...@broadcom.com Signed-off-by: Linus Walleij linus.wall...@linaro.org ---

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Linus Walleij
On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin s...@broadcom.com wrote: Thanks for the fix, Linus. While we're visiting this config, should we add depends on MACH_BCM_MOBILE as well? No, it's nice to get the compile coverage. Yours, Linus Walleij -- To unsubscribe from this list: send the line

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Linus Walleij
On Sat, Jan 18, 2014 at 12:12 AM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin s...@broadcom.com wrote: Thanks for the fix, Linus. While we're visiting this config, should we add depends on MACH_BCM_MOBILE as well? No, it's nice to get the

Re: [PATCH] pinctrl: capri: add dependency on OF

2014-01-17 Thread Stephen Warren
On 01/17/2014 04:13 PM, Linus Walleij wrote: On Sat, Jan 18, 2014 at 12:12 AM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Jan 17, 2014 at 8:51 PM, Sherman Yin s...@broadcom.com wrote: Thanks for the fix, Linus. While we're visiting this config, should we add depends on

[PATCH] pinctrl: capri: add dependency on OF

2014-01-16 Thread Linus Walleij
As this driver is using pinconf_generic_dt_node_to_map_pin() it needs to depend on OF so as not to cause build problems on archs that do not support OF. Cc: Sherman Yin Signed-off-by: Linus Walleij --- drivers/pinctrl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] pinctrl: capri: add dependency on OF

2014-01-16 Thread Linus Walleij
As this driver is using pinconf_generic_dt_node_to_map_pin() it needs to depend on OF so as not to cause build problems on archs that do not support OF. Cc: Sherman Yin s...@broadcom.com Signed-off-by: Linus Walleij linus.wall...@linaro.org --- drivers/pinctrl/Kconfig | 1 + 1 file changed, 1