aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9326): ivtv: avoid green flashing when loading ivtvMartin Dauskardt2008-10-211-0/+12
* V4L/DVB (9325): ivtv: switch to unlocked_ioctl.Hans Verkuil2008-10-213-11/+9
* V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.Hans Verkuil2008-10-211-2/+9
* V4L/DVB (9322): v4l2-int-if: Export more interfaces to modulesSakari Ailus2008-10-211-1/+4
* V4L/DVB (9316): s5h1411: Power down s5h1411 when not in useDevin Heitmueller2008-10-211-2/+8
* V4L/DVB (9315): s5h1411: Skip reconfiguring demod modulation if already at th...Devin Heitmueller2008-10-211-0/+13
* V4L/DVB (9314): s5h1411: Perform s5h1411 soft reset after tuningDevin Heitmueller2008-10-211-3/+4
* V4L/DVB (9313): s5h1411: Add the #define for an existing supporting I/FSteven Toth2008-10-211-0/+1
* V4L/DVB (9312): s5h1411: Remove meaningless codeSteven Toth2008-10-211-2/+0
* V4L/DVB (9311): s5h1411: bugfix: Setting serial or parallel mode could destro...Steven Toth2008-10-211-2/+16
* V4L/DVB (9310): s5h1411: read_status() locking detection fixes.Steven Toth2008-10-211-14/+15
* V4L/DVB (9309): s5h1411: I/F related bugfix for 3.25 and remove spurious defineSteven Toth2008-10-212-2/+1
* V4L/DVB (9308): s5h1411: Improvements to the default registersSteven Toth2008-10-211-2/+1
* V4L/DVB (9306): dsbr100: Add frequency checkAlexey Klimov2008-10-211-1/+7
* V4L/DVB (9305): radio-mr800: Add BKL for usb_amradio_open()Alexey Klimov2008-10-211-0/+5
* V4L/DVB (9304): dsbr100: CodingStyle issueAlexey Klimov2008-10-211-23/+29
* V4L/DVB (9303): dsbr100: Correct bus_info stringAlexey Klimov2008-10-211-1/+1
* V4L/DVB (9301): pvrusb2: Keep MPEG PTSs from drifting awayBoris Dores2008-10-211-0/+4
* V4L/DVB (9300): pvrusb2: Fix deadlock problemMike Isely2008-10-211-6/+0
* V4L/DVB (9299): cx18: Don't mask many real init error codes by mapping them t...Andy Walls2008-10-212-15/+24
* V4L/DVB (9298): cx18: Add __iomem address space qualifier to cx18_log_*_retri...Andy Walls2008-10-211-2/+2
* V4L/DVB (9297): cx18: Fix memory leak on card initialization failureAndy Walls2008-10-211-2/+6
* Export tiny shmem_file_setup for DRM-GEMHugh Dickins2008-10-201-1/+1
* misc: replace remaining __FUNCTION__ with __func__Harvey Harrison2008-10-201-2/+2
* fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.cThomas Gleixner2008-10-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-10-205-28/+139
|\
| * parisc: add rtc platform driverKyle McMartin2008-10-103-0/+120
| * parisc: unify CCIO_COLLECT_STATS implementationKyle McMartin2008-10-101-26/+17
| * parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*>Kyle McMartin2008-10-101-2/+2
* | USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cLinus Torvalds2008-10-201-1/+1
* | i915: cleanup coding horrors in i915_gem_gtt_pwrite()Linus Torvalds2008-10-201-23/+36
* | Fix sprintf format warnings in drm_proc.cLinus Torvalds2008-10-201-2/+2
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-10-201-6/+8
|\ \
| * | UIO: BKL removalJonathan Corbet2008-10-161-6/+8
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-2032-626/+778
|\ \ \
| * | | PCI: fix AER capability checkYu Zhao2008-10-202-3/+2
| * | | PCI: use pci_find_ext_capability everywhereJesse Barnes2008-10-204-61/+20
| * | | PCI: remove #ifdef DEBUG around dev_dbg callJesse Barnes2008-10-201-2/+0
| * | | PCI hotplug: fix get_##name return value problemKenji Kaneshige2008-10-201-1/+1
| * | | PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt2008-10-203-71/+94
| * | | PCI: probing debug message uniformizationVincent Legoll2008-10-202-16/+15
| * | | PCI: support PCIe ARI capabilityYu Zhao2008-10-203-0/+47
| * | | PCI: centralize the capabilities code in probe.cZhao, Yu2008-10-201-7/+20
| * | | PCI: centralize the capabilities code in pci-sysfs.cZhao, Yu2008-10-201-55/+83
| * | | PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb2008-10-201-1/+1
| * | | PCI: replace cfg space size (256/4096) by macros.Zhao, Yu2008-10-204-12/+21
| * | | PCI: use resource_size() everywhere.Zhao, Yu2008-10-202-3/+3
| * | | PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi2008-10-203-5/+5
| * | | PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.cYinghai Lu2008-10-201-2/+1
| * | | PCI: fix hotplug get_##name return value problemZhao, Yu2008-10-201-7/+7