All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Praveen Paneri <p.paneri@samsung.com>
Cc: linux-usb@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
	balbi@ti.com, gregkh@linuxfoundation.org,
	thomas.abraham@linaro.org, ben-linux@fluff.org,
	broonie@opensource.wolfsonmicro.com, l.majewski@samsung.com,
	kyungmin.park@samsung.com, grant.likely@secretlab.ca,
	heiko@sntech.de
Subject: Re: [PATCH v3 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg
Date: Thu, 9 Aug 2012 12:28:54 +0300	[thread overview]
Message-ID: <20120809092853.GJ12174@arwen.pp.htv.fi> (raw)
In-Reply-To: <1344411661-17821-2-git-send-email-p.paneri@samsung.com>

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

On Wed, Aug 08, 2012 at 01:10:57PM +0530, Praveen Paneri wrote:
> +static int __init samsung_usbphy_driver_init(void)
> +{
> +	return platform_driver_register(&samsung_usbphy_driver);
> +}
> +subsys_initcall(samsung_usbphy_driver_init);

let's make use of the module_platform_driver() and have dependent
drivers return -EPROBE_DEFER until this has registered.

-- 
balbi

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

WARNING: multiple messages have this Message-ID (diff)
From: balbi@ti.com (Felipe Balbi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg
Date: Thu, 9 Aug 2012 12:28:54 +0300	[thread overview]
Message-ID: <20120809092853.GJ12174@arwen.pp.htv.fi> (raw)
In-Reply-To: <1344411661-17821-2-git-send-email-p.paneri@samsung.com>

On Wed, Aug 08, 2012 at 01:10:57PM +0530, Praveen Paneri wrote:
> +static int __init samsung_usbphy_driver_init(void)
> +{
> +	return platform_driver_register(&samsung_usbphy_driver);
> +}
> +subsys_initcall(samsung_usbphy_driver_init);

let's make use of the module_platform_driver() and have dependent
drivers return -EPROBE_DEFER until this has registered.

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120809/c83bf221/attachment.sig>

  reply	other threads:[~2012-08-09  9:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-08  7:40 [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs Praveen Paneri
2012-08-08  7:40 ` Praveen Paneri
     [not found] ` <1344411661-17821-1-git-send-email-p.paneri-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-08-08  7:40   ` [PATCH v3 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg Praveen Paneri
2012-08-08  7:40     ` Praveen Paneri
2012-08-09  9:28     ` Felipe Balbi [this message]
2012-08-09  9:28       ` Felipe Balbi
     [not found]       ` <20120809092853.GJ12174-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2012-08-09  9:56         ` Praveen Paneri
2012-08-09  9:56           ` Praveen Paneri
2012-08-08  7:40 ` [PATCH v3 2/5] usb: s3c-hsotg: Adding phy driver support Praveen Paneri
2012-08-08  7:40   ` Praveen Paneri
2012-08-09  9:29   ` Felipe Balbi
2012-08-09  9:29     ` Felipe Balbi
2012-08-09 10:00     ` Praveen Paneri
2012-08-09 10:00       ` Praveen Paneri
2012-08-08  7:40 ` [PATCH v3 3/5] ARM: S3C64XX: Removing old phy setup code Praveen Paneri
2012-08-08  7:40   ` Praveen Paneri
2012-08-08  7:41 ` [PATCH v3 4/5] ARM: S3C64XX: Enabling samsung-usbphy driver Praveen Paneri
2012-08-08  7:41   ` Praveen Paneri
2012-08-10  6:54   ` Anton Tikhomirov
2012-08-10  6:54     ` Anton Tikhomirov
     [not found]     ` <004301cd76c4$f63d4310$e2b7c930$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-08-10  7:44       ` Praveen Paneri
2012-08-10  7:44         ` Praveen Paneri
2012-08-08  7:41 ` [PATCH v3 5/5] ARM: Exynos4210: " Praveen Paneri
2012-08-08  7:41   ` Praveen Paneri
2012-08-10  1:33 ` [PATCH v3 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs Joonyoung Shim
2012-08-10  1:33   ` Joonyoung Shim
2012-08-10  5:47   ` Praveen Paneri
2012-08-10  5:47     ` Praveen Paneri
     [not found]     ` <CAD6zSYP33PDrXwifQM=7q+Esk1X7m5+DNG_=A2a-qTENk4zq8w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-08-10  6:16       ` Felipe Balbi
2012-08-10  6:16         ` Felipe Balbi
2012-08-10  6:24         ` Praveen Paneri
2012-08-10  6:24           ` Praveen Paneri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120809092853.GJ12174@arwen.pp.htv.fi \
    --to=balbi@ti.com \
    --cc=ben-linux@fluff.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@secretlab.ca \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=l.majewski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=p.paneri@samsung.com \
    --cc=thomas.abraham@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.