Re: [PATCH] GPIO: gpio-twl6040: Remove support for legacy (pdata) mode

2013-07-20 Thread Linus Walleij
On Fri, Jul 12, 2013 at 1:30 PM, Peter Ujfalusi wrote: > TWL6040 is used only with OMAP4/5 SoCs and they can only boot in in DT mode. > The support for pdata/legacy boot can be removed. > > Signed-off-by: Peter Ujfalusi OK patch applied. Yours, Linus Walleij -- To unsubscribe from this list: s

[PATCH] GPIO: gpio-twl6040: Remove support for legacy (pdata) mode

2013-07-12 Thread Peter Ujfalusi
TWL6040 is used only with OMAP4/5 SoCs and they can only boot in in DT mode. The support for pdata/legacy boot can be removed. Signed-off-by: Peter Ujfalusi --- drivers/gpio/gpio-twl6040.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-twl6040.c b/driv