summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-2112-34/+54
|\
| * [media] gspca_pac7302: Add new usb-id for Genius i-Look 317Hans de Goede2014-07-141-0/+1
| * [media] tda10071: fix returned symbol rate calculationAntti Palosaari2014-07-141-1/+1
| * [media] tda10071: fix spec inversion reportingAntti Palosaari2014-07-141-2/+2
| * [media] tda10071: add missing DVB-S2/PSK-8 FEC AUTOAntti Palosaari2014-07-141-0/+1
| * [media] tda10071: force modulation to QPSK on DVB-SAntti Palosaari2014-07-141-1/+5
| * [media] hdpvr: fix two audio bugsHans Verkuil2014-07-041-3/+3
| * [media] davinci: vpif: missing unlocks on errorDan Carpenter2014-07-042-0/+2
| * [media] af9035: override tuner id when bad value set into eepromAntti Palosaari2014-07-041-7/+33
| * [media] saa7134: use unlocked_ioctl instead of ioctlHans Verkuil2014-06-191-1/+1
| * [media] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value use...Rickard Strandqvist2014-06-191-2/+2
| * [media] si2168: firmware download fixAntti Palosaari2014-06-192-15/+1
| * [media] si2157: add one missing parenthesisAntti Palosaari2014-06-191-1/+1
| * [media] si2168: add one missing parenthesisAntti Palosaari2014-06-191-1/+1
* | Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-1219-1744/+456
|\ \
| * | [media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart2014-05-257-17/+17
| * | [media] omap3isp: Move to videobuf2Laurent Pinchart2014-05-255-1286/+108
| * | [media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart2014-05-251-0/+24
| * | [media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart2014-05-251-0/+2
| * | [media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart2014-05-253-21/+22
| * | [media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart2014-05-255-27/+19
| * | [media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart2014-05-254-91/+86
| * | [media] omap3isp: queue: Don't build scatterlist for kernel bufferLaurent Pinchart2014-05-252-25/+7
| * | [media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart2014-05-255-61/+89
| * | [media] omap3isp: queue: Use sg_alloc_table_from_pages()Laurent Pinchart2014-05-251-14/+2
| * | [media] omap3isp: queue: Map PFNMAP buffers to deviceLaurent Pinchart2014-05-252-18/+23
| * | [media] omap3isp: queue: Fix the dma_map_sg() return value checkLaurent Pinchart2014-05-251-1/+1
| * | [media] omap3isp: queue: Allocate kernel buffers with dma_alloc_coherentLaurent Pinchart2014-05-252-32/+27
| * | [media] omap3isp: queue: Inline the ispmmu_v(un)map functionsLaurent Pinchart2014-05-251-32/+4
| * | [media] omap3isp: queue: Merge the prepare and sglist functionsLaurent Pinchart2014-05-252-104/+69
| * | [media] omap3isp: queue: Use sg_table structureLaurent Pinchart2014-05-252-74/+40
| * | [media] omap3isp: queue: Move IOMMU handling code to the queueLaurent Pinchart2014-05-253-83/+78
| * | [media] omap3isp: video: Set the buffer bytesused field at completion timeLaurent Pinchart2014-05-251-1/+4
| * | [media] omap3isp: ccdc: Use the DMA API for FPCLaurent Pinchart2014-05-252-24/+35
| * | [media] omap3isp: ccdc: Use the DMA API for LSCLaurent Pinchart2014-05-252-31/+29
| * | [media] omap3isp: stat: Use the DMA APILaurent Pinchart2014-05-252-72/+53
| * | [media] omap3isp: stat: Store sg table in ispstat_bufferLaurent Pinchart2014-05-252-11/+10
| * | [media] omap3isp: stat: Merge dma_addr and iommu_addr fieldsLaurent Pinchart2014-05-254-15/+11
| * | [media] omap3isp: stat: Share common code for buffer allocationLaurent Pinchart2014-05-251-60/+54
| * | [media] omap3isp: stat: Remove impossible WARN_ONLaurent Pinchart2014-05-251-2/+0
| * | [media] omap3isp: stat: Rename IS_COHERENT_BUF to ISP_STAT_USES_DMAENGINELaurent Pinchart2014-05-251-7/+7
| | |
| \ \
*-. \ \ Merge branches 'topic/vsp1' and 'topic/adv76xx' of git://git.kernel.org/pub/s...Linus Torvalds2014-06-0619-530/+1718
|\ \ \ \
| | * | | [media] adv7604: Add LLC polarity configurationLaurent Pinchart2014-05-251-1/+2
| | * | | [media] adv7604: Set HPD GPIO direction to outputLaurent Pinchart2014-05-251-1/+1
| | * | | [media] adv7604: Add endpoint properties to DT bindingsLaurent Pinchart2014-05-251-2/+32
| | * | | [media] adv7604: Add DT supportLaurent Pinchart2014-05-251-14/+66
| | * | | [media] adv7604: Specify the default input through platform dataLaurent Pinchart2014-05-251-0/+7
| | * | | [media] adv7604: Support hot-plug detect control through a GPIOLaurent Pinchart2014-05-251-4/+33
| | * | | [media] adv7604: Sort headers alphabeticallyLaurent Pinchart2014-05-251-6/+6
| | * | | [media] adv7604: Replace *_and_or() functions with *_clr_set()Laurent Pinchart2014-05-251-43/+43
OpenPOWER on IntegriCloud