All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: pfuze100: Fix module alias prefix
@ 2013-07-29  4:19 Axel Lin
  2013-07-29  4:48 ` Robin Gong
  2013-07-29  5:52 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2013-07-29  4:19 UTC (permalink / raw)
  To: Mark Brown; +Cc: Robin Gong, Liam Girdwood, linux-kernel

i2c drivers use "i2c:" prefix for module alias.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/pfuze100-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index cd136ff..e9e8ae3 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -451,4 +451,4 @@ module_i2c_driver(pfuze_driver);
 
 MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
 MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
-MODULE_ALIAS("pfuze100-regulator");
+MODULE_ALIAS("i2c:pfuze100-regulator");
-- 
1.8.1.2




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

* Re: [PATCH] regulator: pfuze100: Fix module alias prefix
  2013-07-29  4:19 [PATCH] regulator: pfuze100: Fix module alias prefix Axel Lin
@ 2013-07-29  4:48 ` Robin Gong
  2013-07-29  5:52 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Robin Gong @ 2013-07-29  4:48 UTC (permalink / raw)
  To: Axel Lin; +Cc: Mark Brown, Liam Girdwood, linux-kernel

Thanks Axel for the quick founding. The patch set is ok for me.
On Mon, Jul 29, 2013 at 12:19:29PM +0800, Axel Lin wrote:
> i2c drivers use "i2c:" prefix for module alias.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  drivers/regulator/pfuze100-regulator.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
> index cd136ff..e9e8ae3 100644
> --- a/drivers/regulator/pfuze100-regulator.c
> +++ b/drivers/regulator/pfuze100-regulator.c
> @@ -451,4 +451,4 @@ module_i2c_driver(pfuze_driver);
>  
>  MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
>  MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
> -MODULE_ALIAS("pfuze100-regulator");
> +MODULE_ALIAS("i2c:pfuze100-regulator");
> -- 
> 1.8.1.2
> 
> 
> 
> 


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

* Re: [PATCH] regulator: pfuze100: Fix module alias prefix
  2013-07-29  4:19 [PATCH] regulator: pfuze100: Fix module alias prefix Axel Lin
  2013-07-29  4:48 ` Robin Gong
@ 2013-07-29  5:52 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-07-29  5:52 UTC (permalink / raw)
  To: Axel Lin; +Cc: Robin Gong, Liam Girdwood, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

On Mon, Jul 29, 2013 at 12:19:29PM +0800, Axel Lin wrote:
> i2c drivers use "i2c:" prefix for module alias.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-07-29  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29  4:19 [PATCH] regulator: pfuze100: Fix module alias prefix Axel Lin
2013-07-29  4:48 ` Robin Gong
2013-07-29  5:52 ` Mark Brown

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.