All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE
@ 2014-07-02  7:48 Sjoerd Simons
  2014-07-02  8:50 ` Kishon Vijay Abraham I
  2014-07-03  6:57 ` [PATCH] drivers: phy: phy-samsung-usb2.c: " Sjoerd Simons
  0 siblings, 2 replies; 3+ messages in thread
From: Sjoerd Simons @ 2014-07-02  7:48 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Kishon Vijay Abraham I, Kamil Debski, Sjoerd Simons

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---
 drivers/phy/phy-samsung-usb2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c
index 8a8c6bc..1e69a32 100644
--- a/drivers/phy/phy-samsung-usb2.c
+++ b/drivers/phy/phy-samsung-usb2.c
@@ -107,6 +107,7 @@ static const struct of_device_id samsung_usb2_phy_of_match[] = {
 #endif
 	{ },
 };
+MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match);
 
 static int samsung_usb2_phy_probe(struct platform_device *pdev)
 {
-- 
2.0.0

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

* Re: [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE
  2014-07-02  7:48 [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE Sjoerd Simons
@ 2014-07-02  8:50 ` Kishon Vijay Abraham I
  2014-07-03  6:57 ` [PATCH] drivers: phy: phy-samsung-usb2.c: " Sjoerd Simons
  1 sibling, 0 replies; 3+ messages in thread
From: Kishon Vijay Abraham I @ 2014-07-02  8:50 UTC (permalink / raw)
  To: Sjoerd Simons, linux-samsung-soc; +Cc: Kamil Debski

Hi,

On Wednesday 02 July 2014 01:18 PM, Sjoerd Simons wrote:

Please add a commit log here describing what your patch does and why you need it.

Cheers
Kishon
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> ---
>  drivers/phy/phy-samsung-usb2.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c
> index 8a8c6bc..1e69a32 100644
> --- a/drivers/phy/phy-samsung-usb2.c
> +++ b/drivers/phy/phy-samsung-usb2.c
> @@ -107,6 +107,7 @@ static const struct of_device_id samsung_usb2_phy_of_match[] = {
>  #endif
>  	{ },
>  };
> +MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match);
>  
>  static int samsung_usb2_phy_probe(struct platform_device *pdev)
>  {
> 

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

* [PATCH] drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE
  2014-07-02  7:48 [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE Sjoerd Simons
  2014-07-02  8:50 ` Kishon Vijay Abraham I
@ 2014-07-03  6:57 ` Sjoerd Simons
  1 sibling, 0 replies; 3+ messages in thread
From: Sjoerd Simons @ 2014-07-03  6:57 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Kishon Vijay Abraham I, Kamil Debski, Sjoerd Simons

Allow phy-exynos-usb2 to be autoloaded based on devicetree information.
Tested on Odroid X2 with its USB subsystem build as modules.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---
 drivers/phy/phy-samsung-usb2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c
index 8a8c6bc..1e69a32 100644
--- a/drivers/phy/phy-samsung-usb2.c
+++ b/drivers/phy/phy-samsung-usb2.c
@@ -107,6 +107,7 @@ static const struct of_device_id samsung_usb2_phy_of_match[] = {
 #endif
 	{ },
 };
+MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match);
 
 static int samsung_usb2_phy_probe(struct platform_device *pdev)
 {
-- 
2.0.0

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

end of thread, other threads:[~2014-07-03  6:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  7:48 [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE Sjoerd Simons
2014-07-02  8:50 ` Kishon Vijay Abraham I
2014-07-03  6:57 ` [PATCH] drivers: phy: phy-samsung-usb2.c: " Sjoerd Simons

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.