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 949f6711b8 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
* 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6: (510 commits)
  staging: speakup: fix failure handling
  staging: usbip: remove double giveback of URB
  Staging: batman-adv: Remove batman-adv from staging
  Staging: hv: Use only one txf buffer per channel and kmalloc/GFP_KERNEL on initialize
  staging: hv: remove unneeded osd_schedule_callback
  staging: hv: convert channel_mgmt.c to not call osd_schedule_callback
  staging: hv: convert vmbus_on_msg_dpc to not call osd_schedule_callback
  staging: brcm80211: Fix WL_<type> logging macros
  Staging: IIO: DDS: AD9833 / AD9834 driver
  Staging: IIO: dds.h convenience macros
  Staging: IIO: Direct digital synthesis abi documentation
  staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAE
  staging: brcm80211: Remove unused ETHER_TYPE_<foo> #defines
  staging: brcm80211: Remove ETHER_HDR_LEN, use ETH_HLEN
  staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALEN
  staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addr
  staging: brcm80211: Remove unused ether_<foo> #defines and struct
  staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addr
  staging: brcm80211: Remove unused #defines ETHER_<foo>_LOCALADDR
  Staging: comedi: Fix checkpatch.pl issues in file s526.c
  ...

Fix up trivial conflict in drivers/video/udlfb.c
2011-01-10 16:04:53 -08:00
..
Kconfig [media] rc: rename the remaining things to rc_core 2010-12-29 08:16:50 -02:00
Makefile Staging: go7007: Makefile: makefile cleanup 2010-10-08 07:23:50 -07:00
README
go7007-driver.c Staging: Merge 2.6.37-rc5 into staging-next 2010-12-07 10:47:56 -08: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
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.