15 May, 2012

1 commit


11 May, 2012

20 commits


10 May, 2012

15 commits


11 Apr, 2012

1 commit

  • Inside the array we check ms_start_idx[seg_no + 1] so on the last round
    through we end up going past the end of the array.

    Also if we don't break out of the loop early then we are beyond the end
    of the array there as well. With this change, if we don't find what we
    are looking for, we end on the last element of the array.

    Signed-off-by: Dan Carpenter
    Signed-off-by: Greg Kroah-Hartman

    Dan Carpenter
     

25 Feb, 2012

1 commit

  • These are each >20k LOC drivers that embed an entire SD stack, and present
    SD cards as if they were SCSI devices; both drivers should be rewritten to
    be small hooks that connect the PCI (for rts_pstor) or USB (for rts5139)
    hardware into Linux's MMC/xD/memorystick stacks.

    Signed-off-by: Chris Ball
    Cc: edwin_rong
    Signed-off-by: Greg Kroah-Hartman

    Chris Ball
     

10 Feb, 2012

1 commit


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