linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] mfd/ucb1400: don't depend on gpiolib
@ 2009-01-08 11:06 Sebastian Andrzej Siewior
  2009-01-08 12:25 ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2009-01-08 11:06 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-input

it didn't in the past and I can't see how it does.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
I use ucb1400 with its ts capabilities without *gpiolib* on a ppc system.

 drivers/mfd/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 2572773..8bcd600 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -53,7 +53,6 @@ config HTC_PASIC3
 config UCB1400_CORE
 	tristate "Philips UCB1400 Core driver"
 	depends on AC97_BUS
-	depends on GPIOLIB
 	help
 	  This enables support for the Philips UCB1400 core functions.
 	  The UCB1400 is an AC97 audio codec.
-- 
1.5.6.5


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

* Re: [RFC] mfd/ucb1400: don't depend on gpiolib
  2009-01-08 11:06 [RFC] mfd/ucb1400: don't depend on gpiolib Sebastian Andrzej Siewior
@ 2009-01-08 12:25 ` Marek Vasut
  2009-01-08 12:37   ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2009-01-08 12:25 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior; +Cc: linux-input, akpm

On Thursday 08 of January 2009 12:06:12 Sebastian Andrzej Siewior wrote:
> it didn't in the past and I can't see how it does.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
> I use ucb1400 with its ts capabilities without *gpiolib* on a ppc system.
>
>  drivers/mfd/Kconfig |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 2572773..8bcd600 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -53,7 +53,6 @@ config HTC_PASIC3
>  config UCB1400_CORE
>  	tristate "Philips UCB1400 Core driver"
>  	depends on AC97_BUS
> -	depends on GPIOLIB
>  	help
>  	  This enables support for the Philips UCB1400 core functions.
>  	  The UCB1400 is an AC97 audio codec.

That dependency was added there later, I got email from Andrew Morton from 
22.9.2008 23:44 adding that there, go ask him about it. CCed.

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

* Re: [RFC] mfd/ucb1400: don't depend on gpiolib
  2009-01-08 12:25 ` Marek Vasut
@ 2009-01-08 12:37   ` Sebastian Andrzej Siewior
  2009-01-08 12:39     ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2009-01-08 12:37 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-input, akpm

Marek Vasut wrote:
> On Thursday 08 of January 2009 12:06:12 Sebastian Andrzej Siewior wrote:
>> it didn't in the past and I can't see how it does.
>>
>> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
>> ---
>> I use ucb1400 with its ts capabilities without *gpiolib* on a ppc system.
>>
>>  drivers/mfd/Kconfig |    1 -
>>  1 files changed, 0 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
>> index 2572773..8bcd600 100644
>> --- a/drivers/mfd/Kconfig
>> +++ b/drivers/mfd/Kconfig
>> @@ -53,7 +53,6 @@ config HTC_PASIC3
>>  config UCB1400_CORE
>>  	tristate "Philips UCB1400 Core driver"
>>  	depends on AC97_BUS
>> -	depends on GPIOLIB
>>  	help
>>  	  This enables support for the Philips UCB1400 core functions.
>>  	  The UCB1400 is an AC97 audio codec.
> 
> That dependency was added there later, I got email from Andrew Morton from 
> 22.9.2008 23:44 adding that there, go ask him about it. CCed.

The header file exports functions which have gpio in its name. However I 
did not find any users in tree.
Andrew, do you remember the reason why GPIOLIB got added as a dependency?

Sebastian

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

* Re: [RFC] mfd/ucb1400: don't depend on gpiolib
  2009-01-08 12:37   ` Sebastian Andrzej Siewior
@ 2009-01-08 12:39     ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2009-01-08 12:39 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-input, akpm

Sebastian Andrzej Siewior wrote:
> Marek Vasut wrote:
>> On Thursday 08 of January 2009 12:06:12 Sebastian Andrzej Siewior wrote:
>>> it didn't in the past and I can't see how it does.
>>>
>>> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
>>> ---
>>> I use ucb1400 with its ts capabilities without *gpiolib* on a ppc 
>>> system.
>>>
>>>  drivers/mfd/Kconfig |    1 -
>>>  1 files changed, 0 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
>>> index 2572773..8bcd600 100644
>>> --- a/drivers/mfd/Kconfig
>>> +++ b/drivers/mfd/Kconfig
>>> @@ -53,7 +53,6 @@ config HTC_PASIC3
>>>  config UCB1400_CORE
>>>      tristate "Philips UCB1400 Core driver"
>>>      depends on AC97_BUS
>>> -    depends on GPIOLIB
>>>      help
>>>        This enables support for the Philips UCB1400 core functions.
>>>        The UCB1400 is an AC97 audio codec.
>>
>> That dependency was added there later, I got email from Andrew Morton 
>> from 22.9.2008 23:44 adding that there, go ask him about it. CCed.
> 
> The header file exports functions which have gpio in its name. However I 
> did not find any users in tree.
> Andrew, do you remember the reason why GPIOLIB got added as a dependency?

I've found [1]. Will look later into it.

[1] http://marc.info/?l=linux-mm-commits&m=121919139002830&w=2

Sebastian

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

end of thread, other threads:[~2009-01-08 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 11:06 [RFC] mfd/ucb1400: don't depend on gpiolib Sebastian Andrzej Siewior
2009-01-08 12:25 ` Marek Vasut
2009-01-08 12:37   ` Sebastian Andrzej Siewior
2009-01-08 12:39     ` Sebastian Andrzej Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).