All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] GPIO: gpio-twl6040: Remove support for legacy (pdata) mode
@ 2013-07-12 11:30 Peter Ujfalusi
  2013-07-20 19:38 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Ujfalusi @ 2013-07-12 11:30 UTC (permalink / raw)
  To: Grant Likely, Linus Walleij; +Cc: linux-gpio, linux-kernel

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 <peter.ujfalusi@ti.com>
---
 drivers/gpio/gpio-twl6040.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/gpio/gpio-twl6040.c b/drivers/gpio/gpio-twl6040.c
index 0be82c6..d420d30 100644
--- a/drivers/gpio/gpio-twl6040.c
+++ b/drivers/gpio/gpio-twl6040.c
@@ -84,15 +84,11 @@ static struct gpio_chip twl6040gpo_chip = {
 
 static int gpo_twl6040_probe(struct platform_device *pdev)
 {
-	struct twl6040_gpo_data *pdata = pdev->dev.platform_data;
 	struct device *twl6040_core_dev = pdev->dev.parent;
 	struct twl6040 *twl6040 = dev_get_drvdata(twl6040_core_dev);
 	int ret;
 
-	if (pdata)
-		twl6040gpo_chip.base = pdata->gpio_base;
-	else
-		twl6040gpo_chip.base = -1;
+	twl6040gpo_chip.base = -1;
 
 	if (twl6040_get_revid(twl6040) < TWL6041_REV_ES2_0)
 		twl6040gpo_chip.ngpio = 3; /* twl6040 have 3 GPO */
-- 
1.8.2.1


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

* Re: [PATCH] GPIO: gpio-twl6040: Remove support for legacy (pdata) mode
  2013-07-12 11:30 [PATCH] GPIO: gpio-twl6040: Remove support for legacy (pdata) mode Peter Ujfalusi
@ 2013-07-20 19:38 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-07-20 19:38 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: Grant Likely, linux-gpio, linux-kernel, Linux-OMAP

On Fri, Jul 12, 2013 at 1:30 PM, Peter Ujfalusi <peter.ujfalusi@ti.com> 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 <peter.ujfalusi@ti.com>

OK patch applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-07-20 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 11:30 [PATCH] GPIO: gpio-twl6040: Remove support for legacy (pdata) mode Peter Ujfalusi
2013-07-20 19:38 ` 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.