All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: mockup: don't depend twice on GPIOLIB
@ 2019-07-25 13:10 Uwe Kleine-König
  2019-08-14 20:12 ` Uwe Kleine-König
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2019-07-25 13:10 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski; +Cc: linux-gpio

config GPIO_MOCKUP is defined in a big if GPIOLIB ... endif block so it
doesn't need to depend explicitly on GPIOLIB.

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
---
 drivers/gpio/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index bb13c266c329..856fcd260ba2 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1465,7 +1465,6 @@ endmenu
 
 config GPIO_MOCKUP
 	tristate "GPIO Testing Driver"
-	depends on GPIOLIB
 	select IRQ_SIM
 	help
 	  This enables GPIO Testing driver, which provides a way to test GPIO
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gpio: mockup: don't depend twice on GPIOLIB
  2019-07-25 13:10 [PATCH] gpio: mockup: don't depend twice on GPIOLIB Uwe Kleine-König
@ 2019-08-14 20:12 ` Uwe Kleine-König
  2019-08-15  8:15   ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2019-08-14 20:12 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski; +Cc: linux-gpio


[-- Attachment #1.1: Type: text/plain, Size: 799 bytes --]

On 7/25/19 3:10 PM, Uwe Kleine-König wrote:
> config GPIO_MOCKUP is defined in a big if GPIOLIB ... endif block so it
> doesn't need to depend explicitly on GPIOLIB.
> 
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
> ---
>  drivers/gpio/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index bb13c266c329..856fcd260ba2 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -1465,7 +1465,6 @@ endmenu
>  
>  config GPIO_MOCKUP
>  	tristate "GPIO Testing Driver"
> -	depends on GPIOLIB
>  	select IRQ_SIM
>  	help
>  	  This enables GPIO Testing driver, which provides a way to test GPIO
> 

I didn't get feedback for this patch. Did it fall through the cracks?

Best regards
Uwe


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gpio: mockup: don't depend twice on GPIOLIB
  2019-08-14 20:12 ` Uwe Kleine-König
@ 2019-08-15  8:15   ` Linus Walleij
  2019-08-19  5:49     ` Uwe Kleine-König
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2019-08-15  8:15 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Bartosz Golaszewski, open list:GPIO SUBSYSTEM

On Wed, Aug 14, 2019 at 10:12 PM Uwe Kleine-König <uwe@kleine-koenig.org> wrote:
> On 7/25/19 3:10 PM, Uwe Kleine-König wrote:
> > config GPIO_MOCKUP is defined in a big if GPIOLIB ... endif block so it
> > doesn't need to depend explicitly on GPIOLIB.
> >
> > Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
> > ---
> >  drivers/gpio/Kconfig | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> > index bb13c266c329..856fcd260ba2 100644
> > --- a/drivers/gpio/Kconfig
> > +++ b/drivers/gpio/Kconfig
> > @@ -1465,7 +1465,6 @@ endmenu
> >
> >  config GPIO_MOCKUP
> >       tristate "GPIO Testing Driver"
> > -     depends on GPIOLIB
> >       select IRQ_SIM
> >       help
> >         This enables GPIO Testing driver, which provides a way to test GPIO
> >
>
> I didn't get feedback for this patch. Did it fall through the cracks?

Weird, the patch is not in my inbox :(

I downloaded from lore.kernel.org and applied, thanks!

Yours,
Linus Walleij

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gpio: mockup: don't depend twice on GPIOLIB
  2019-08-15  8:15   ` Linus Walleij
@ 2019-08-19  5:49     ` Uwe Kleine-König
  2019-08-20  8:42       ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2019-08-19  5:49 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Bartosz Golaszewski, open list:GPIO SUBSYSTEM


[-- Attachment #1.1: Type: text/plain, Size: 1254 bytes --]

Hello Linus,

On 8/15/19 10:15 AM, Linus Walleij wrote:
> On Wed, Aug 14, 2019 at 10:12 PM Uwe Kleine-König <uwe@kleine-koenig.org> wrote:
>> On 7/25/19 3:10 PM, Uwe Kleine-König wrote:
>>> config GPIO_MOCKUP is defined in a big if GPIOLIB ... endif block so it
>>> doesn't need to depend explicitly on GPIOLIB.
>>>
>>> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
>>> ---
>>>  drivers/gpio/Kconfig | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
>>> index bb13c266c329..856fcd260ba2 100644
>>> --- a/drivers/gpio/Kconfig
>>> +++ b/drivers/gpio/Kconfig
>>> @@ -1465,7 +1465,6 @@ endmenu
>>>
>>>  config GPIO_MOCKUP
>>>       tristate "GPIO Testing Driver"
>>> -     depends on GPIOLIB
>>>       select IRQ_SIM
>>>       help
>>>         This enables GPIO Testing driver, which provides a way to test GPIO
>>>
>>
>> I didn't get feedback for this patch. Did it fall through the cracks?
> 
> Weird, the patch is not in my inbox :(
> 
> I downloaded from lore.kernel.org and applied, thanks!

Thanks for that. Though I'm not entirely happy with that as this
procedure messed up my name in my S-o-b. Would you mind to fix that?

Best regards
Uwe


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gpio: mockup: don't depend twice on GPIOLIB
  2019-08-19  5:49     ` Uwe Kleine-König
@ 2019-08-20  8:42       ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2019-08-20  8:42 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: Bartosz Golaszewski, open list:GPIO SUBSYSTEM

On Mon, Aug 19, 2019 at 7:49 AM Uwe Kleine-König <uwe@kleine-koenig.org> wrote:
> On 8/15/19 10:15 AM, Linus Walleij wrote:

> > I downloaded from lore.kernel.org and applied, thanks!
>
> Thanks for that. Though I'm not entirely happy with that as this
> procedure messed up my name in my S-o-b. Would you mind to fix that?

Grrr lore.kernel.org can't be trusted to handle UTF-8 right...

OK fixed it by hand, thanks for pointing it out.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-20  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-25 13:10 [PATCH] gpio: mockup: don't depend twice on GPIOLIB Uwe Kleine-König
2019-08-14 20:12 ` Uwe Kleine-König
2019-08-15  8:15   ` Linus Walleij
2019-08-19  5:49     ` Uwe Kleine-König
2019-08-20  8:42       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.