2012-08-29 06:57:58

by Axel Lin

[permalink] [raw]
Subject: [PATCH] gpio: Remove broken mark for da9052 gpio driver

The fix for MFD part is merged so remove the broken mark for da9052 gpio driver.

Signed-off-by: Axel Lin <[email protected]>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index ba7926f5..95778f1 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -82,7 +82,7 @@ config GPIO_GENERIC

config GPIO_DA9052
tristate "Dialog DA9052 GPIO"
- depends on PMIC_DA9052 && BROKEN
+ depends on PMIC_DA9052
help
Say yes here to enable the GPIO driver for the DA9052 chip.

--
1.7.9.5



2012-08-31 23:06:32

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] gpio: Remove broken mark for da9052 gpio driver

On Wed, Aug 29, 2012 at 8:57 AM, Axel Lin <[email protected]> wrote:

> The fix for MFD part is merged so remove the broken mark for da9052 gpio driver.
>
> Signed-off-by: Axel Lin <[email protected]>

OK I trust you on this, patch applied.

Yours,
Linus Walleij