26 Aug, 2009

1 commit

  • If a radio controller reset attempt occurs while a probe() or remove()
    is in progress it fails and is retried endlessly, potentially preventing
    the probe() or remove() from completing.

    If a reset fails, sleep for a bit before retrying the reset. This
    allows the probe()/remove() to complete.

    Signed-off-by: David Vrabel

    David Vrabel
     

01 Jun, 2009

1 commit

  • event_size should be ssize_t to notice when hwarc_get_event_size() returns
    -ENOSPC.

    Signed-off-by: Roel Kluin
    Cc: David Vrabel
    Cc: Inaky Perez-Gonzalez
    Signed-off-by: Andrew Morton
    Signed-off-by: David Vrabel

    Roel Kluin
     

23 Dec, 2008

1 commit


08 Nov, 2008

1 commit


31 Oct, 2008

1 commit

  • The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
    drivers/uwb/drp-ie.c
    drivers/uwb/hwa-rc.c
    drivers/uwb/i1480/dfu/usb.c
    drivers/uwb/i1480/i1480u-wlp/lc.c
    drivers/uwb/i1480/i1480u-wlp/sysfs.c
    drivers/uwb/rsv.c
    drivers/uwb/whc-rc.c

    This patch removes the said #include .

    Signed-off-by: Huang Weiyi
    Signed-off-by: David Vrabel

    Huang Weiyi
     

17 Sep, 2008

3 commits