summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | [media] vivid: use ARRAY_SIZE to calculate max control valueHans Verkuil2015-09-301-7/+7
| * | [media] v4l2-compat-ioctl32: replace pr_warn by pr_debugHans Verkuil2015-09-251-2/+2
| * | [media] atmel-isi: parse the DT parameters for vsync/hsync/pixclock polarityJosh Wu2015-09-251-0/+15
| * | [media] v4l: atmel-isi: Remove unused platform data fieldsLaurent Pinchart2015-09-252-10/+0
| * | [media] v4l: atmel-isi: Remove support for platform dataLaurent Pinchart2015-09-252-18/+139
| * | [media] v4l: atmel-isi: Simplify error handling during DT parsingLaurent Pinchart2015-09-251-7/+4
| * | [media] atmel-isi: add sanity check for supported formats in try/set_fmt()Josh Wu2015-09-251-8/+29
| * | [media] atmel-isi: move configure_geometry() to start_streaming()Josh Wu2015-09-251-12/+5
| * | [media] atmel-isi: setup the ISI_CFG2 register directlyJosh Wu2015-09-251-13/+7
| * | [media] atmel-isi: increase timeout to disable/enable isiJosh Wu2015-09-251-1/+1
| * | [media] atmel-isi: Protect PM-only functions to kill warningGeert Uytterhoeven2015-09-251-0/+2
| * | [media] rcar_vin: call g_std() instead of querystd()Sergei Shtylyov2015-09-251-2/+2
| * | [media] rcar_vin: propagate querystd() error upstreamSergei Shtylyov2015-09-251-5/+9
| * | [media] rcar_vin: Remove obsolete r8a779x-vin platform_device_id entriesGeert Uytterhoeven2015-09-251-2/+0
| * | [media] soc-camera: increase the length of clk_name on soc_of_bind()Josh Wu2015-09-251-1/+1
| * | [media] uvcvideo: Disable hardware timestamps by defaultLaurent Pinchart2015-09-253-0/+7
| * | [media] vivid: sdr cap: few enhancementsAntti Palosaari2015-09-251-19/+12
| * | [media] vivid: SDR cap: add control for FM deviationAntti Palosaari2015-09-253-2/+42
| * | [media] v4l2-compat-ioctl32: fix alignment for ARM64Andrzej Hajda2015-09-251-4/+5
| * | [media] saa7134: add Leadtek Winfast TV2100 FM card supportDarek Zielski2015-09-253-0/+51
| * | [media] media/pci/cobalt: Use %*ph to print small buffersAlexander Kuleshov2015-09-251-5/+3
| * | [media] m2m: fix bad unlock balanceZahari Doychev2015-09-251-15/+8
| * | [media] ivtv-alsa: Add index to specify device numberNicolas Sugino2015-09-251-2/+12
| |/
* | [media] m88ds3103: use own reg update_bits() implementationAntti Palosaari2015-10-221-26/+47
* | [media] rtl28xxu: fix control message flawsAntti Palosaari2015-10-222-3/+14
* | [media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependencyJacek Anaszewski2015-10-221-1/+1
* | [media] netup_unidvb: fix potential crash when spi is NULLAbylay Ospan2015-10-221-8/+4
* | [media] si2168: Bounds check firmwareLaura Abbott2015-10-221-0/+4
* | [media] si2157: Bounds check firmwareLaura Abbott2015-10-221-0/+4
* | [media] ir-hix5hd2: drop the use of IRQF_NO_SUSPENDSudeep Holla2015-10-221-1/+1
* | [media] c8sectpfe: fix return of garbageSudip Mukherjee2015-10-221-2/+2
* | [media] c8sectpfe: fix ininitialized error return on firmware load failureColin Ian King2015-10-221-2/+1
* | [media] lnbh25: Fix lnbh25_attach() function return typeJavier Martinez Canillas2015-10-221-1/+1
* | [media] horus3a: Fix horus3a_attach() function parametersJavier Martinez Canillas2015-10-221-2/+2
|/
* Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-118-445/+164
|\
| * [media] media: vb2: Remove unused functionsJan Kara2015-08-161-114/+0
| * [media] media: vb2: Convert vb2_dc_get_userptr() to use frame vectorJan Kara2015-08-161-178/+34
| * [media] media: vb2: Convert vb2_vmalloc_get_userptr() to use frame vectorJan Kara2015-08-161-56/+36
| * [media] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vectorJan Kara2015-08-161-80/+15
| * [media] vb2: Provide helpers for mapping virtual addressesJan Kara2015-08-162-0/+59
| * [media] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vad...Jan Kara2015-08-162-38/+32
| * [media] vb2: Push mmap_sem down to memopsJan Kara2015-08-164-3/+12
* | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* | Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-05235-3379/+17131
|\ \
| * | [media] c8sectpfe: Remove select on undefined LIBELF_32Peter Griffin2015-09-031-1/+0
| * | [media] i2c: fix platform_no_drv_owner.cocci warningsFengguang Wu2015-09-031-1/+0
| * | [media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible...Steven Rostedt2015-09-031-2/+2
| * | [media] tc358743: only queue subdev notifications if devnode is setPhilipp Zabel2015-09-031-1/+2
| * | [media] tc358743: add missing Kconfig dependency/selectHans Verkuil2015-09-031-1/+2
| * | [media] c8sectpfe: Use %pad to print 'dma_addr_t'Fabio Estevam2015-09-031-2/+2
OpenPOWER on IntegriCloud