dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/go7007
Linus Torvalds f063a0c0c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6: (841 commits)
  Staging: brcm80211: fix usage of roundup in structures
  Staging: bcm: fix up network device reference counting
  Staging: keucr: fix up US_ macro change
  staging: brcm80211: brcmfmac: Removed codeversion from firmware filenames.
  staging: brcm80211: Remove unnecessary header files.
  staging: brcm80211: Remove unnecessary includes from bcmutils.c
  staging: brcm80211: Removed unnecessary pktsetprio() function.
  Staging: brcm80211: remove typedefs.h
  Staging: brcm80211: remove uintptr typedef usage
  Staging: hv: remove struct vmbus_channel_interface
  Staging: hv: remove Open from struct vmbus_channel_interface
  Staging: hv: storvsc: call vmbus_open directly
  Staging: hv: netvsc: call vmbus_open directly
  Staging: hv: channel: export vmbus_open to modules
  Staging: hv: remove Close from struct vmbus_channel_interface
  Staging: hv: netvsc: call vmbus_close directly
  Staging: hv: storvsc: call vmbus_close directly
  Staging: hv: channel: export vmbus_close to modules
  Staging: hv: remove SendPacket from struct vmbus_channel_interface
  Staging: hv: storvsc: call vmbus_sendpacket directly
  ...

Fix up conflicts in
	drivers/staging/cx25821/cx25821-audio-upstream.c
	drivers/staging/cx25821/cx25821-audio.h
due to warring whitespace cleanups (neither of which were all that great)
2010-10-28 12:13:00 -07:00
..
Kconfig Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 2010-10-28 09:35:11 -07:00
Makefile Staging: go7007: Makefile: makefile cleanup 2010-10-08 07:23:50 -07:00
README
go7007-driver.c [media] go7007: Don't use module names to load I2C modules 2010-10-22 21:52:04 -02:00
go7007-fw.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
go7007-i2c.c V4L/DVB (12859): go7007: semaphore -> mutex conversion 2009-09-19 00:13:37 -03:00
go7007-priv.h V4L/DVB (13455): go7007: Add struct v4l2_device. 2009-12-05 18:42:00 -02:00
go7007-usb.c [media] go7007: Fix the TW2804 I2C type name 2010-10-22 21:51:46 -02:00
go7007-v4l2.c V4L/DVB: go7007: convert to use the mediabus API 2010-10-21 01:04:39 -02:00
go7007.h
go7007.txt V4L/DVB (12859): go7007: semaphore -> mutex conversion 2009-09-19 00:13:37 -03:00
s2250-board.c V4L/DVB: s2250: remove obsolete v4l2-i2c-drv.h header 2010-10-21 01:06:04 -02:00
s2250-loader.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
s2250-loader.h staging/go7007: Fix compilation by re-adding the missing s2250-loader.h 2009-11-30 17:37:20 -02:00
saa7134-go7007.c Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu 2010-05-27 09:12:52 -07:00
snd-go7007.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wis-i2c.h go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-ov7640.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00
wis-saa7113.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00
wis-saa7115.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00
wis-sony-tuner.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00
wis-tw2804.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00
wis-tw9903.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00
wis-uda1342.c [media] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules 2010-10-22 21:51:35 -02:00

README

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups
	- lots of little modules, should be merged together
	  and added to the build.
	- testing?
	- handle churn in v4l layer.

Please send patchs to Greg Kroah-Hartman <greg@kroah.com> and Cc: Ross
Cohen <rcohen@snurgle.org> as well.