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
     

02 Dec, 2011

1 commit


27 Nov, 2011

3 commits


01 Nov, 2011

1 commit


26 Oct, 2011

1 commit

  • * 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (1519 commits)
    staging: et131x: Remove redundant check and return statement
    staging: et131x: Mainly whitespace changes to appease checkpatch
    staging: et131x: Remove last of the forward declarations
    staging: et131x: Remove even more forward declarations
    staging: et131x: Remove yet more forward declarations
    staging: et131x: Remove more forward declarations
    staging: et131x: Remove forward declaration of et131x_adapter_setup
    staging: et131x: Remove some forward declarations
    staging: et131x: Remove unused rx_ring.recv_packet_pool
    staging: et131x: Remove call to find pci pm capability
    staging: et131x: Remove redundant et131x_reset_recv() call
    staging: et131x: Remove unused rx_ring.recv_buffer_pool
    Staging: bcm: Fix three initialization errors in InterfaceDld.c
    Staging: bcm: Fix coding style issues in InterfaceDld.c
    staging:iio:dac: Add AD5360 driver
    staging:iio:trigger:bfin-timer: Fix compile error
    Staging: vt6655: add some range checks before memcpy()
    Staging: vt6655: whitespace fixes to iotcl.c
    Staging: vt6656: add some range checks before memcpy()
    Staging: vt6656: whitespace cleanups in ioctl.c
    ...

    Fix up conflicts in:
    - drivers/{Kconfig,Makefile}, drivers/staging/{Kconfig,Makefile}:
    vg driver movement
    - drivers/staging/brcm80211/brcmfmac/{dhd_linux.c,mac80211_if.c}:
    driver removal vs now stale changes
    - drivers/staging/rtl8192e/r8192E_core.c:
    driver removal vs now stale changes
    - drivers/staging/et131x/et131*:
    driver consolidation into one file, tried to do fixups

    Linus Torvalds
     

28 Sep, 2011

1 commit

  • There are numerous broken references to Documentation files (in other
    Documentation files, in comments, etc.). These broken references are
    caused by typo's in the references, and by renames or removals of the
    Documentation files. Some broken references are simply odd.

    Fix these broken references, sometimes by dropping the irrelevant text
    they were part of.

    Signed-off-by: Paul Bolle
    Signed-off-by: Jiri Kosina

    Paul Bolle
     

17 Sep, 2011

1 commit


07 Sep, 2011

1 commit

  • Remove dead and unused code in sbecom_inline_linux.h. This also fixes a
    build failure under Turkish locale, where include/config/modversions.h
    is incorrectly named as modversIons.h (an unrelated kbuild bug) and the
    driver tries to needlessly include the empty file.

    Reported-by: Serdar KÖYLÜ
    Cc: Bob Beers
    Signed-off-by: Michal Marek
    Signed-off-by: Greg Kroah-Hartman

    Michal Marek
     

06 Jul, 2011

1 commit


31 Mar, 2011

1 commit


19 Feb, 2011

1 commit


22 Jan, 2011

1 commit

  • Use -E... instead of just E... in a few places where negative error
    codes are expected by a functions callers. These were found by grepping
    with coccinelle & then inspecting by hand to determine which were bugs.

    The staging/cxt1e1 driver appears to intentionally use positive E...
    error codes in some places, and negative -E... error codes in others,
    making it hard to know which is intended where - very likely I missed
    some problems in that driver.

    Signed-off-by: Ralph Loader
    Signed-off-by: Greg Kroah-Hartman

    Ralph Loader
     

11 Dec, 2010

1 commit


20 Oct, 2010

1 commit


08 Oct, 2010

1 commit


06 Oct, 2010

1 commit


21 Sep, 2010

1 commit


17 Sep, 2010

1 commit


08 Sep, 2010

1 commit


06 Sep, 2010

1 commit


19 Jun, 2010

2 commits


12 May, 2010

6 commits

  • Fix build errors by including linux/semaphore.h:

    drivers/staging/cxt1e1/pmcc4_private.h:144: error: field 'sr_sem_busy' has incomplete type
    drivers/staging/cxt1e1/pmcc4_private.h:146: error: field 'sr_sem_wait' has incomplete type
    drivers/staging/cxt1e1/pmcc4_private.h:189: error: field 'sem_wdbusy' has incomplete type
    drivers/staging/cxt1e1/musycc.c:617: error: implicit declaration of function 'down'
    drivers/staging/cxt1e1/musycc.c:641: error: implicit declaration of function 'up'

    Signed-off-by: Randy Dunlap
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     
  • Copied from original Patch by Randy Dunlap

    Signed-off-by: Peter Huewe
    Signed-off-by: Greg Kroah-Hartman

    Peter Hüwe
     
  • Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    A few line splits for long arguments
    A couple of embedded function names converted to "%s", __func__
    Removed some uses of THIS_MODULE->name

    Signed-off-by: Joe Perches
    Signed-off-by: Greg Kroah-Hartman

    Joe Perches
     
  • On Mon, 2010-05-03 at 10:09 -0700, Randy Dunlap wrote:
    > Lots of cxt1e1 source code uses THIS_MODULE->name, which won't build
    > when CONFIG_MODULES is not enabled, so use KBUILD_MODNAME instead.

    Perhaps a conversion to pr_ is better?

    Signed-off-by: Joe Perches
    Acked-by: Randy Dunlap
    Signed-off-by: Greg Kroah-Hartman

    Joe Perches
     
  • Fix cxt1e1 build error:
    drivers/staging/cxt1e1/linux.c:1195: error: 'struct net_device' has no member named 'priv'

    Signed-off-by: Randy Dunlap
    Acked-by: Bob Beers
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     
  • Obviously still needs serious attention, but it compiles.

    Original author: Rick Dobbs

    Add driver to support wanPMC-CxT1E1 card.

    This card provides 1-4 ports of T1E1 in PMC form factor.

    Note, Rick doesn't want his email showing up as the "From:" author, but
    has given his blessing to have the code included in the kernel tree.

    Signed-off-by: Bob Beers
    Signed-off-by: Greg Kroah-Hartman

    Bob Beers