public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH v3 0/13] Port of MUSB driver from Linux (changes from Linux)
Date: Wed, 24 Oct 2012 07:24:27 -0700	[thread overview]
Message-ID: <5087FA1B.5090002@ti.com> (raw)
In-Reply-To: <CAA3CPjUcKBQWPYhGaDN4ovwvQTDA03xdKrjMBgGS5VS2fzdpsA@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/24/12 01:42, Ilya Yanok wrote:
> Hi Tom,
> 
> On Tue, Oct 23, 2012 at 1:45 AM, Tom Rini <trini@ti.com 
> <mailto:trini@ti.com>> wrote:
> 
>> This is not a replacement for existing MUSB driver (at least for 
>> now), cause there are still consumers of USB serial gadget which 
>> uses old API and there is no support for serial with new API for
>> now.
> 
> I'm a little lost.  In the kernel, you can't use
> CONFIG_USB_G_SERIAL with CONFIG_USB_MUSB_${hw glue} ?
> 
> 
> You can. But we don't have g_serial in U-Boot yet.

So we would need to port that, in order to remove the serial gadget we
have, and drop the previous musb core?

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQh/obAAoJENk4IS6UOR1WCIMQAJgsWQ9TxeklFiavkFZKEXh2
BnKklSOjzuJd3+Wz0WXqBpcRYa2hl3UviG84ZUyjfAcZnFj+zn1xhfDRVmvCzARe
JXOOZuoWJdVDRNUVHzsOpKqzdRIqwkYnOJQuj9HAmnXrnr6sqLDCs1/hM0raNC+5
Ry0S1Fi0kA6DfwTSSPba8aTMqPAFWS5SMiJzrdx7BjNVw8Roq5v/NPJO2A/Jsrfj
rLgI++JzyY+UYilJI58+zyPcjg213/Tnx8eJq+my8nW9w2Z13A9Xa76DCAnBfqPy
ndwe29Lqa8sfz1/MFkl1v4vIYOTtIDnfr4siOkKfIbwBCh6/a0VfDOiYbOi0YdLs
0nPlowC4Z2dYJezEk4kCA1ano8SZucg5QtDwh491SO2vIcZ6HplOgpWDIamu/bxt
79VpDRU/nBKWseB3gESPBhYSt31OA+FH00plsYJFM3PocjuCc4SMvXQP6MWxC2rJ
KzOv/cUGzxDHTA4a+xkq3F315v8Ib7De0XK/cgmGxiba53v/BHaST/qu5TOcABG+
Wp0qpAn0OcEjAXPVJk6cGIcBKj/ahgxbGtly6aDSgxipRQo75rBGmlTfpz0IZ/Ie
Tdz/VJRhX818Ce2suZeqShN/zhWwkzCliXqMi43aUsq3YTOCDbrRMNxiWpnP7VJZ
EJFQQhcuUe732txbvfjW
=RRrb
-----END PGP SIGNATURE-----

  reply	other threads:[~2012-10-24 14:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-18 18:51 [U-Boot] [RFC PATCH v3 0/13] Port of MUSB driver from Linux (changes from Linux) Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 01/13] linux/usb/ch9.h: update with the version from Linux tree Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 02/13] usb: use linux/usb/ch9.h instead of usbdescriptors.h Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 03/13] musb-new: port of Linux musb driver Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 04/13] musb-new: dsps backend driver Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 05/13] am33xx: init OTG hardware and new musb gadget driver Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 06/13] am335x_evm: enable both musb gadget and host Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 07/13] musb-new: am35x backend driver Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 08/13] OMAP3: am35x_def.h: add USB defines Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 09/13] OMAP3: am35x: add musb functions Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 10/13] am3517_evm: switch to musb-new Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 11/13] musb-new: omap2plus backend driver Ilya Yanok
2012-10-18 18:51 ` [U-Boot] [RFC PATCH v3 12/13] omap3_beagle: add musb-new init Ilya Yanok
2012-10-18 18:52 ` [U-Boot] [RFC PATCH v3 13/13] omap3_beagle: use new MUSB intstead of the old one Ilya Yanok
2012-10-23  9:20   ` Marek Vasut
2012-10-24  8:36     ` Ilya Yanok
2012-10-22 23:45 ` [U-Boot] [RFC PATCH v3 0/13] Port of MUSB driver from Linux (changes from Linux) Tom Rini
2012-10-24  8:42   ` Ilya Yanok
2012-10-24 14:24     ` Tom Rini [this message]
2012-10-24 15:13       ` Ilya Yanok
2012-11-03 16:08   ` Ilya Yanok
2012-10-23  9:21 ` Marek Vasut

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=5087FA1B.5090002@ti.com \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /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