summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [media] snd_tea575x: Add support for tuning AMHans de Goede2012-09-131-0/+1
* [media] stb0899: return internally tuned frequency via get_frontend.Reinhard Nissl2012-09-131-0/+1
* [media] mt9p031: Fix horizontal and vertical blanking configurationLaurent Pinchart2012-09-131-6/+6
* [media] mt9v032: Export horizontal and vertical blanking as V4L2 controlsLaurent Pinchart2012-09-131-3/+32
* [media] mt9v032: Provide link frequency controlLaurent Pinchart2012-09-131-5/+43
* [media] mt9v032: Provide pixel rate controlSakari Ailus2012-09-131-2/+25
* [media] v4l2-ctrls: Add v4l2_ctrl_[gs]_ctrl_int64()Laurent Pinchart2012-09-131-53/+82
* [media] ad9389b: driver for the Analog Devices AD9389B video encoderHans Verkuil2012-09-133-0/+1340
* [media] adv7604: driver for the Analog Devices ADV7604 video decoderHans Verkuil2012-09-133-0/+1972
* [media] v4l2-common: add CVT and GTF detection functionsHans Verkuil2012-09-131-0/+325
* [media] v4l2-common: add v4l_match_dv_timingsHans Verkuil2012-09-131-0/+33
* [media] v4l2-ctrls.c: add support for the new DV controlsHans Verkuil2012-09-131-0/+39
* [media] v4l2-subdev: add support for the new edid ioctlsHans Verkuil2012-09-133-0/+76
* [media] dvb-usb: remove unused filesAntti Palosaari2012-09-132-520/+0
* [media] dvb_usb_v2: use ratelimited debugs where appropriateAntti Palosaari2012-09-131-4/+5
* [media] au0828, cx231xx: remove dependency for DVB_CAPTURE_DRIVERSMauro Carvalho Chehab2012-09-122-2/+1
* [media] ddbridge: fix error handling in module_init_ddbridge()Alexey Khoroshilov2012-09-111-4/+11
* [media] cx23885: fix pointer to structure for CAMAnton Nurkin2012-09-101-1/+3
* [media] rtl2832: remove dummy callback implementationsAntti Palosaari2012-09-101-29/+0
* [media] dvb_frontend: return -ENOTTY for unimplement IOCTLAntti Palosaari2012-09-101-3/+3
* [media] dvb_frontend: use Kernel dev_* loggingAntti Palosaari2012-09-101-110/+116
* [media] move i2c files into drivers/media/i2cMauro Carvalho Chehab2012-09-061-4/+22
* Merge tag 'v3.6-rc3' into staging/for_v3.7Mauro Carvalho Chehab2012-08-24369-2302/+5303
|\
| * Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-2227-179/+419
| |\
| | * fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
| | * drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat2012-08-221-2/+2
| | * drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
| | * drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-3/+0
| | * drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
| | * Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-2210-64/+141
| | |\
| | | * drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter2012-08-201-11/+4
| | | * drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula2012-08-171-3/+33
| | | * drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2012-08-172-9/+24
| | | * drm/i915: fix hsw uncached pteDaniel Vetter2012-08-174-37/+75
| | | * drm/i915/contexts: fix list corruptionBen Widawsky2012-08-171-4/+4
| | | * drm/i915: fix EDID memory leak in SDVOJani Nikula2012-08-171-0/+1
| | * | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2012-08-2212-107/+267
| | |\ \ | | | |/ | | |/|
| | | * drm/radeon/ss: use num_crtc rather than hardcoded 6Alex Deucher2012-08-211-1/+1
| | | * Revert "drm/radeon: fix bo creation retry path"Alex Deucher2012-08-211-2/+1
| | | * drm/radeon: split ATRM support out from the ATPX handler (v3)Alex Deucher2012-08-203-74/+77
| | | * drm/radeon: convert radeon vfct code to use acpi_get_table_with_sizeAlex Deucher2012-08-201-4/+2
| | | * ACPI: export symbol acpi_get_table_with_sizeAlex Deucher2012-08-201-0/+1
| | | * drm/radeon: implement ACPI VFCT vbios fetch (v3)David Lamparter2012-08-201-0/+60
| | | * drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...Tvrtko Ursulin2012-08-201-1/+1
| | | * drm/radeon: fix checking of MSAA renderbuffers on r600-r700Marek Olšák2012-08-201-5/+6
| | | * drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700Marek Olšák2012-08-204-21/+101
| | | * drm/radeon: init lockup timeout on ring initChristian König2012-08-201-0/+1
| | | * drm/radeon: avoid turning off spread spectrum for used pllJerome Glisse2012-08-201-4/+21
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-08-227-106/+146
| |\ \ \
| | * | | target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0