21 Dec, 2011

1 commit


13 May, 2011

1 commit

  • We have a generic way of enabling/disabling
    different debug messages on a driver called
    DYNAMIC_PRINTK. Anyone interested in enabling
    just part of the debug messages, please read
    the documentation under:

    Documentation/dynamic-debug-howto.txt

    for information on how to use that great
    infrastructure.

    Signed-off-by: Felipe Balbi

    Felipe Balbi
     

07 May, 2011

1 commit

  • Commit 3dacdf11 "usb: factor out state_string() on otg drivers"
    broke building musb drivers since there is already another
    otg_state_string() function in musb drivers, but with different
    prototype. Fix musb drivers to use common otg_state_string(), too.

    Also provide a nop for otg_state_string() if CONFIG_USB_OTG_UTILS
    is not defined.

    Signed-off-by: Anatolij Gustschin
    Signed-off-by: Greg Kroah-Hartman

    Anatolij Gustschin
     

23 Oct, 2010

1 commit

  • Enabling CONFIG_USB_MUSB_DEBUG option causes -DDEBUG to be added to gcc's
    command line, however the DBG() macro doesn't depend on DEBUG, so that the
    debugging messages get printed regardless of the option, and I don't think
    that this was intended. Get rid of otherwise unused xprintk() macro and make
    DBG() macro directly call pr_debug() which only results in the actual code
    generated if DEBUG is defined.

    This change makes musb_hdrc.o ~30% less in size with CONFIG_USB_MUSB_DEBUG
    disabled (in host mode).

    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Felipe Balbi
    Signed-off-by: Greg Kroah-Hartman

    Sergei Shtylyov
     

21 May, 2010

1 commit


14 Nov, 2008

1 commit


22 Aug, 2008

1 commit


14 Aug, 2008

1 commit

  • This patch adds support for MUSB and TUSB controllers
    integrated into omap2430 and davinci. It also adds support
    for external tusb6010 controller.

    Cc: David Brownell
    Cc: Tony Lindgren
    Signed-off-by: Felipe Balbi
    Signed-off-by: Greg Kroah-Hartman

    Felipe Balbi