tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: EHCI of SoC
Hi! Adam,
From: Adam Hoka <adam.hoka%gmail.com@localhost>
Date: Thu, 9 Sep 2010 17:39:19 +0200
> On Thu, 09 Sep 2010 16:17:04 +0900 (JST)
> KIYOHARA Takashi <kiyohara%kk.iij4u.or.jp@localhost> wrote:
>
> > I know different additional initialization to be necessary for i.MX35.
> > We also should initialize to LSI dependent registers by callback
> > function.
>
> By LSI, you mean IC/chip here?
Yes.
LSI -> large scale integration
IC -> integrated circuit
> > @@ -392,6 +392,17 @@
> > aprint_error("%s: reset timeout\n",
> > device_xname(sc->sc_dev));
> > return (USBD_IOERROR);
> > }
> > + if (sc->sc_lsidep_init != NULL)
> > + sc->sc_lsidep_init(sc);
> >
> > /* XXX need proper intr scheduling */
> > sc->sc_rand = 96;
Thanks,
--
kiyohara
Home |
Main Index |
Thread Index |
Old Index