26 Jul, 2011

1 commit

  • * 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6: (741 commits)
    staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.
    staging:iio:kfifo_buf fix double initialization of the ring device structure.
    staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.
    staging:iio:imu fix missing register table index for some channels
    spectra: enable device before poking it
    staging: rts_pstor: Fix a miswriting
    staging/lirc_bt829: Return -ENODEV when no hardware is found.
    staging/lirc_parallel: remove pointless prototypes.
    staging/lirc_parallel: fix panic on rmmod
    staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata.
    Staging: zram: Fix kunmapping order
    Revert "gma500: Fix dependencies"
    gma500: Add medfield header
    gma500: wire up the mrst i2c bus from chip_info
    gma500: Fix DPU build
    gma500: Clean up the DPU config and make it runtime
    gma500: resync with Medfield progress
    gma500: Use the mrst helpers and power control for mode commit
    gma500@ Fix backlight range error
    gma500: More Moorestown muddle meddling means MM maybe might modeset
    ...

    Fix up fairly trivial conflicts all over, mostly due to header file
    cleanup conflicts, but some deleted files and some just context changes:
    - Documentation/feature-removal-schedule.txt
    - drivers/staging/bcm/headers.h
    - drivers/staging/brcm80211/brcmfmac/dhd_linux.c
    - drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
    - drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h
    - drivers/staging/brcm80211/brcmfmac/wl_iw.c
    - drivers/staging/et131x/et131x_netdev.c
    - drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c
    - drivers/staging/rtl8192e/r8192E.h
    - drivers/staging/usbip/userspace/src/utils.h

    Linus Torvalds
     

06 Jul, 2011

5 commits


20 Jun, 2011

1 commit


04 May, 2011

1 commit

  • Driver r8712u is unable to handle ad-hoc mode. The issue is that when
    the driver first starts, there will not be an SSID for association.
    The fix is to always call the "select and join from scan" routine when
    in ad-hoc mode.

    Note: Ad-hoc mode worked intermittently before. If the driver had
    previously been associated, then things were OK.

    Signed-off-by: Jeff Chua
    Signed-off-by: Larry Finger
    Cc: Stable
    Signed-off-by: Greg Kroah-Hartman

    Jeff Chua
     

26 Apr, 2011

1 commit


21 Apr, 2011

3 commits


31 Mar, 2011

1 commit


15 Mar, 2011

1 commit

  • This patch was generated by the following semantic patch:
    //
    @@ expression E; @@
    - if (E != NULL) { kfree(E); }
    + kfree(E);

    @@ expression E; @@
    - if (E != NULL) { kfree(E); E = NULL; }
    + kfree(E);
    + E = NULL;
    //

    Signed-off-by: Ilia Mirkin
    Signed-off-by: Greg Kroah-Hartman

    Ilia Mirkin
     

08 Mar, 2011

2 commits


01 Mar, 2011

1 commit


10 Feb, 2011

1 commit

  • The original code had calls to snprintf(p, 7, "wpa_ie=") but that string
    is 8 characters (because snprintf() puts a NUL terminator on the end).
    So instead of an '=' the what gets written to buf is a NUL terminator
    followed by the rest of the string.

    And actually the %02x formats are three chars as well when you include
    the terminator.

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

    Dan Carpenter
     

03 Feb, 2011

1 commit


25 Jan, 2011

1 commit

  • This patch adds several new device ids to the r8712u staging driver.
    The new ids were retrieved from latest vendor driver (v2.6.6.0.20101111)
    downloadable from www.realtek.com.tw

    Signed-off-by: Axel Koellhofer
    Signed-off-by: Larry Finger
    Cc: Stable [2.6.37]
    Signed-off-by: Greg Kroah-Hartman

    Axel Köllhofer
     

22 Jan, 2011

3 commits


21 Jan, 2011

1 commit


08 Dec, 2010

1 commit


30 Nov, 2010

1 commit


18 Nov, 2010

1 commit


17 Nov, 2010

3 commits


11 Nov, 2010

1 commit


10 Nov, 2010

2 commits


30 Oct, 2010

1 commit


08 Oct, 2010

1 commit


21 Sep, 2010

1 commit


17 Sep, 2010

1 commit


08 Sep, 2010

1 commit


01 Sep, 2010

2 commits