All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] STAGING fixes for 2.6.32-git
@ 2009-12-01 17:43 Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2009-12-01 17:43 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, devel

Here are some staging fixes for your 2.6.32-git tree.

There's 2 hyper-v driver bugfixes, and 2 documentation updates (to the
TODO file, and to comments in the hyper-v driver.)

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

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

The patches will be sent as a follow-on to this message to the
driver-devel list for people to see.

thanks,

greg k-h

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

 drivers/staging/hv/BlkVsc.c      |    1 +
 drivers/staging/hv/Channel.c     |   16 ++++------------
 drivers/staging/hv/ChannelMgmt.c |    2 +-
 drivers/staging/hv/NetVsc.c      |    1 +
 drivers/staging/hv/NetVsc.h      |    1 +
 drivers/staging/hv/StorVsc.c     |   10 +++++-----
 drivers/staging/hv/blkvsc_drv.c  |    1 +
 drivers/staging/hv/netvsc_drv.c  |    1 +
 drivers/staging/rtl8187se/TODO   |    3 +--
 drivers/staging/rtl8192su/TODO   |    3 +--
 drivers/staging/vt6655/TODO      |    5 ++---
 drivers/staging/vt6656/TODO      |    5 ++---
 12 files changed, 21 insertions(+), 28 deletions(-)

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

Bartlomiej Zolnierkiewicz (1):
      Staging: update TODO files

Dave Jones (1):
      Staging: hv: Fix argument order in incorrect memset invocations in hyperv driver.

Haiyang Zhang (2):
      Staging: hv: Fix vmbus event handler bug
      Staging: hv: Fix some missing author names


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PATCH] STAGING fixes for 2.6.32-git
@ 2009-10-30 22:09 Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2009-10-30 22:09 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, devel

Here are some staging fixes for your 2.6.32-git tree.

The big one here is a removal of a driver that is now working properly
with a "real" driver in the network driver portion of the kernel tree.
The other fixes are minor ones that solve problems that have been
reported (like finally getting the Hyper-V drivers to work properly.)

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

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

The patches will be sent as a follow-on to this message to the
driver-devel list for people to see.

thanks,

greg k-h

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

 drivers/staging/Kconfig                            |    2 -
 drivers/staging/Makefile                           |    1 -
 drivers/staging/android/Kconfig                    |    1 +
 drivers/staging/hv/ChannelMgmt.h                   |    3 +-
 drivers/staging/hv/NetVsc.c                        |   10 +-
 drivers/staging/hv/TODO                            |    6 +
 drivers/staging/hv/osd.h                           |    1 +
 drivers/staging/hv/vmbus_drv.c                     |   28 +-
 drivers/staging/otus/Kconfig                       |    2 +-
 drivers/staging/panel/panel.c                      |   13 +-
 drivers/staging/rt2860/Kconfig                     |    2 +-
 drivers/staging/rt2870/Kconfig                     |    2 +-
 drivers/staging/rt3090/Kconfig                     |    2 +-
 drivers/staging/rtl8187se/Kconfig                  |    2 +-
 .../staging/rtl8187se/ieee80211/ieee80211_crypt.c  |    4 +-
 .../staging/rtl8187se/ieee80211/ieee80211_module.c |    4 +-
 .../rtl8187se/ieee80211/ieee80211_softmac.c        |   12 +-
 drivers/staging/rtl8187se/ieee80211/ieee80211_wx.c |   17 +-
 drivers/staging/rtl8192e/Kconfig                   |    2 +-
 .../staging/rtl8192e/ieee80211/ieee80211_crypt.c   |    8 +-
 .../staging/rtl8192e/ieee80211/ieee80211_module.c  |    8 +-
 .../staging/rtl8192e/ieee80211/ieee80211_softmac.c |   19 +-
 drivers/staging/rtl8192e/ieee80211/ieee80211_wx.c  |   21 +-
 drivers/staging/rtl8192su/Kconfig                  |    2 +-
 .../staging/rtl8192su/ieee80211/ieee80211_crypt.c  |    4 +-
 .../staging/rtl8192su/ieee80211/ieee80211_module.c |    4 +-
 .../rtl8192su/ieee80211/ieee80211_softmac.c        |   15 +-
 drivers/staging/rtl8192su/ieee80211/ieee80211_wx.c |   17 +-
 drivers/staging/stlc45xx/Kconfig                   |    8 -
 drivers/staging/stlc45xx/Makefile                  |    1 -
 drivers/staging/stlc45xx/stlc45xx.c                | 2594 --------------------
 drivers/staging/stlc45xx/stlc45xx.h                |  283 ---
 drivers/staging/stlc45xx/stlc45xx_lmac.h           |  434 ----
 drivers/staging/vt6656/main_usb.c                  |    1 -
 drivers/staging/winbond/Kconfig                    |    2 +-
 drivers/staging/wlan-ng/Kconfig                    |    2 +-
 36 files changed, 75 insertions(+), 3462 deletions(-)
 delete mode 100644 drivers/staging/stlc45xx/Kconfig
 delete mode 100644 drivers/staging/stlc45xx/Makefile
 delete mode 100644 drivers/staging/stlc45xx/stlc45xx.c
 delete mode 100644 drivers/staging/stlc45xx/stlc45xx.h
 delete mode 100644 drivers/staging/stlc45xx/stlc45xx_lmac.h

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

