1. 17 Jan, 2007 3 commits
    • David Brownell's avatar
      musb_hdrc misc cleanups · 03aa3a18
      David Brownell authored
      Remove debug/prototype sysfs attribute 'musb_otg', so there's only
      the one (compound) state machine to follow.  (If we need an option
      it'd more likely be to match the N800:  Mini-B connector forced
      into host mode, with gender-bender assistance.)
      
      Minor DaVinci tweak:  on driver shutdown, don't wait for VBUS to fall
      unless we're the host which was supplying that voltage.
      
      Remove some more UglyCamelCasing.
      
      Clear HR in some peripheral side code; the silicon doesn't clear it
      in various cases you'd expect such stuff to be automatic.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      03aa3a18
    • David Brownell's avatar
      musb_hdrc runtime code shrinkage · b82a9fd2
      David Brownell authored
      Move musb_hdrc driver init into the init section, by switching over to use
      platform_driver_probe().  Shrinks this driver's run-time footprint by about
      5KB ... pretty good for linker level tweaks to just one (big) driver, and
      there's a bit more shrinkage yet to be had (for DMA init).
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      b82a9fd2
    • David Brownell's avatar
      musb_hdrc: DEBUG settings irrelevant · 2eb37074
      David Brownell authored
      DEBUG settings irrelevant; see appended.
      
      Build fixes for musb_hdrc on DaVinci.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      2eb37074
  2. 12 Jan, 2007 25 commits
  3. 11 Jan, 2007 12 commits