2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-30 08:04:13 +08:00
linux-next/drivers/media
Hans Verkuil 86bad00a2f [media] cobalt: fix irqs used for the adv7511 transmitter
The interrupt bit assignments use for the adv7511 were off by one.
This means that the current scheme (bit << (4 * stream_index)) can
no longer be used.

Fix this by precalculating and storing the correct masks in the
cobalt_stream struct.

This wasn't noticed before because the adv7511 interrupts are very
rare. But for CEC support these interrupts are essential, so this made
me realize that it wasn't working correctly.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-05-30 11:19:01 -03:00
..
common [media] b2c2: Reset no_base_addr on skystarS2 attach failure 2015-05-18 17:48:13 -03:00
dvb-core [media] dvb-core: fix 32-bit overflow during bandwidth calculation 2015-05-20 14:01:46 -03:00
dvb-frontends [media] cx24120: Assume ucb registers is a counter 2015-05-30 08:12:39 -03:00
firewire [media] firewire: Deletion of an unnecessary check before the function call "dvb_unregister_device" 2014-11-25 13:30:31 -02:00
i2c [media] adv7604/adv7842: replace FMT_CHANGED by V4L2_DEVICE_NOTIFY_EVENT 2015-05-20 13:41:30 -03:00
mmc [media] siano: register media controller earlier 2015-02-26 09:10:39 -03:00
pci [media] cobalt: fix irqs used for the adv7511 transmitter 2015-05-30 11:19:01 -03:00
platform [media] rcar-vin: use monotonic timestamps 2015-05-18 16:27:30 -03:00
radio [media] radio: fix error return code 2015-05-01 07:02:16 -03:00
rc [media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback 2015-05-14 14:37:03 -03:00
tuners [media] e4000: Fix rangehigh value 2015-05-20 13:53:33 -03:00
usb [media] rtl28xxu: load SDR module for fc2580 based devices 2015-05-18 15:59:35 -03:00
v4l2-core [media] vb2: allow requeuing buffers while streaming 2015-05-20 13:38:32 -03:00
Kconfig media controller: add EXPERIMENTAL to Kconfig option for DVB support 2015-05-08 14:48:49 -03:00
Makefile [media] bq/c-qcam, w9966, pms: move to staging in preparation for removal 2014-12-16 23:21:44 -02:00
media-device.c [media] media: Use strlcpy instead of custom code 2014-09-21 20:27:08 -03:00
media-devnode.c [media] media-devnode: just return 0 instead of using a var 2014-09-03 17:59:28 -03:00
media-entity.c [media] media: Fix a compiler warning in media_entity_pipeline_start() 2014-11-03 19:09:13 -02:00