Greg Kroah-Hartman (3):
      Staging: remove stlc45xx driver
      Staging: android: mark subsystem as broken
      Staging: wireless drivers Kconfig change

Haiyang Zhang (1):
      Staging: hv: Fix null pointer error after vmbus loading

Hank Janssen (1):
      Staging: hv: Fix vmbus load hang caused by faulty data packing

Herton Ronaldo Krzesinski (1):
      Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload

Milan Dadok (3):
      Staging: hv: fix oops in vmbus - udev events
      Staging: hv: fix oops in vmbus - netvsc list_head
      Staging: hv: fix oops in vmbus - missing #include

Peter Huewe (1):
      Staging: Panel: prevent driver from calling misc_deregister twice on same ressource

Randy Dunlap (1):
      Staging: fix wireless drivers depends

Stephen Hemminger (1):
      Staging: hv TODO patches

miaofng (1):
      Staging: vt6656: fix the memory free bug in vntwusb_disconnect()


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PATCH] STAGING fixes for 2.6.32-git
@ 2009-10-14 23:04 Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2009-10-14 23:04 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, devel

Here are some staging fixes for your 2.6.32-git tree.

The majority are build fixes due to the sched.h include change.  The
other fix here is for the et131x driver that was reported by a user.

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

The patches will be sent as a follow-on to this message to the
driver-devel list for people to see.

thanks,

greg k-h

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

 drivers/staging/b3dfg/b3dfg.c                  |    1 +
 drivers/staging/comedi/drivers/me_daq.c        |    1 +
 drivers/staging/comedi/drivers/ni_mio_common.c |    1 +
 drivers/staging/comedi/drivers/ni_pcidio.c     |    1 +
 drivers/staging/et131x/et1310_address_map.h    |    2 +-
 drivers/staging/et131x/et1310_rx.c             |   20 ++++++++++++++------
 drivers/staging/hv/osd.c                       |    1 +
 drivers/staging/iio/industrialio-core.c        |    2 ++
 drivers/staging/poch/poch.c                    |    1 +
 drivers/staging/rt2860/common/cmm_data_2860.c  |    2 ++
 drivers/staging/rt2860/common/cmm_info.c       |    1 +
 drivers/staging/rt2860/rt_linux.c              |    1 +
 drivers/staging/rt3090/common/cmm_info.c       |    1 +
 drivers/staging/rt3090/rt_linux.c              |    1 +
 drivers/staging/sep/sep_driver.c               |    1 +
 drivers/staging/vme/bridges/vme_ca91cx42.c     |    1 +
 drivers/staging/vme/bridges/vme_tsi148.c       |    1 +
 17 files changed, 32 insertions(+), 7 deletions(-)

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

Alan Cox (2):
      Staging: et131x: Correct WRAP bit handling
      Staging: et131x: Fix the add_10bit macro

Darren Salt (1):
      Staging: rt2860sta: prevent a panic when disabling when associated

Greg Kroah-Hartman (4):
      Staging: comedi: fix sched.h build breakage
      Staging: b3dfg: fix sched.h build breakage
      Staging: poch: fix sched.h build breakage
      Staging: vme: fix sched.h build breakage

Jeff Mahoney (2):
      staging: Complete sched.h removal from interrupt.h
      staging: more sched.h fixes

Jonathan Cameron (1):
      Staging: iio: Fix missing include <linux/sched.h>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PATCH] STAGING fixes for 2.6.32-git
@ 2009-10-09 21:02 Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2009-10-09 21:02 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, devel

Here are some staging fixes for your 2.6.32-git tree.

The big things here is the removal of two drivers:
	- agnx, this is broken and the wireless developers asked me to
	  remove it.
	- cowloop.  Turns out to not work well with the recent block
	  layer changes, so the author asked me to remove it for now so
	  that people will not have problems.  It will be returning in a
	  later merge.

There's a number of other fixes in here:
	- build fixes
	- comedi logic fixes
	- other minor fixes

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

The patches will be sent as a follow-on to this message to the
driver-devel list for people to see.

thanks,

