Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-03-17 Thread Bruce Ashfield
On Tue, Mar 17, 2020 at 4:26 AM Xu, Yanfei  wrote:
>
> Hi Bruce,
>
> I find PINCTRL_LYNXPOINT is actually removed from v5.6 kernel. And v5.4 kernel
> is still using GPIO_LYNXPOINT.
>

Indeed. I confirmed this myself.

It was showing in my invalid Kconfig audit log, so I've enhanced the
reporting to catch this in the future.

reverted and pushed, it is obviously still in branches newer than 5.4

Bruce

> Would you please revert it on v5.4 kernel-cache?
> Reference: 
> https://github.com/torvalds/linux/commit/eb83479e18999e34b3b800f54aa31137f7f41c33
>
> Thanks,
> Yanfei
>
>
> On 1/21/20 5:43 AM, Bruce Ashfield wrote:
>
> On Sun, Jan 19, 2020 at 9:34 PM Liu, Yongxin  
> wrote:
>
> Hi Bruce,
>
> I see you also merged this patch to branch yocto-5.2 of kernel-cache.
> However, I found no corresponding kernel changes in linux-yocto v5.2.
>
> So, currently kernel v5.2 uses GPIO_LYNXPOINT, and yocto-kernel-cache
> uses PINCTRL_LYNXPOINT.
>
> I reverted the change on 5.2, it should be ok now
>
> Bruce
>
>
> Thanks,
> Yongxin
>
> -Original Message-
> From: linux-yocto@lists.yoctoproject.org [mailto:linux-
> yo...@lists.yoctoproject.org] On Behalf Of Bruce Ashfield
> Sent: Thursday, January 16, 2020 03:19
> To: Tim Orling
> Cc: Naveen Saini; Linux Yocto
> Subject: Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-
> pinctrl: remove CONFIG_GPIO_LYNXPOINT
>
> Sorry for the delay, 5.4 and 5.5 were consuming a lot of my time.
>
> This is now merged. My SRCREV updates will follow, but since you have
> your own .. you can pickup the changes whenever you want.
>
> Bruce
>
> On Thu, Jan 9, 2020 at 10:09 PM Tim Orling
>  wrote:
>
>
> On Jan 9, 2020, at 6:12 PM, Naveen Saini
>
>  wrote:
>
> Lynxpoint GPIO driver moved under Intel pin control umbrella for
> further transformation to a real pin control driver.
>
> CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT
>
> https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072
> d1fc839a4afe288046f3
>
> Thank you. This was on my TODO list,.
>
> Signed-off-by: Naveen Saini 
>
> Acked-by: Tim Orling 
>
> ---
> features/intel-pinctrl/intel-pinctrl.cfg | 1 +
> features/soc/skylake/skylake.cfg | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/features/intel-pinctrl/intel-pinctrl.cfg
> b/features/intel-pinctrl/intel-pinctrl.cfg
> index 6d46eec7..406cf3ce 100644
> --- a/features/intel-pinctrl/intel-pinctrl.cfg
> +++ b/features/intel-pinctrl/intel-pinctrl.cfg
> @@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
> CONFIG_PINCTRL_GEMINILAKE=y CONFIG_PINCTRL_ICELAKE=y
> CONFIG_PINCTRL_LEWISBURG=y
> +CONFIG_PINCTRL_LYNXPOINT=m
> diff --git a/features/soc/skylake/skylake.cfg
> b/features/soc/skylake/skylake.cfg
> index b2140b05..34066635 100644
> --- a/features/soc/skylake/skylake.cfg
> +++ b/features/soc/skylake/skylake.cfg
> @@ -24,7 +24,6 @@ CONFIG_CRC8=m
> CONFIG_BT_HCIUART=m
> CONFIG_BT_HCIUART_INTEL=y
> CONFIG_USB_EHCI_PCI=y
> -CONFIG_GPIO_LYNXPOINT=m
>
> # Other misc support
> CONFIG_INTEL_MEI_TXE=m
> --
> 2.17.1
>
>
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
>
>
> 



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8506): 
https://lists.yoctoproject.org/g/linux-yocto/message/8506
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-03-17 Thread Xu, Yanfei

Hi Bruce,

I find PINCTRL_LYNXPOINT is actually removed from v5.6 kernel. And v5.4 
kernel

is still using GPIO_LYNXPOINT.

Would you please revert it on v5.4 kernel-cache?
Reference: 
https://github.com/torvalds/linux/commit/eb83479e18999e34b3b800f54aa31137f7f41c33


Thanks,
Yanfei


On 1/21/20 5:43 AM, Bruce Ashfield wrote:

On Sun, Jan 19, 2020 at 9:34 PM Liu, Yongxin  wrote:

Hi Bruce,

I see you also merged this patch to branch yocto-5.2 of kernel-cache.
However, I found no corresponding kernel changes in linux-yocto v5.2.

So, currently kernel v5.2 uses GPIO_LYNXPOINT, and yocto-kernel-cache
uses PINCTRL_LYNXPOINT.

I reverted the change on 5.2, it should be ok now

Bruce



Thanks,
Yongxin


-Original Message-
From: linux-yocto@lists.yoctoproject.org [mailto:linux-
yo...@lists.yoctoproject.org] On Behalf Of Bruce Ashfield
Sent: Thursday, January 16, 2020 03:19
To: Tim Orling
Cc: Naveen Saini; Linux Yocto
Subject: Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-
pinctrl: remove CONFIG_GPIO_LYNXPOINT

Sorry for the delay, 5.4 and 5.5 were consuming a lot of my time.

This is now merged. My SRCREV updates will follow, but since you have
your own .. you can pickup the changes whenever you want.

Bruce

On Thu, Jan 9, 2020 at 10:09 PM Tim Orling
 wrote:




On Jan 9, 2020, at 6:12 PM, Naveen Saini

 wrote:

Lynxpoint GPIO driver moved under Intel pin control umbrella for
further transformation to a real pin control driver.

CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT

https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072
d1fc839a4afe288046f3


Thank you. This was on my TODO list,.


Signed-off-by: Naveen Saini 

Acked-by: Tim Orling 


---
features/intel-pinctrl/intel-pinctrl.cfg | 1 +
features/soc/skylake/skylake.cfg | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/intel-pinctrl/intel-pinctrl.cfg
b/features/intel-pinctrl/intel-pinctrl.cfg
index 6d46eec7..406cf3ce 100644
--- a/features/intel-pinctrl/intel-pinctrl.cfg
+++ b/features/intel-pinctrl/intel-pinctrl.cfg
@@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
CONFIG_PINCTRL_GEMINILAKE=y CONFIG_PINCTRL_ICELAKE=y
CONFIG_PINCTRL_LEWISBURG=y
+CONFIG_PINCTRL_LYNXPOINT=m
diff --git a/features/soc/skylake/skylake.cfg
b/features/soc/skylake/skylake.cfg
index b2140b05..34066635 100644
--- a/features/soc/skylake/skylake.cfg
+++ b/features/soc/skylake/skylake.cfg
@@ -24,7 +24,6 @@ CONFIG_CRC8=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_INTEL=y
CONFIG_USB_EHCI_PCI=y
-CONFIG_GPIO_LYNXPOINT=m

# Other misc support
CONFIG_INTEL_MEI_TXE=m
--
2.17.1







--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8504): 
https://lists.yoctoproject.org/g/linux-yocto/message/8504
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-01-20 Thread Bruce Ashfield
On Sun, Jan 19, 2020 at 9:34 PM Liu, Yongxin  wrote:
>
> Hi Bruce,
>
> I see you also merged this patch to branch yocto-5.2 of kernel-cache.
> However, I found no corresponding kernel changes in linux-yocto v5.2.
>
> So, currently kernel v5.2 uses GPIO_LYNXPOINT, and yocto-kernel-cache
> uses PINCTRL_LYNXPOINT.

I reverted the change on 5.2, it should be ok now

Bruce

