All of lore.kernel.org
 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 3.1
Date: Fri, 12 Aug 2011 14:22:43 -0700	[thread overview]
Message-ID: <20110812212243.GA7044@kroah.com> (raw)

Here are a number of minor staging driver fixes for your 3.1 tree.

Full details are below, nothing really major, but lots of build fixes
for stuff people have reported.

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

All patches have been in the -next releases for a while now.

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

thanks,

greg k-h

--------------
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c   |    2 +-
 drivers/staging/dt3155v4l/dt3155v4l.c              |    1 +
 drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c |    1 +
 drivers/staging/gma500/gem_glue.c                  |   23 +----
 drivers/staging/gma500/gem_glue.h                  |    2 -
 drivers/staging/hv/blkvsc_drv.c                    |    4 +-
 drivers/staging/iio/accel/adis16203_core.c         |    8 +-
 drivers/staging/iio/accel/adis16204_core.c         |    8 +-
 drivers/staging/iio/accel/adis16209_core.c         |    8 +-
 drivers/staging/iio/accel/adis16240_core.c         |    8 +-
 drivers/staging/iio/gyro/adis16260_core.c          |    8 +-
 drivers/staging/nvec/TODO                          |    6 +-
 drivers/staging/rtl8192u/r819xU_firmware.c         |    9 +-
 drivers/staging/rts_pstor/rtsx.c                   |  109 ++++++++------------
 drivers/staging/rts_pstor/rtsx.h                   |    9 ++-
 drivers/staging/solo6x10/core.c                    |    1 +
 drivers/staging/solo6x10/enc.c                     |    1 +
 drivers/staging/solo6x10/g723.c                    |    1 +
 drivers/staging/solo6x10/p2m.c                     |    1 +
 drivers/staging/solo6x10/solo6x10.h                |    1 +
 drivers/staging/speakup/devsynth.c                 |    5 +-
 drivers/staging/zcache/Makefile                    |    2 +-
 drivers/staging/zcache/{zcache.c => zcache-main.c} |   13 ++-
 23 files changed, 112 insertions(+), 119 deletions(-)
 rename drivers/staging/zcache/{zcache.c => zcache-main.c} (99%)

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

Alan Cox (1):
      gma500: Fix clashes with DRM updates

Andrew Morton (5):
      drivers/staging/speakup/devsynth.c: fix "buffer size is not provably correct" error
      drivers/staging/dt3155v4l/dt3155v4l.c needs slab.h
      drivers/staging/solo6x10/core.c needs slab.h
      drivers/staging/solo6x10/p2m.c needs slab.h
      staging: more missing slab.h inclusions

Dan Carpenter (1):
      Staging: iio: add some unlocks to raw_read() functions

Julia Lawall (2):
      drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c: adjust array index
      drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereference

Nitin Gupta (1):
      zcache: Fix build error when sysfs is not defined

Paul Gortmaker (1):
      staging: ft1000_proc needs asm/io.h for inw/outw on sparc

Russell King (1):
      Staging: Add clk API note to nvec/TODO

Stefan Lippers-Hollmann (1):
      staging: rtl8192u: declare MODULE_FIRMWARE

Thadeu Lima de Souza Cascardo (4):
      staging: fix zcache building
      staging: zcache: module is GPL
      staging: zcache: include module.h for MODULE_LICENSE
      zcache: Use div_u64 for 64-bit division

Wanlong Gao (1):
      drivers:staging:solo6x10:add the missed slab.h

wwang (1):
      staging:rts_pstor: fix thread synchronization flow


                 reply	other threads:[~2011-08-12 21:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110812212243.GA7044@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.