greg k-h

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

 drivers/staging/Kconfig                          |    4 -
 drivers/staging/Makefile                         |    2 -
 drivers/staging/agnx/Kconfig                     |    5 -
 drivers/staging/agnx/Makefile                    |    8 -
 drivers/staging/agnx/TODO                        |   22 -
 drivers/staging/agnx/agnx.h                      |  156 --
 drivers/staging/agnx/debug.h                     |  416 ----
 drivers/staging/agnx/pci.c                       |  635 -----
 drivers/staging/agnx/phy.c                       |  960 --------
 drivers/staging/agnx/phy.h                       |  409 ----
 drivers/staging/agnx/rf.c                        |  893 -------
 drivers/staging/agnx/sta.c                       |  218 --
 drivers/staging/agnx/sta.h                       |  222 --
 drivers/staging/agnx/table.c                     |  168 --
 drivers/staging/agnx/table.h                     |   10 -
 drivers/staging/agnx/xmit.c                      |  836 -------
 drivers/staging/agnx/xmit.h                      |  250 --
 drivers/staging/comedi/Kconfig                   |    2 +-
 drivers/staging/comedi/comedi_fops.c             |    2 +-
 drivers/staging/comedi/drivers/cb_das16_cs.c     |    2 +-
 drivers/staging/comedi/drivers/cb_pcidio.c       |    8 +-
 drivers/staging/comedi/drivers/jr3_pci.c         |   18 +-
 drivers/staging/comedi/drivers/ni_65xx.c         |   12 +-
 drivers/staging/comedi/drivers/ni_daq_700.c      |    2 +-
 drivers/staging/comedi/drivers/ni_daq_dio24.c    |    2 +-
 drivers/staging/comedi/drivers/ni_labpc_cs.c     |    2 +-
 drivers/staging/comedi/drivers/ni_mio_cs.c       |    2 +-
 drivers/staging/comedi/drivers/ni_pcimio.c       |   22 +-
 drivers/staging/comedi/drivers/quatech_daqp_cs.c |    2 +-
 drivers/staging/comedi/drivers/s526.c            |  109 +-
 drivers/staging/comedi/drivers/serial2002.c      |    1 +
 drivers/staging/cowloop/Kconfig                  |   16 -
 drivers/staging/cowloop/Makefile                 |    1 -
 drivers/staging/cowloop/TODO                     |   11 -
 drivers/staging/cowloop/cowloop.c                | 2842 ----------------------
 drivers/staging/cowloop/cowloop.h                |   66 -
 drivers/staging/iio/Kconfig                      |    1 +
 drivers/staging/p9auth/p9auth.c                  |   14 +-
 drivers/staging/rtl8192e/r8192E_core.c           |    1 +
 drivers/staging/winbond/wbusb.c                  |   44 +-
 40 files changed, 148 insertions(+), 8248 deletions(-)
 delete mode 100644 drivers/staging/agnx/Kconfig
 delete mode 100644 drivers/staging/agnx/Makefile
 delete mode 100644 drivers/staging/agnx/TODO
 delete mode 100644 drivers/staging/agnx/agnx.h
 delete mode 100644 drivers/staging/agnx/debug.h
 delete mode 100644 drivers/staging/agnx/pci.c
 delete mode 100644 drivers/staging/agnx/phy.c
 delete mode 100644 drivers/staging/agnx/phy.h
 delete mode 100644 drivers/staging/agnx/rf.c
 delete mode 100644 drivers/staging/agnx/sta.c
 delete mode 100644 drivers/staging/agnx/sta.h
 delete mode 100644 drivers/staging/agnx/table.c
 delete mode 100644 drivers/staging/agnx/table.h
 delete mode 100644 drivers/staging/agnx/xmit.c
 delete mode 100644 drivers/staging/agnx/xmit.h
 delete mode 100644 drivers/staging/cowloop/Kconfig
 delete mode 100644 drivers/staging/cowloop/Makefile
 delete mode 100644 drivers/staging/cowloop/TODO
 delete mode 100644 drivers/staging/cowloop/cowloop.c
 delete mode 100644 drivers/staging/cowloop/cowloop.h

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

Frank Mori Hess (2):
      Staging: comedi: ni_pcimio: Added device id for pxi-6225.
      Staging: comedi: pcmcia irq fixes

Greg Kroah-Hartman (4):
      Staging: comedi: serial2002: fix include build issue
      Staging: remove agnx driver
      Staging: remove cowloop driver
      Staging: comedi: fix build on arches that don't want comedi drivers

Ian Abbott (9):
      Staging: comedi: Corrected type of a printk argument in resize_async_buffer().
      Staging: comedi: jr3_pci: Initialize transf variable fully in jr3_pci_poll_subdevice().
      Staging: comedi: cb_pcidio: fix "section mismatch" error
      Staging: comedi: s526: Fix number of channels on DIO subdevice
      Staging: comedi: s526: Get rid of global variable 'cmReg'.
      Staging: comedi: s526: Take account of arch's byte order.
      Staging: comedi: s526: fixes for pulse generator
      Staging: comedi: ni_65xx.c: fix insn_bits shift calculation.
      Staging: comedi: ni_65xx.c: fix output inversion problem.

Jeff Mahoney (3):
      Staging: winbond: implement prepare_multicast and fix API usage
      Staging: iio: Don't build on s390
      Staging: rtl8192e: Add #include <linux/vmalloc.h>

Pekka Enberg (1):
      Staging: w35und: Fix ->beacon_int breakage

Serge E. Hallyn (1):
      Staging: p9auth: a few fixes


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-01 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01 17:43 [GIT PATCH] STAGING fixes for 2.6.32-git Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-10-30 22:09 Greg KH
2009-10-14 23:04 Greg KH
2009-10-09 21:02 Greg KH

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.