>
>
> Thanks,
> Yongxin
>
> > -Original Message-
> > From: linux-yocto@lists.yoctoproject.org [mailto:linux-
> > yo...@lists.yoctoproject.org] On Behalf Of Bruce Ashfield
> > Sent: Thursday, January 16, 2020 03:19
> > To: Tim Orling
> > Cc: Naveen Saini; Linux Yocto
> > Subject: Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-
> > pinctrl: remove CONFIG_GPIO_LYNXPOINT
> >
> > Sorry for the delay, 5.4 and 5.5 were consuming a lot of my time.
> >
> > This is now merged. My SRCREV updates will follow, but since you have
> > your own .. you can pickup the changes whenever you want.
> >
> > Bruce
> >
> > On Thu, Jan 9, 2020 at 10:09 PM Tim Orling
> >  wrote:
> > >
> > >
> > >
> > > > On Jan 9, 2020, at 6:12 PM, Naveen Saini
> >  wrote:
> > > >
> > > > Lynxpoint GPIO driver moved under Intel pin control umbrella for
> > > > further transformation to a real pin control driver.
> > > >
> > > > CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT
> > > >
> > > > https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072
> > > > d1fc839a4afe288046f3
> > > >
> > >
> > > Thank you. This was on my TODO list,.
> > >
> > > > Signed-off-by: Naveen Saini 
> > >
> > > Acked-by: Tim Orling 
> > >
> > > > ---
> > > > features/intel-pinctrl/intel-pinctrl.cfg | 1 +
> > > > features/soc/skylake/skylake.cfg | 1 -
> > > > 2 files changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/features/intel-pinctrl/intel-pinctrl.cfg
> > > > b/features/intel-pinctrl/intel-pinctrl.cfg
> > > > index 6d46eec7..406cf3ce 100644
> > > > --- a/features/intel-pinctrl/intel-pinctrl.cfg
> > > > +++ b/features/intel-pinctrl/intel-pinctrl.cfg
> > > > @@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
> > > > CONFIG_PINCTRL_GEMINILAKE=y CONFIG_PINCTRL_ICELAKE=y
> > > > CONFIG_PINCTRL_LEWISBURG=y
> > > > +CONFIG_PINCTRL_LYNXPOINT=m
> > > > diff --git a/features/soc/skylake/skylake.cfg
> > > > b/features/soc/skylake/skylake.cfg
> > > > index b2140b05..34066635 100644
> > > > --- a/features/soc/skylake/skylake.cfg
> > > > +++ b/features/soc/skylake/skylake.cfg
> > > > @@ -24,7 +24,6 @@ CONFIG_CRC8=m
> > > > CONFIG_BT_HCIUART=m
> > > > CONFIG_BT_HCIUART_INTEL=y
> > > > CONFIG_USB_EHCI_PCI=y
> > > > -CONFIG_GPIO_LYNXPOINT=m
> > > >
> > > > # Other misc support
> > > > CONFIG_INTEL_MEI_TXE=m
> > > > --
> > > > 2.17.1
> > > >
> > > >
> > >
> > >
> >
> >
> >
> > --
> > - Thou shalt not follow the NULL pointer, for chaos and madness await
> > thee at its end
> > - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8349): 
https://lists.yoctoproject.org/g/linux-yocto/message/8349
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-01-19 Thread Yongxin Liu
Hi Bruce,

I see you also merged this patch to branch yocto-5.2 of kernel-cache.
However, I found no corresponding kernel changes in linux-yocto v5.2.

So, currently kernel v5.2 uses GPIO_LYNXPOINT, and yocto-kernel-cache
uses PINCTRL_LYNXPOINT.


Thanks,
Yongxin

