Re: [PATCH] gpio: ucb1400: Can be built as a module

2013-04-26 Thread Linus Walleij
On Wed, Apr 17, 2013 at 6:34 PM, Jean Delvare  wrote:

> With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
> be built as a module, so change symbol GPIO_UCB1400 from bool to
> tristate.
>
> Signed-off-by: Jean Delvare 
> Cc: Marek Vasut 
> Cc: Grant Likely 
> Cc: Linus Walleij 

As Sam has merged the depent patch to MFD, applied this with Marek's
ACK.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gpio: ucb1400: Can be built as a module

2013-04-26 Thread Linus Walleij
On Wed, Apr 17, 2013 at 6:34 PM, Jean Delvare jdelv...@suse.de wrote:

 With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
 be built as a module, so change symbol GPIO_UCB1400 from bool to
 tristate.

 Signed-off-by: Jean Delvare jdelv...@suse.de
 Cc: Marek Vasut ma...@denx.de
 Cc: Grant Likely grant.lik...@secretlab.ca
 Cc: Linus Walleij linus.wall...@linaro.org

As Sam has merged the depent patch to MFD, applied this with Marek's
ACK.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gpio: ucb1400: Can be built as a module

2013-04-17 Thread Marek Vasut
Dear Jean Delvare,

> With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
> be built as a module, so change symbol GPIO_UCB1400 from bool to
> tristate.
> 
> Signed-off-by: Jean Delvare 
> Cc: Marek Vasut 
> Cc: Grant Likely 
> Cc: Linus Walleij 

Reviewed-by: Marek Vasut 

Thanks

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] gpio: ucb1400: Can be built as a module

2013-04-17 Thread Jean Delvare
With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
be built as a module, so change symbol GPIO_UCB1400 from bool to
tristate.

Signed-off-by: Jean Delvare 
Cc: Marek Vasut 
Cc: Grant Likely 
Cc: Linus Walleij 
---
 drivers/gpio/Kconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.9-rc7.orig/drivers/gpio/Kconfig 2013-03-05 10:33:27.814889286 
+0100
+++ linux-3.9-rc7/drivers/gpio/Kconfig  2013-04-17 18:24:33.732960538 +0200
@@ -652,7 +652,7 @@ config GPIO_74X164
 comment "AC97 GPIO expanders:"
 
 config GPIO_UCB1400
-   bool "Philips UCB1400 GPIO"
+   tristate "Philips UCB1400 GPIO"
depends on UCB1400_CORE
help
  This enables support for the Philips UCB1400 GPIO pins.

-- 
Jean Delvare
Suse L3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] gpio: ucb1400: Can be built as a module

2013-04-17 Thread Jean Delvare
With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
be built as a module, so change symbol GPIO_UCB1400 from bool to
tristate.

Signed-off-by: Jean Delvare jdelv...@suse.de
Cc: Marek Vasut ma...@denx.de
Cc: Grant Likely grant.lik...@secretlab.ca
Cc: Linus Walleij linus.wall...@linaro.org
---
 drivers/gpio/Kconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.9-rc7.orig/drivers/gpio/Kconfig 2013-03-05 10:33:27.814889286 
+0100
+++ linux-3.9-rc7/drivers/gpio/Kconfig  2013-04-17 18:24:33.732960538 +0200
@@ -652,7 +652,7 @@ config GPIO_74X164
 comment AC97 GPIO expanders:
 
 config GPIO_UCB1400
-   bool Philips UCB1400 GPIO
+   tristate Philips UCB1400 GPIO
depends on UCB1400_CORE
help
  This enables support for the Philips UCB1400 GPIO pins.

-- 
Jean Delvare
Suse L3

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] gpio: ucb1400: Can be built as a module

2013-04-17 Thread Marek Vasut
Dear Jean Delvare,

 With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
 be built as a module, so change symbol GPIO_UCB1400 from bool to
 tristate.
 
 Signed-off-by: Jean Delvare jdelv...@suse.de
 Cc: Marek Vasut ma...@denx.de
 Cc: Grant Likely grant.lik...@secretlab.ca
 Cc: Linus Walleij linus.wall...@linaro.org

Reviewed-by: Marek Vasut ma...@denx.de

Thanks

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/