lkml.org 
[lkml]   [2011]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 4/4] mfd: global Suspend and resume support of ehci and ohci
    Hi,

    On Wed, Jun 01, 2011 at 06:57:27PM +0530, Keshava Munegowda wrote:
    > diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
    > index 43de12a..32d19e2 100644
    > --- a/drivers/mfd/omap-usb-host.c
    > +++ b/drivers/mfd/omap-usb-host.c
    > @@ -146,6 +146,10 @@
    > #define is_ehci_hsic_mode(x) (x == OMAP_EHCI_PORT_MODE_HSIC)
    >
    >
    > +/* USBHS state bits */
    > +#define OMAP_USBHS_INIT 0
    > +#define OMAP_USBHS_SUSPEND 4

    #define OMAP_USBHS_INIT BIT(0)
    #define OMAP_USBHS_SUSPEND BIT(1)

    ???

    --
    balbi
    [unhandled content-type:application/pgp-signature]
    \
     
     \ /
      Last update: 2011-06-01 15:33    [W:3.025 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site