> -Original Message-
> From: linux-yocto@lists.yoctoproject.org [mailto:linux-
> yo...@lists.yoctoproject.org] On Behalf Of Bruce Ashfield
> Sent: Thursday, January 16, 2020 03:19
> To: Tim Orling
> Cc: Naveen Saini; Linux Yocto
> Subject: Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-
> pinctrl: remove CONFIG_GPIO_LYNXPOINT
> 
> Sorry for the delay, 5.4 and 5.5 were consuming a lot of my time.
> 
> This is now merged. My SRCREV updates will follow, but since you have
> your own .. you can pickup the changes whenever you want.
> 
> Bruce
> 
> On Thu, Jan 9, 2020 at 10:09 PM Tim Orling
>  wrote:
> >
> >
> >
> > > On Jan 9, 2020, at 6:12 PM, Naveen Saini
>  wrote:
> > >
> > > Lynxpoint GPIO driver moved under Intel pin control umbrella for
> > > further transformation to a real pin control driver.
> > >
> > > CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT
> > >
> > > https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072
> > > d1fc839a4afe288046f3
> > >
> >
> > Thank you. This was on my TODO list,.
> >
> > > Signed-off-by: Naveen Saini 
> >
> > Acked-by: Tim Orling 
> >
> > > ---
> > > features/intel-pinctrl/intel-pinctrl.cfg | 1 +
> > > features/soc/skylake/skylake.cfg | 1 -
> > > 2 files changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/features/intel-pinctrl/intel-pinctrl.cfg
> > > b/features/intel-pinctrl/intel-pinctrl.cfg
> > > index 6d46eec7..406cf3ce 100644
> > > --- a/features/intel-pinctrl/intel-pinctrl.cfg
> > > +++ b/features/intel-pinctrl/intel-pinctrl.cfg
> > > @@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
> > > CONFIG_PINCTRL_GEMINILAKE=y CONFIG_PINCTRL_ICELAKE=y
> > > CONFIG_PINCTRL_LEWISBURG=y
> > > +CONFIG_PINCTRL_LYNXPOINT=m
> > > diff --git a/features/soc/skylake/skylake.cfg
> > > b/features/soc/skylake/skylake.cfg
> > > index b2140b05..34066635 100644
> > > --- a/features/soc/skylake/skylake.cfg
> > > +++ b/features/soc/skylake/skylake.cfg
> > > @@ -24,7 +24,6 @@ CONFIG_CRC8=m
> > > CONFIG_BT_HCIUART=m
> > > CONFIG_BT_HCIUART_INTEL=y
> > > CONFIG_USB_EHCI_PCI=y
> > > -CONFIG_GPIO_LYNXPOINT=m
> > >
> > > # Other misc support
> > > CONFIG_INTEL_MEI_TXE=m
> > > --
> > > 2.17.1
> > >
> > >
> >
> >
> 
> 
> 
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8342): 
https://lists.yoctoproject.org/g/linux-yocto/message/8342
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-01-15 Thread Bruce Ashfield
Sorry for the delay, 5.4 and 5.5 were consuming a lot of my time.

This is now merged. My SRCREV updates will follow, but since you have
your own .. you can pickup the changes whenever you want.

Bruce

On Thu, Jan 9, 2020 at 10:09 PM Tim Orling
 wrote:
>
>
>
> > On Jan 9, 2020, at 6:12 PM, Naveen Saini  
> > wrote:
> >
> > Lynxpoint GPIO driver moved under Intel pin control umbrella
> > for further transformation to a real pin control driver.
> >
> > CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT
> >
> > https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072d1fc839a4afe288046f3
> >
>
> Thank you. This was on my TODO list,.
>
> > Signed-off-by: Naveen Saini 
>
> Acked-by: Tim Orling 
>
> > ---
> > features/intel-pinctrl/intel-pinctrl.cfg | 1 +
> > features/soc/skylake/skylake.cfg | 1 -
> > 2 files changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/features/intel-pinctrl/intel-pinctrl.cfg 
> > b/features/intel-pinctrl/intel-pinctrl.cfg
> > index 6d46eec7..406cf3ce 100644
> > --- a/features/intel-pinctrl/intel-pinctrl.cfg
> > +++ b/features/intel-pinctrl/intel-pinctrl.cfg
> > @@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
> > CONFIG_PINCTRL_GEMINILAKE=y
> > CONFIG_PINCTRL_ICELAKE=y
> > CONFIG_PINCTRL_LEWISBURG=y
> > +CONFIG_PINCTRL_LYNXPOINT=m
> > diff --git a/features/soc/skylake/skylake.cfg 
> > b/features/soc/skylake/skylake.cfg
> > index b2140b05..34066635 100644
> > --- a/features/soc/skylake/skylake.cfg
> > +++ b/features/soc/skylake/skylake.cfg
> > @@ -24,7 +24,6 @@ CONFIG_CRC8=m
> > CONFIG_BT_HCIUART=m
> > CONFIG_BT_HCIUART_INTEL=y
> > CONFIG_USB_EHCI_PCI=y
> > -CONFIG_GPIO_LYNXPOINT=m
> >
> > # Other misc support
> > CONFIG_INTEL_MEI_TXE=m
> > --
> > 2.17.1
> >
> >
>
> 



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8309): 
https://lists.yoctoproject.org/g/linux-yocto/message/8309
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-01-09 Thread Tim Orling


