mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PATCH] STAGING fixes for .38
Date: Mon, 31 Jan 2011 08:29:09 -0800	[thread overview]
Message-ID: <20110131162909.GB22875@kroah.com> (raw)

Here are a number of bug fixes for the staging tree for .38

Nothing major here, removal of an empty Modules.symvers file that has
been bugging a lot of people, as well as lots of fixes and some new
device ids added to some drivers.  There's also a well-known broadcom
suspend/resume driver fix in here that has been hitting a lot of people.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/ staging-linus

All of these patches have been in the -next trees for a while.

These patches will be sent to the linux driver project list for all to
see.

thanks,

greg k-h

--------------

 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c   |    4 +-
 drivers/staging/brcm80211/sys/wl_mac80211.c        |   45 +++---
 drivers/staging/brcm80211/sys/wlc_mac80211.c       |    1 -
 drivers/staging/comedi/drivers/ni_labpc.c          |    3 +-
 drivers/staging/hv/blkvsc_drv.c                    |    1 +
 drivers/staging/hv/netvsc.c                        |    2 +-
 drivers/staging/hv/netvsc_drv.c                    |    1 -
 drivers/staging/iio/adc/ad7476_core.c              |    2 +-
 drivers/staging/iio/adc/ad7887_core.c              |    2 +-
 drivers/staging/iio/adc/ad799x_core.c              |    2 +-
 drivers/staging/iio/dac/ad5446.c                   |    2 +-
 drivers/staging/rt2860/rt_main_dev.c               |    2 -
 drivers/staging/rt2860/usb_main_dev.c              |    1 +
 drivers/staging/rtl8712/hal_init.c                 |   11 +-
 drivers/staging/rtl8712/usb_intf.c                 |  145 +++++++++++++++-----
 drivers/staging/speakup/kobjects.c                 |    2 +-
 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c      |   19 ++--
 drivers/staging/tidspbridge/core/io_sm.c           |    8 +-
 drivers/staging/tidspbridge/core/tiomap3430.c      |   15 +-
 .../staging/tidspbridge/include/dspbridge/io_sm.h  |   21 +--
 drivers/staging/usbip/stub.h                       |    1 +
 drivers/staging/usbip/stub_dev.c                   |   18 ++-
 drivers/staging/usbip/stub_rx.c                    |    4 +-
 drivers/staging/usbip/vhci.h                       |    6 +-
 drivers/staging/usbip/vhci_hcd.c                   |   54 ++++++-
 drivers/staging/usbip/vhci_rx.c                    |   50 ++++++-
 drivers/staging/xgifb/vb_setmode.c                 |    6 +-
 27 files changed, 294 insertions(+), 134 deletions(-)

---------------

Arend van Spriel (2):
      staging: brcm80211: remove assert to avoid panic since 2.6.37 kernel
      staging: brcm80211: fix suspend/resume issue in brcmsmac

Axel Köllhofer (1):
      staging: r8712u: Add new device IDs

Dan Carpenter (2):
      Staging: ste_rmi4: use after input_unregister_device()
      Staging: xgfib: put parenthesis in the right place

Denis Kirjanov (1):
      staging: rt2860: Fix incorrect netif_stop_queue usage warning

Greg Kroah-Hartman (1):
      Staging: remove unintended Module.symvers file

Guzman Lugo, Fernando (1):
      staging: tidspbridge: configure full L1 MMU range

Hank Janssen (1):
      staging: hv: Removed unneeded call to netif_stop_queue() in hv_netvsc

Ian Abbott (1):
      staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card

Ky Srinivasan (1):
      Staging: hv: fix sysfs symlink on hv block device

Larry Finger (2):
      staging: rt2870sta: Add ID for Linksys WUSB100v2
      staging: r8712u: Fix memory leak in firmware loading

Max Vozeler (7):
      staging: usbip: stub: update refcounts for devices and interfaces
      staging: usbip: vhci: update reference count for usb_device
      staging: usbip: vhci: give back URBs from in-flight unlink requests
      staging: usbip: vhci: refuse to enqueue for dead connections
      staging: usbip: vhci: friendly log messages for connection errors
      staging: usbip: vhci: handle EAGAIN from SO_RCVTIMEO
      staging: usbip: vhci: use urb->dev->portnum to find port

Omar Ramirez Luna (1):
      staging: tidspbridge: replace mbox callback with notifier_call

Phillip Simbwa (1):
      Staging: ath6kl: fix potential buffer overflow

Roland Stigge (2):
      iio: Fixpoint formatted output bugfix
      Staging: iio: Aditional fixpoint formatted output bugfix

Timo Teräs (1):
      staging: hv: fix netvsc sleeping while atomic

roel kluin (1):
      Staging: speakup: &&/|| confusion in silent_store()


             reply	other threads:[~2011-01-31 16:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-31 16:29 Greg KH [this message]
2011-02-10 20:15 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110131162909.GB22875@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@osdl.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®