[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110609171551.GA32041@kroah.com>
Date: Thu, 9 Jun 2011 10:15:51 -0700
From: Greg KH <greg@...ah.com>
To: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org, devel@...uxdriverproject.org
Subject: [GIT PATCH] STAGING fixes for 3.0
Here are a number of minor staging driver fixes for your 3.0 tree.
Nothing major, lots of little things. The non-drivers/staging fix is to
resolve a problem of a driver outside of the staging tree including a
staging include file that had accidentally got added to
include/staging/. That has been fixed, and the driver will be updated
in 3.1 to do things "correctly" allowing the staging driver to move out
into the proper media directory.
I've also removed the STAGING_EXCLUDE_BUILD Kconfig option to make it
easier for people to build the staging tree, as we discussed at LinuxCon
a few weeks ago. This has already turned up some "interesting" build
results in the linux-next tree that were previously unknown :)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/ staging-linus
These patches will be sent to the linux driver project list for all to
see.
thanks,
greg k-h
--------------
drivers/media/video/cx23885/cx23885-cards.c | 2 +-
drivers/staging/Kconfig | 18 -----------------
drivers/staging/altera-stapl/altera-jtag.c | 2 +-
drivers/staging/altera-stapl/altera.c | 2 +-
.../staging/altera-stapl}/altera.h | 0
drivers/staging/ath6kl/Kconfig | 1 +
drivers/staging/ath6kl/os/linux/cfg80211.c | 3 +-
drivers/staging/brcm80211/brcmfmac/wl_iw.c | 2 -
drivers/staging/gma500/psb_drv.c | 15 +++++++++++++-
drivers/staging/gma500/psb_fb.c | 10 +++++++++
drivers/staging/gma500/psb_intel_bios.c | 13 ++++++++---
drivers/staging/iio/dac/max517.c | 2 +-
drivers/staging/iio/imu/adis16400_ring.c | 10 ++++++--
drivers/staging/iio/industrialio-trigger.c | 1 +
drivers/staging/mei/init.c | 4 +-
drivers/staging/olpc_dcon/Kconfig | 1 +
drivers/staging/rts_pstor/sd.c | 2 +-
drivers/staging/usbip/stub_dev.c | 21 ++++++++++++++++++++
drivers/staging/usbip/stub_rx.c | 20 ++++++++++--------
19 files changed, 84 insertions(+), 45 deletions(-)
rename {include/staging => drivers/staging/altera-stapl}/altera.h (100%)
---------------
Andre Bartke (1):
staging: iio: error case memory leak fix
Arjan Mels (1):
staging: usbip: bugfix prevent driver unbind
Dan Carpenter (1):
Staging: mei: fix debug code
Greg Kroah-Hartman (3):
Staging: altera: move .h file to proper place
Staging: remove STAGING_EXCLUDE_BUILD option
Staging: cx23885: fix include of altera.h
Michael Chang (1):
staging: gma500: get control from firmware framebuffer if conflicts
Michael Hennerich (1):
staging: iio: industrialio-trigger: set iio_poll_func private_data
Nicolas Kaiser (1):
staging: rts_pstor: use bitwise operator instead of logical one
Patrik Jakobsson (1):
staging: gma500: Skip bogus LVDS VBT mode and check for LVDS before adding backlight
Randy Dunlap (2):
staging: fix olpc_dcon build, needs BACKLIGHT_CLASS_DEVICE
staging: fix ath6kl build when CFG80211 is not enabled
Roland Stigge (1):
staging: iio: max517: Fix iio_info changes
Roland Vossen (1):
staging: brcm80211: fix for 'multiple definition of wl_msg_level' build err
Vasanthakumar Thiagarajan (1):
staging: ath6kl: Fix a kernel panic during suspend/resume
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists