Hi! Adam,
From: Adam Hoka <[email protected]> Date: Thu, 9 Sep 2010 17:39:19 +0200 > On Thu, 09 Sep 2010 16:17:04 +0900 (JST) > KIYOHARA Takashi <[email protected]> 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
