13 Jun, 2005

1 commit


04 May, 2005

1 commit

  • * net/irda/irda_device.c::irda_setup_dma() made conditional on
    ISA_DMA_API (it uses helpers in question and irda is usable on
    platforms that don't have them at all - think of USB IRDA, for
    example).
    * irda drivers that depend on ISA DMA marked as dependent on
    ISA_DMA_API

    Signed-off-by: Al Viro
    Signed-off-by: Linus Torvalds

    Al Viro
     

19 Apr, 2005

1 commit

  • This is the first of a few installments of PM API updates to match the
    recent switch to "pm_message_t". This installment primarily affects
    USB device drivers (for USB interfaces), and it changes the handful of
    drivers which currently implement suspend methods:

    - and usbcore, signature change

    - Some drivers only changed the signature, net effect this just
    shuts up "sparse -Wbitwise":
    * hid-core
    * stir4200

    - Two network drivers did that, and also grew slightly more
    featureful suspend code ... they now properly shut down
    their activities. (As should stir4200...)
    * pegasus
    * usbnet

    Note that the Wake-On-Lan (WOL) support in pegasus doesn't yet work; looks
    to me like it's missing a request to turn it on, vs just configuring it.
    The ASIX code in usbnet also has WOL hooks that are ready to use; untested.

    Signed-off-by: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Greg Kroah-Hartman

    Index: gregkh-2.6/drivers/net/irda/stir4200.c
    ===================================================================

    David Brownell
     

17 Apr, 2005

3 commits