> On Jan 9, 2020, at 6:12 PM, Naveen Saini  wrote:
> 
> Lynxpoint GPIO driver moved under Intel pin control umbrella
> for further transformation to a real pin control driver.
> 
> CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT
> 
> https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072d1fc839a4afe288046f3
> 

Thank you. This was on my TODO list,.

> Signed-off-by: Naveen Saini 

Acked-by: Tim Orling 

> ---
> features/intel-pinctrl/intel-pinctrl.cfg | 1 +
> features/soc/skylake/skylake.cfg | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/features/intel-pinctrl/intel-pinctrl.cfg 
> b/features/intel-pinctrl/intel-pinctrl.cfg
> index 6d46eec7..406cf3ce 100644
> --- a/features/intel-pinctrl/intel-pinctrl.cfg
> +++ b/features/intel-pinctrl/intel-pinctrl.cfg
> @@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
> CONFIG_PINCTRL_GEMINILAKE=y
> CONFIG_PINCTRL_ICELAKE=y
> CONFIG_PINCTRL_LEWISBURG=y
> +CONFIG_PINCTRL_LYNXPOINT=m
> diff --git a/features/soc/skylake/skylake.cfg 
> b/features/soc/skylake/skylake.cfg
> index b2140b05..34066635 100644
> --- a/features/soc/skylake/skylake.cfg
> +++ b/features/soc/skylake/skylake.cfg
> @@ -24,7 +24,6 @@ CONFIG_CRC8=m
> CONFIG_BT_HCIUART=m
> CONFIG_BT_HCIUART_INTEL=y
> CONFIG_USB_EHCI_PCI=y
> -CONFIG_GPIO_LYNXPOINT=m
> 
> # Other misc support
> CONFIG_INTEL_MEI_TXE=m
> -- 
> 2.17.1
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8302): 
https://lists.yoctoproject.org/g/linux-yocto/message/8302
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[linux-yocto] [kernel-cache][PATCH 2/3] features/intel-pinctrl: remove CONFIG_GPIO_LYNXPOINT

2020-01-09 Thread Naveen Saini
Lynxpoint GPIO driver moved under Intel pin control umbrella
for further transformation to a real pin control driver.

CONFIG_GPIO_LYNXPOINT renamed to PINCTRL_LYNXPOINT

https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072d1fc839a4afe288046f3

Signed-off-by: Naveen Saini 
---
 features/intel-pinctrl/intel-pinctrl.cfg | 1 +
 features/soc/skylake/skylake.cfg | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/intel-pinctrl/intel-pinctrl.cfg 
b/features/intel-pinctrl/intel-pinctrl.cfg
index 6d46eec7..406cf3ce 100644
--- a/features/intel-pinctrl/intel-pinctrl.cfg
+++ b/features/intel-pinctrl/intel-pinctrl.cfg
@@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y
 CONFIG_PINCTRL_GEMINILAKE=y
 CONFIG_PINCTRL_ICELAKE=y
 CONFIG_PINCTRL_LEWISBURG=y
+CONFIG_PINCTRL_LYNXPOINT=m
diff --git a/features/soc/skylake/skylake.cfg b/features/soc/skylake/skylake.cfg
index b2140b05..34066635 100644
--- a/features/soc/skylake/skylake.cfg
+++ b/features/soc/skylake/skylake.cfg
@@ -24,7 +24,6 @@ CONFIG_CRC8=m
 CONFIG_BT_HCIUART=m
 CONFIG_BT_HCIUART_INTEL=y
 CONFIG_USB_EHCI_PCI=y
-CONFIG_GPIO_LYNXPOINT=m
 
 # Other misc support
 CONFIG_INTEL_MEI_TXE=m
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#8299): 
https://lists.yoctoproject.org/g/linux-yocto/message/8299
Mute This Topic: https://lists.yoctoproject.org/mt/69593269/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-