All of lore.kernel.org
 help / color / mirror / Atom feed
From: maramaopercheseimorto@gmail.com (Alberto Panizzo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] MXC: mach_armadillo5x0: Add USB Host support.
Date: Thu, 25 Feb 2010 11:31:17 +0100	[thread overview]
Message-ID: <1267093877.2722.26.camel@realization> (raw)
In-Reply-To: <20100225100912.GB10399@pengutronix.de>

On gio, 2010-02-25 at 11:09 +0100, Uwe Kleine-K?nig wrote:
> > +static struct mxc_usbh_platform_data usbotg_pdata = {
> > +     .init   = usbotg_init,
> > +     .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
> > +     .flags  = MXC_EHCI_POWER_PINS_ENABLED |
> MXC_EHCI_INTERFACE_DIFF_UNI,
> > +};
> > +
> > +static struct mxc_usbh_platform_data usbh2_pdata = {
> > +     .init   = usbh2_init,
> > +     .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
> > +     .flags  = MXC_EHCI_POWER_PINS_ENABLED |
> MXC_EHCI_INTERFACE_DIFF_UNI,
> >  };
> I didn't test, but I assume gcc issues a warning about usbotg_pdata
> and
> usbh2_pdata not being used if CONFIG_USB_ULPI!=y.
> 
> 

yes, it behave the same as pcm037 do...
(another rule added to my pocket: No warnings at all for any combination
of configs!)
Let we teach how a machine code have to be developed! :)
Stay tuned for version 3


-- 
Alberto!

        Be Persistent!
                - Greg Kroah-Hartman (FOSDEM 2010)

  reply	other threads:[~2010-02-25 10:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25  9:41 [PATCH v2] MXC: mach_armadillo5x0: Add USB Host support Alberto Panizzo
2010-02-25 10:09 ` Uwe Kleine-König
2010-02-25 10:31   ` Alberto Panizzo [this message]
2010-02-25 21:58 ` Russell King - ARM Linux

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=1267093877.2722.26.camel@realization \
    --to=maramaopercheseimorto@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 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.