10 Jan, 2012

1 commit

  • * 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (466 commits)
    net/hyperv: Add support for jumbo frame up to 64KB
    net/hyperv: Add NETVSP protocol version negotiation
    net/hyperv: Remove unnecessary kmap_atomic in netvsc driver
    staging/rtl8192e: Register against lib80211
    staging/rtl8192e: Convert to lib80211_crypt_info
    staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_ops
    staging/rtl8192e: Add lib80211.h to rtllib.h
    staging/mei: add watchdog device registration wrappers
    drm/omap: GEM, deal with cache
    staging: vt6656: int.c, int.h: Change return of function to void
    staging: usbip: removed unused definitions from header
    staging: usbip: removed dead code from receive function
    staging:iio: Drop {mark,unmark}_in_use callbacks
    staging:iio: Drop buffer mark_param_change callback
    staging:iio: Drop the unused buffer enable() and is_enabled() callbacks
    staging:iio: Drop buffer busy flag
    staging:iio: Make sure a device is only opened once at a time
    staging:iio: Disallow modifying buffer size when buffer is enabled
    staging:iio: Disallow changing scan elements in all buffered modes
    staging:iio: Use iio_buffer_enabled instead of open coding it
    ...

    Fix up conflict in drivers/staging/iio/adc/ad799x_core.c (removal of
    module_init due to using module_i2c_driver() helper, next to removal of
    MODULE_ALIAS due to using MODULE_DEVICE_TABLE instead).

    Linus Torvalds
     

13 Dec, 2011

1 commit


19 Nov, 2011

1 commit

  • This converts the drivers in drivers/staging/* to use the
    module_usb_driver() macro which makes the code smaller and a bit
    simpler.

    Added bonus is that it removes some unneeded kernel log messages about
    drivers loading and/or unloading.

    Cc: "David Täht"
    Cc: Marek Belisko
    Cc: Al Cho
    Cc: Forest Bond
    Cc: Pavel Machek
    Cc: Huajun Li
    Cc: Zac Storer
    Cc: Randy Dunlap
    Cc: Mauro Carvalho Chehab
    Cc: edwin_rong
    Cc: Ben Hutchings
    Cc: Julia Lawall
    Cc: Ilia Mirkin
    Cc: Joe Perches
    Cc: Pekka Enberg
    Cc: "John W. Linville"
    Cc: Paul Gortmaker
    Cc: Larry Finger
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

01 Nov, 2011

1 commit


27 Aug, 2011

1 commit

  • RTS5139 should depend on USB, not USB_SUPPORT, to fix build
    errors.
    USB_SUPPORT can be enabled for gadget-only support
    or when PCI is not enabled.

    ERROR: "usb_reset_endpoint" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_kill_urb" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_deregister_dev" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_unlink_urb" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_deregister" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_register_dev" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_free_coherent" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_submit_urb" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_sg_cancel" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_find_interface" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_sg_init" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_register_driver" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_alloc_coherent" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_free_urb" [drivers/staging/rts5139/rts5139.ko] undefined!
    ERROR: "usb_alloc_urb" [drivers/staging/rts5139/rts5139.ko] undefined!

    Signed-off-by: Randy Dunlap
    Cc: Edwin Rong
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     

25 Aug, 2011

1 commit


24 Aug, 2011

1 commit