Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1184295 > unrolled thread
| Started by | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| First post | 2015-07-15 08:10 +0200 |
| Last post | 2015-07-17 14:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
ARM: imx: mx6ul: PINCTRL_IMX6UL Valentin Rothberg <valentinrothberg@gmail.com> - 2015-07-15 08:10 +0200
Re: ARM: imx: mx6ul: PINCTRL_IMX6UL Shawn Guo <shawnguo@kernel.org> - 2015-07-15 08:20 +0200
Re: ARM: imx: mx6ul: PINCTRL_IMX6UL Valentin Rothberg <valentinrothberg@gmail.com> - 2015-07-15 08:30 +0200
Re: ARM: imx: mx6ul: PINCTRL_IMX6UL Linus Walleij <linus.walleij@linaro.org> - 2015-07-17 14:30 +0200
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Date | 2015-07-15 08:10 +0200 |
| Subject | ARM: imx: mx6ul: PINCTRL_IMX6UL |
| Message-ID | <pMo3g-7ko-5@gated-at.bofh.it> |
Hi Frank,
your commit 022d0716bb7e ("ARM: imx: add i.mx6ul msl support") has
shown up in today's linux-next tree (i.e., next-20150715) adding the
following lines of Kconfig code:
+config SOC_IMX6UL
+ bool "i.MX6 UltraLite support"
+ select PINCTRL_IMX6UL
[...]
The select on PINCTRL_IMX6UL is currently a NOP, since the option is
nowhere defined in Kconfig. I did some research on the web, but could
not find any hint that this option is being added somewhere. Do you
know if there is a patch queued somewhere that adds this Kconfig
option?
I detected the issue with scripts/checkkconfigsymbols.py.
Kind regards,
Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2015-07-15 08:20 +0200 |
| Message-ID | <pMocW-7vv-3@gated-at.bofh.it> |
| In reply to | #1184295 |
On Wed, Jul 15, 2015 at 08:02:43AM +0200, Valentin Rothberg wrote:
> Hi Frank,
>
> your commit 022d0716bb7e ("ARM: imx: add i.mx6ul msl support") has
> shown up in today's linux-next tree (i.e., next-20150715) adding the
> following lines of Kconfig code:
>
> +config SOC_IMX6UL
> + bool "i.MX6 UltraLite support"
> + select PINCTRL_IMX6UL
> [...]
>
> The select on PINCTRL_IMX6UL is currently a NOP, since the option is
> nowhere defined in Kconfig. I did some research on the web, but could
> not find any hint that this option is being added somewhere. Do you
> know if there is a patch queued somewhere that adds this Kconfig
> option?
>
> I detected the issue with scripts/checkkconfigsymbols.py.
Valentin,
LinusW queued the pinctrl driver patch for 4.3, which should show up on
linux-next quite soon, I believe.
Shawn
[1] http://thread.gmane.org/gmane.linux.kernel.gpio/8992/focus=127904
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Date | 2015-07-15 08:30 +0200 |
| Message-ID | <pMomB-7Gz-3@gated-at.bofh.it> |
| In reply to | #1184298 |
Hi Shawn,
On Wed, Jul 15, 2015 at 8:18 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> On Wed, Jul 15, 2015 at 08:02:43AM +0200, Valentin Rothberg wrote:
>> Hi Frank,
>>
>> your commit 022d0716bb7e ("ARM: imx: add i.mx6ul msl support") has
>> shown up in today's linux-next tree (i.e., next-20150715) adding the
>> following lines of Kconfig code:
>>
>> +config SOC_IMX6UL
>> + bool "i.MX6 UltraLite support"
>> + select PINCTRL_IMX6UL
>> [...]
>>
>> The select on PINCTRL_IMX6UL is currently a NOP, since the option is
>> nowhere defined in Kconfig. I did some research on the web, but could
>> not find any hint that this option is being added somewhere. Do you
>> know if there is a patch queued somewhere that adds this Kconfig
>> option?
>>
>> I detected the issue with scripts/checkkconfigsymbols.py.
>
> Valentin,
>
> LinusW queued the pinctrl driver patch for 4.3, which should show up on
> linux-next quite soon, I believe.
>
> Shawn
thanks for your answer. I should have been able to find that, sorry
for the noise.
Thanks,
Valentin
> [1] http://thread.gmane.org/gmane.linux.kernel.gpio/8992/focus=127904
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-07-17 14:30 +0200 |
| Message-ID | <pNcW6-5lc-9@gated-at.bofh.it> |
| In reply to | #1184298 |
On Wed, Jul 15, 2015 at 8:18 AM, Shawn Guo <shawnguo@kernel.org> wrote: > On Wed, Jul 15, 2015 at 08:02:43AM +0200, Valentin Rothberg wrote: >> The select on PINCTRL_IMX6UL is currently a NOP, since the option is >> nowhere defined in Kconfig. I did some research on the web, but could >> not find any hint that this option is being added somewhere. Do you >> know if there is a patch queued somewhere that adds this Kconfig >> option? >> >> I detected the issue with scripts/checkkconfigsymbols.py. > > Valentin, > > LinusW queued the pinctrl driver patch for 4.3, which should show up on > linux-next quite soon, I believe. Yeah it's in there now, was doing some stockpiling before pushing for next, sorry. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web