From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] ARM: pxa: lubbock: add declaration of vbus tranceiver
Date: Sun, 30 Nov 2014 01:02:03 +0300 [thread overview]
Message-ID: <1417298525-5587-2-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1417298525-5587-1-git-send-email-dbaryshkov@gmail.com>
Add a declaration of lubbock-vbus device, used as UDC transceiver on
Lubbock platform.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
arch/arm/mach-pxa/lubbock.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c
index d8a1be6..5e2dcf7 100644
--- a/arch/arm/mach-pxa/lubbock.c
+++ b/arch/arm/mach-pxa/lubbock.c
@@ -383,11 +383,17 @@ static struct platform_device lubbock_flash_device[2] = {
},
};
+static struct platform_device lubbock_vbus = {
+ .name = "lubbock-vbus",
+ .id = -1,
+};
+
static struct platform_device *devices[] __initdata = {
&sa1111_device,
&smc91x_device,
&lubbock_flash_device[0],
&lubbock_flash_device[1],
+ &lubbock_vbus,
};
static struct pxafb_mode_info sharp_lm8v31_mode = {
--
2.1.3
next prev parent reply other threads:[~2014-11-29 22:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-29 22:02 [PATCH v2 0/3] ARM/usb: add PHY for Lubbock platform Dmitry Eremin-Solenikov
2014-11-29 22:02 ` Dmitry Eremin-Solenikov [this message]
2014-11-29 22:02 ` [PATCH v2 2/3] usb: phy: add lubbock phy driver Dmitry Eremin-Solenikov
2014-11-29 22:44 ` Jeremiah Mahler
2014-11-30 21:07 ` Robert Jarzmik
2015-01-08 16:58 ` Felipe Balbi
2015-01-11 18:44 ` Dmitry Eremin-Solenikov
2015-01-12 21:51 ` Felipe Balbi
2015-01-13 6:10 ` Kishon Vijay Abraham I
2015-01-15 1:45 ` Dmitry Eremin-Solenikov
2014-11-29 22:02 ` [PATCH v2 3/3] usb: gadget: drop lubbock-specific code from pxa25x_udc Dmitry Eremin-Solenikov
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=1417298525-5587-2-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).