linux/drivers/staging/go7007
Jean Delvare 7400516ab4 go7007: Convert to the new i2c device binding model
Move the go7007 driver away from the legacy i2c binding model, which
is going away really soon now.

The I2C addresses of the audio and video chips in s2250-board didn't
look quite right, apparently they were left-aligned values when Linux
wants right-aligned values, so I fixed them too.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-21 21:47:22 +02:00
..
Kconfig
Makefile
README
go7007-driver.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
go7007-fw.c
go7007-i2c.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
go7007-priv.h go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
go7007-usb.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
go7007-v4l2.c
go7007.h
go7007.txt
s2250-board.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
s2250-loader.c
saa7134-go7007.c
snd-go7007.c
wis-i2c.h go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-ov7640.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-saa7113.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-saa7115.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-sony-tuner.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-tw2804.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-tw9903.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +02:00
wis-uda1342.c go7007: Convert to the new i2c device binding model 2009-04-21 21:47:22 +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.