From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] USB: Add driver for NXP ISP1301 USB transceiver
Date: Mon, 16 Apr 2012 17:40:34 +0200 [thread overview]
Message-ID: <4F8C3D72.8040307@antcom.de> (raw)
In-Reply-To: <201204161414.14624.arnd@arndb.de>
On 04/16/2012 04:14 PM, Arnd Bergmann wrote:
>> This driver needs to be probe()d before the respective USB driver using it. For
>> modules, this is handled via the module dependency. When linking statically, it
>> is done via linking order in the Makefile (misc/ before host/ and the gadget/).
>
> You can easily avoid the link order restriction now by returning -EPROBE_DEFER
> from the probe function of the device that needs this one.
That's exactly what I was looking for! :-)
Same for the phandle idea.
Will include the resp. changes in the next update
Thanks,
Roland
WARNING: multiple messages have this Message-ID (diff)
From: Roland Stigge <stigge@antcom.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, kevin.wells@nxp.com,
srinivas.bakki@nxp.com, stern@rowland.harvard.edu,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/3] USB: Add driver for NXP ISP1301 USB transceiver
Date: Mon, 16 Apr 2012 17:40:34 +0200 [thread overview]
Message-ID: <4F8C3D72.8040307@antcom.de> (raw)
In-Reply-To: <201204161414.14624.arnd@arndb.de>
On 04/16/2012 04:14 PM, Arnd Bergmann wrote:
>> This driver needs to be probe()d before the respective USB driver using it. For
>> modules, this is handled via the module dependency. When linking statically, it
>> is done via linking order in the Makefile (misc/ before host/ and the gadget/).
>
> You can easily avoid the link order restriction now by returning -EPROBE_DEFER
> from the probe function of the device that needs this one.
That's exactly what I was looking for! :-)
Same for the phandle idea.
Will include the resp. changes in the next update
Thanks,
Roland
next prev parent reply other threads:[~2012-04-16 15:40 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 13:16 [PATCH v2 1/3] USB: Add driver for NXP ISP1301 USB transceiver Roland Stigge
2012-04-16 13:16 ` Roland Stigge
2012-04-16 13:16 ` [PATCH v2 2/3] USB: gadget driver for LPC32xx Roland Stigge
2012-04-16 13:16 ` Roland Stigge
2012-04-16 13:16 ` [PATCH v2 3/3] USB: ohci-nxp: Use isp1301 driver Roland Stigge
2012-04-16 13:16 ` Roland Stigge
2012-04-16 14:14 ` [PATCH v2 1/3] USB: Add driver for NXP ISP1301 USB transceiver Arnd Bergmann
2012-04-16 14:14 ` Arnd Bergmann
2012-04-16 15:40 ` Roland Stigge [this message]
2012-04-16 15:40 ` Roland Stigge
2012-04-16 15:09 ` Alan Stern
2012-04-16 15:09 ` Alan Stern
2012-04-16 15:52 ` Roland Stigge
2012-04-16 15:52 ` Roland Stigge
2012-04-16 15:58 ` Greg KH
2012-04-16 15:58 ` Greg KH
2012-04-16 16:02 ` Alan Stern
2012-04-16 16:02 ` Alan Stern
2012-04-16 16:12 ` Roland Stigge
2012-04-16 16:12 ` Roland Stigge
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=4F8C3D72.8040307@antcom.de \
--to=stigge@antcom.de \
--cc=linux-arm-kernel@lists.infradead.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.