linux-kernel-test/drivers/media
Hans Verkuil 54450f591c [media] adv7604: driver for the Analog Devices ADV7604 video decoder
Initial version of this driver.

The full datasheets are available from the Analog Devices website:

  http://ez.analog.com/docs/DOC-1545

Not all features of the receiver are supported by this driver for various
reasons. Most notably:

- No CEC support (the CEC API needs a lot more discussion)
- Only port A of the four HDMI input ports is implemented (our hardware only
  uses that port)
- No HDCP repeater support (we don't use that either)

And since there are some 600-odd pages of datasheet for this single device,
I'm sure that there are many more things missing, but this driver does work
well for our hardware.

Note that I am using the register addresses instead of register names: the
datasheet containing the register descriptions is organized by register
address. Using names would make the datasheet lookup very hard. An attempt
was made to try and document what is being done when registers are used
instead.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-09-13 16:13:47 -03:00
..
common [media] flexcop: Show the item to enable debug after the driver 2012-08-21 08:05:33 -03:00
dvb-core [media] dvb_frontend: return -ENOTTY for unimplement IOCTL 2012-09-10 11:14:35 -03:00
dvb-frontends [media] rtl2832: remove dummy callback implementations 2012-09-10 11:31:59 -03:00
firewire [media] Fix some Makefile rules 2012-08-16 19:55:03 -03:00
i2c [media] adv7604: driver for the Analog Devices ADV7604 video decoder 2012-09-13 16:13:47 -03:00
mmc [media] Fix some Makefile rules 2012-08-16 19:55:03 -03:00
parport [media] Add missing help for some menuconfig items 2012-08-21 08:17:37 -03:00
pci [media] ddbridge: fix error handling in module_init_ddbridge() 2012-09-11 15:29:00 -03:00
platform Linux 3.6-rc3 2012-08-24 11:25:10 -03:00
radio Linux 3.6-rc3 2012-08-24 11:25:10 -03:00
rc Linux 3.6-rc3 2012-08-24 11:25:10 -03:00
tuners [media] Kconfig: merge all customise options into just one 2012-08-21 08:05:06 -03:00
usb [media] dvb-usb: remove unused files 2012-09-13 13:37:36 -03:00
v4l2-core [media] v4l2-common: add CVT and GTF detection functions 2012-09-13 16:09:59 -03:00
Kconfig [media] Kconfig: merge all customise options into just one 2012-08-21 08:05:06 -03:00
Makefile [media] move i2c files into drivers/media/i2c 2012-09-06 18:42:54 -03:00
media-device.c [media] media: fix MEDIA_IOC_DEVICE_INFO return code 2012-08-12 07:57:57 -03:00
media-devnode.c
media-entity.c