All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] TWL4030 charger
@ 2015-02-21 21:15 Nicolas JOURDEN
  2015-02-22 11:50 ` Nicolas JOURDEN
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas JOURDEN @ 2015-02-21 21:15 UTC (permalink / raw)
  To: linux-pm, sre, dbaryshkov, dwmw2, notasas

Hello,

This patch fix the TWL4030 charger module for the RTC battery.

Cheers,
Nicolas


Signed-off-by: Nicolas JOURDEN <nicolas.jourden@laposte.net>
---
diff --git a/drivers/power/twl4030_charger.c 
b/drivers/power/twl4030_charger.c
index 2598c58..89184ae 100644
--- a/drivers/power/twl4030_charger.c
+++ b/drivers/power/twl4030_charger.c
@@ -719,10 +719,11 @@ static struct platform_driver twl4030_bci_driver = {
                 .owner  = THIS_MODULE,
                 .of_match_table = of_match_ptr(twl_bci_of_match),
         },
+       .probe  = twl4030_bci_probe,
         .remove = __exit_p(twl4030_bci_remove),
  };

-module_platform_driver_probe(twl4030_bci_driver, twl4030_bci_probe);
+module_platform_driver(twl4030_bci_driver);

  MODULE_AUTHOR("Gražvydas Ignotas");
  MODULE_DESCRIPTION("TWL4030 Battery Charger Interface driver");



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

* Re: [PATCH] TWL4030 charger
  2015-02-21 21:15 [PATCH] TWL4030 charger Nicolas JOURDEN
@ 2015-02-22 11:50 ` Nicolas JOURDEN
  2015-02-23 11:25   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas JOURDEN @ 2015-02-22 11:50 UTC (permalink / raw)
  To: linux-pm, sre, dbaryshkov, dwmw2, notasas

Hello,

Looks like my mailer changed the format/indent for the patch.
This patch fix the TWL4030 charger module for the RTC battery.


Signed-off-by: Nicolas JOURDEN <nicolas.jourden@laposte.net>
---
diff --git a/drivers/power/twl4030_charger.c b/drivers/power/twl4030_charger.c
index 2598c58..89184ae 100644
--- a/drivers/power/twl4030_charger.c
+++ b/drivers/power/twl4030_charger.c
@@ -719,10 +719,11 @@ static struct platform_driver twl4030_bci_driver = {
 		.owner	= THIS_MODULE,
 		.of_match_table = of_match_ptr(twl_bci_of_match),
 	},
+	.probe  = twl4030_bci_probe,
 	.remove	= __exit_p(twl4030_bci_remove),
 };
 
-module_platform_driver_probe(twl4030_bci_driver, twl4030_bci_probe);
+module_platform_driver(twl4030_bci_driver);
 
 MODULE_AUTHOR("Gražvydas Ignotas");
 MODULE_DESCRIPTION("TWL4030 Battery Charger Interface driver");

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

* Re: [PATCH] TWL4030 charger
  2015-02-22 11:50 ` Nicolas JOURDEN
@ 2015-02-23 11:25   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2015-02-23 11:25 UTC (permalink / raw)
  To: Nicolas JOURDEN; +Cc: linux-pm, sre, dbaryshkov, dwmw2, notasas

2015-02-22 12:50 GMT+01:00 Nicolas JOURDEN <nicolas.jourden@laposte.net>:
> Hello,
>
> Looks like my mailer changed the format/indent for the patch.
> This patch fix the TWL4030 charger module for the RTC battery.
>

Could you put a proper title for this patch describing in few words
what is fixed? Additionally could you describe the exact fix details
in commit message. For example these details could be useful:
1. What is the problem,
2. When the problem appears (or how the problem can be reproduced).
3. What is the "fix".

I am asking for these details to better understand the error you found
and the fix for it.

Best regards,
Krzysztof

>
> Signed-off-by: Nicolas JOURDEN <nicolas.jourden@laposte.net>
> ---
> diff --git a/drivers/power/twl4030_charger.c b/drivers/power/twl4030_charger.c
> index 2598c58..89184ae 100644
> --- a/drivers/power/twl4030_charger.c
> +++ b/drivers/power/twl4030_charger.c
> @@ -719,10 +719,11 @@ static struct platform_driver twl4030_bci_driver = {
>                 .owner  = THIS_MODULE,
>                 .of_match_table = of_match_ptr(twl_bci_of_match),
>         },
> +       .probe  = twl4030_bci_probe,
>         .remove = __exit_p(twl4030_bci_remove),
>  };
>
> -module_platform_driver_probe(twl4030_bci_driver, twl4030_bci_probe);
> +module_platform_driver(twl4030_bci_driver);
>
>  MODULE_AUTHOR("Gražvydas Ignotas");
>  MODULE_DESCRIPTION("TWL4030 Battery Charger Interface driver");

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

end of thread, other threads:[~2015-02-23 11:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-21 21:15 [PATCH] TWL4030 charger Nicolas JOURDEN
2015-02-22 11:50 ` Nicolas JOURDEN
2015-02-23 11:25   ` Krzysztof Kozlowski

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.