All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver
@ 2013-08-09 15:33 Michael Brunner
  2013-08-09 19:24 ` Guenter Roeck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Brunner @ 2013-08-09 15:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Guenter Roeck, Kevin Strasser, Darren Hart, Samuel Ortiz,
	Chris Healy, Linus Walleij, linux-gpio

This patch changes the driver name to be consistent with the name that
is registered as cell name in the MFD driver. Otherwise the driver won't
load.

Signed-off-by: Michael Brunner <michael.brunner@kontron.com>
---
 drivers/gpio/gpio-kempld.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-kempld.c b/drivers/gpio/gpio-kempld.c
index 1bdc3a2..d3ed563 100644
--- a/drivers/gpio/gpio-kempld.c
+++ b/drivers/gpio/gpio-kempld.c
@@ -210,7 +210,7 @@ static int kempld_gpio_remove(struct
platform_device *pdev) 
 static struct platform_driver kempld_gpio_driver = {
        .driver = {
-               .name = "gpio-kempld",
+               .name = "kempld-gpio",
                .owner = THIS_MODULE,
        },
        .probe          = kempld_gpio_probe,

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

* Re: [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver
  2013-08-09 15:33 [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver Michael Brunner
@ 2013-08-09 19:24 ` Guenter Roeck
  2013-08-10 22:10 ` Kevin Strasser
  2013-08-16 15:05 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2013-08-09 19:24 UTC (permalink / raw)
  To: Michael Brunner
  Cc: linux-kernel, Kevin Strasser, Darren Hart, Samuel Ortiz,
	Chris Healy, Linus Walleij, linux-gpio

On Fri, Aug 09, 2013 at 05:33:06PM +0200, Michael Brunner wrote:
> This patch changes the driver name to be consistent with the name that
> is registered as cell name in the MFD driver. Otherwise the driver won't
> load.
> 
> Signed-off-by: Michael Brunner <michael.brunner@kontron.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/gpio/gpio-kempld.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpio/gpio-kempld.c b/drivers/gpio/gpio-kempld.c
> index 1bdc3a2..d3ed563 100644
> --- a/drivers/gpio/gpio-kempld.c
> +++ b/drivers/gpio/gpio-kempld.c
> @@ -210,7 +210,7 @@ static int kempld_gpio_remove(struct
> platform_device *pdev) 
>  static struct platform_driver kempld_gpio_driver = {
>         .driver = {
> -               .name = "gpio-kempld",
> +               .name = "kempld-gpio",
>                 .owner = THIS_MODULE,
>         },
>         .probe          = kempld_gpio_probe,
> 

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

* Re: [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver
  2013-08-09 15:33 [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver Michael Brunner
  2013-08-09 19:24 ` Guenter Roeck
@ 2013-08-10 22:10 ` Kevin Strasser
  2013-08-16 15:05 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Kevin Strasser @ 2013-08-10 22:10 UTC (permalink / raw)
  To: Michael Brunner
  Cc: linux-kernel, Guenter Roeck, Darren Hart, Samuel Ortiz,
	Chris Healy, Linus Walleij, linux-gpio

On Fri, Aug 09, 2013 at 05:33:06PM +0200, Michael Brunner wrote:
> This patch changes the driver name to be consistent with the name that
> is registered as cell name in the MFD driver. Otherwise the driver won't
> load.
> 
> Signed-off-by: Michael Brunner <michael.brunner@kontron.com>

Acked-by: Kevin Strasser <strassek@engr.orst.edu>

> ---
>  drivers/gpio/gpio-kempld.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpio/gpio-kempld.c b/drivers/gpio/gpio-kempld.c
> index 1bdc3a2..d3ed563 100644
> --- a/drivers/gpio/gpio-kempld.c
> +++ b/drivers/gpio/gpio-kempld.c
> @@ -210,7 +210,7 @@ static int kempld_gpio_remove(struct
> platform_device *pdev) 
>  static struct platform_driver kempld_gpio_driver = {
>         .driver = {
> -               .name = "gpio-kempld",
> +               .name = "kempld-gpio",
>                 .owner = THIS_MODULE,
>         },
>         .probe          = kempld_gpio_probe,

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

* Re: [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver
  2013-08-09 15:33 [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver Michael Brunner
  2013-08-09 19:24 ` Guenter Roeck
  2013-08-10 22:10 ` Kevin Strasser
@ 2013-08-16 15:05 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-08-16 15:05 UTC (permalink / raw)
  To: Michael Brunner
  Cc: linux-kernel, Guenter Roeck, Kevin Strasser, Darren Hart,
	Samuel Ortiz, Chris Healy, linux-gpio

On Fri, Aug 9, 2013 at 5:33 PM, Michael Brunner <mibru@gmx.de> wrote:

> This patch changes the driver name to be consistent with the name that
> is registered as cell name in the MFD driver. Otherwise the driver won't
> load.
>
> Signed-off-by: Michael Brunner <michael.brunner@kontron.com>

Patch applied!

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-08-16 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-09 15:33 [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver Michael Brunner
2013-08-09 19:24 ` Guenter Roeck
2013-08-10 22:10 ` Kevin Strasser
2013-08-16 15:05 ` 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.