summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [media] radio-aztech: Convert to generic lm7000 implementationOndrej Zary2013-07-261-44/+24
* [media] bttv: stop abusing mbox_we for sw_statusOndrej Zary2013-07-262-17/+12
* [media] tea575x-tuner: move HW init to a separate functionOndrej Zary2013-07-262-6/+14
* [media] media: stk1160: Ignore unchanged standard setEzequiel Garcia2013-07-261-0/+3
* [media] stk1160: Allow to change input while streamingEzequiel Garcia2013-07-261-3/+0
* [media] usbtv: remove unused including <linux/version.h>Wei Yongjun2013-07-261-1/+0
* [media] ml86v7667: override default field interlace orderVladimir Barinov2013-07-261-1/+2
* [media] usbtv: Add S-Video input supportLubomir Rintel2013-07-261-17/+82
* [media] tlg2300: fix checking firmware in poseidon_probe()Alexey Khoroshilov2013-07-261-6/+4
* [media] tlg2300: implement error handling in poseidon_probe()Alexey Khoroshilov2013-07-261-3/+24
* [media] drivers/media/radio/radio-maxiradio: Convert to module_pci_driverLibo Chen2013-07-261-12/+1
* [media] marvell-ccic: switch to resource managed allocation and requestLibin Yang2013-07-261-38/+22
* [media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driverLibin Yang2013-07-261-4/+26
* [media] marvell-ccic: add new formats support for marvell-ccic driverLibin Yang2013-07-262-33/+165
* [media] marvell-ccic: refine mcam_set_contig_buffer functionLibin Yang2013-07-261-11/+10
* [media] marvell-ccic: reset ccic phy when stop streaming for stabilityLibin Yang2013-07-263-0/+33
* [media] marvell-ccic: add clock tree support for marvell-ccic driverLibin Yang2013-07-262-0/+66
* [media] marvell-ccic: add MIPI support for marvell-ccic driverLibin Yang2013-07-264-13/+244
* [media] media: i2c: adv7343: add OF supportLad, Prabhakar2013-07-262-1/+93
* [media] media: i2c: adv7343: make the platform data members as arrayLad, Prabhakar2013-07-263-34/+20
* [media] media: davinci: vpss: convert to devm* apiLad, Prabhakar2013-07-261-49/+13
* [media] media: davinci: vpbe_display: convert to devm* apiLad, Prabhakar2013-07-261-16/+7
* [media] media: davinci: vpbe_osd: convert to devm_* apiLad, Prabhakar2013-07-261-35/+10
* [media] media: davinci: vpbe_venc: convert to devm_* apiLad, Prabhakar2013-07-261-78/+19
* [media] media: davinci: vpif: display: add V4L2-async supportLad, Prabhakar2013-07-263-83/+132
* [media] media: davinci: vpif: capture: add V4L2-async supportLad, Prabhakar2013-07-263-48/+107
* [media] media: i2c: tvp514x: add support for asynchronous probingLad, Prabhakar2013-07-261-6/+14
* [media] media: i2c: tvp7002: add support for asynchronous probingLad, Prabhakar2013-07-261-0/+6
* [media] media: i2c: adv7343: add support for asynchronous probingLad, Prabhakar2013-07-261-4/+11
* [media] media: i2c: ths8200: add OF supportLad, Prabhakar2013-07-262-0/+28
* [media] media: i2c: ths8200: support asynchronous probingLad, Prabhakar2013-07-261-1/+8
* [media] coda: add bitstream ringbuffer handling for decoderPhilipp Zabel2013-07-262-3/+134
* [media] coda: update CODA7541 to firmware 1.4.50Philipp Zabel2013-07-262-62/+182
* [media] coda: do not allocate maximum number of framebuffers for encoderPhilipp Zabel2013-07-261-1/+1
* [media] coda: dynamic IRAM setup for encoderPhilipp Zabel2013-07-262-10/+146
* [media] coda: use vb2_set_plane_payload instead of setting v4l2_planes[0].byt...Philipp Zabel2013-07-261-5/+5
* [media] dvb-usb-v2: fix Kconfig dependency when RC_CORE=mAntti Palosaari2013-07-261-1/+1
* [media] mem2mem: add support for hardware buffered queuePhilipp Zabel2013-07-262-2/+21
* [media] dib0700: add support for PCTV 2002e & PCTV 2002e SEMichael Krufky2013-07-222-1/+13
* Merge tag 'v3.11-rc2' into patchworkMauro Carvalho Chehab2013-07-228936-268619/+714630
|\
| * Linux 3.11-rc2v3.11-rc2Linus Torvalds2013-07-211-1/+1
| * Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-219-28/+137
| |\
| | * ACPI / video: no automatic brightness changes by win8-compatible firmwareAaron Lu2013-07-181-2/+8
| | * ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki2013-07-186-10/+105
| | * ACPI / video: Always call acpi_video_init_brightness() on initMatthew Garrett2013-07-181-3/+8
| | * ACPICA: expose OSI versionAaron Lu2013-07-183-13/+16
| * | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-212-2/+2
| |\ \
| | * | ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2013-07-211-1/+1
| | * | ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2013-07-211-1/+1
| * | | Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-21155-91617/+22
| |\ \ \ | | |/ / | |/| |