From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: USB Ethernet gadget on Nokia n900
Date: Mon, 20 Oct 2014 15:08:55 +0200 [thread overview]
Message-ID: <20141020130855.GA1067@amd> (raw)
In-Reply-To: <201410192300.20625@pali>
Hi!
> My N900 can boot kernel from v3.12-rc5-n900 branch compiled with
> arch/arm/configs/rx51_defconfig. Also it can boot full Maemo5
> system (with CSSU and some minor system changes) and usb network
> via g_nokia.ko gadget working fine...
>
> So if it does not working for you then kernel usb subsystem could
> have problems with using gadgets directly from zimage.
After some hand-bisecting and real-bisecting, I found two commits that
cause problems for 3.13: With these reverted, I get usb networking
back in 3.13 on nokia n900.
(Pali, if you revert these, you should get working usb networking in
your 3.13 branch, too.)
Any ideas?
Pavel
commit 3e3101d57c50f9e4fa1da947e4bd0bc5cbab4141
Author: Kishon Vijay Abraham I <kishon@ti.com>
Date: Fri Sep 27 11:53:30 2013 +0530
usb: musb: omap2430: use the new generic PHY framework
Use the generic PHY framework API to get the PHY. The
usb_phy_set_resume
and usb_phy_set_suspend is replaced with power_on and
power_off to align with the new PHY framework.
musb->xceiv can't be removed as of now because musb core uses
xceiv.state and
xceiv.otg. Once there is a separate state machine to handle otg,
these can be
moved out of xceiv and then we can start using the generic PHY
framework.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
commit f1ddc24c9e33813f74b871d73e4d795dcdb95a3c
Author: Kishon Vijay Abraham I <kishon@ti.com>
Date: Fri Sep 27 11:53:31 2013 +0530
usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops
Now that twl4030-usb is adapted to the new generic PHY framework,
*set_suspend* and *phy_init* ops can be removed from twl4030-usb
driver.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2014-10-20 13:08 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-19 9:01 USB Ethernet gadget on Nokia n900 Pavel Machek
2014-10-19 10:07 ` Pavel Machek
2014-10-19 14:58 ` Pali Rohár
2014-10-19 20:50 ` Pavel Machek
2014-10-19 21:00 ` Pali Rohár
2014-10-19 22:30 ` Pavel Machek
2014-10-20 13:08 ` Pavel Machek [this message]
2014-10-20 16:45 ` Tony Lindgren
2014-10-20 22:03 ` Pavel Machek
2014-10-20 22:29 ` Tony Lindgren
2014-10-21 21:52 ` Pavel Machek
2014-10-19 15:24 ` Felipe Balbi
2014-10-19 19:19 ` Pavel Machek
2014-10-19 19:29 ` Pavel Machek
2014-10-20 21:35 ` Aaro Koskinen
2014-10-20 21:37 ` Aaro Koskinen
2014-10-20 22:42 ` Pavel Machek
2014-10-26 11:08 ` Pavel Machek
2014-10-26 11:12 ` Pali Rohár
2014-10-26 12:00 ` Pavel Machek
2014-10-26 21:17 ` Pavel Machek
2014-10-26 21:22 ` Pali Rohár
2014-10-26 21:55 ` Pavel Machek
2014-10-26 22:23 ` Pali Rohár
2014-10-27 19:52 ` Tony Lindgren
2014-10-27 22:31 ` Tony Lindgren
2014-10-28 22:04 ` Pavel Machek
2014-10-28 22:11 ` Tony Lindgren
2014-10-29 8:46 ` Nokia n900 problems in 3.18-rc1 (was Re: USB Ethernet gadget on Nokia n900) Pavel Machek
2014-10-29 14:09 ` Tony Lindgren
2014-10-29 14:18 ` Tomi Valkeinen
2014-10-29 21:34 ` Pavel Machek
2014-10-31 20:03 ` Pavel Machek
2014-10-31 20:30 ` Pali Rohár
2014-10-28 22:21 ` USB Ethernet gadget on Nokia n900 Pavel Machek
2014-10-28 22:26 ` Tony Lindgren
2015-07-06 13:24 ` Pali Rohár
2015-07-06 13:53 ` Tony Lindgren
2015-07-07 7:46 ` Pali Rohár
2015-07-07 11:46 ` Tony Lindgren
2016-01-19 20:58 ` Pali Rohár
2016-02-11 14:43 ` Pali Rohár
2016-02-11 14:50 ` Pali Rohár
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=20141020130855.GA1067@amd \
--to=pavel@ucw.cz \
--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).