aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-05V4L/DVB (12203): radio-si470x: fix lock imbalanceJiri Slaby1-3/+2
2009-07-05V4L/DVB (12202): em28xx, fix lock imbalanceJiri Slaby1-0/+1
2009-07-05V4L/DVB (12172): em28xx: Add autodetection code for Silvercrest 1.3 mpixMauro Carvalho Chehab2-1/+45
2009-07-05V4L/DVB (12171): em28xx: fix webcam usage with different output formatsMauro Carvalho Chehab2-24/+23
2009-07-05[ARM] amba: fix amba device resourcesRussell King1-1/+11
2009-07-05V4L/DVB (12169): em28xx-video: fix VIDIOC_G_FMT and VIDIOC_ENUMFMT with webcamsMauro Carvalho Chehab1-30/+49
2009-07-05V4L/DVB (12156): em28xx: Fix tuning for Terratec Cinergy T XS USB (zl10353 version)Devin Heitmueller2-2/+28
2009-07-05V4L/DVB (12139): em28xx: add other video formatsMauro Carvalho Chehab1-1/+18
2009-07-05V4L/DVB (12138): em28xx: add support for Silvercrest WebcamMauro Carvalho Chehab4-7/+68
2009-07-05V4L/DVB (12174): mt9v011: let's stick with datasheet values where it worksMauro Carvalho Chehab1-16/+7
2009-07-05V4L/DVB (12173): mt9v011: properly calculate image resolution registersMauro Carvalho Chehab1-20/+94
2009-07-05V4L/DVB (12137): mt9v011: CodingStyle fixesMauro Carvalho Chehab1-4/+7
2009-07-05V4L/DVB (12136): mt9v011: Some fixes at the register initialization tableMauro Carvalho Chehab1-6/+14
2009-07-05V4L/DVB (12135): Add a driver for mt9v011 sensorMauro Carvalho Chehab4-0/+399
2009-07-05V4L/DVB (12166): cx23885: add FIXME comment above set_frontend overrideMichael Krufky2-0/+3
2009-07-05V4L/DVB (12165): cx23885: override set_frontend to allow rf input path switching on the HVR1275Michael Krufky2-0/+31
2009-07-05V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper placeMauro Carvalho Chehab1-4/+0
2009-07-05V4L/DVB (12182): cx18: Add DVB-T support for Yuan MPC-718 cards with an MT352 or ZL10353Andy Walls2-2/+162
2009-07-05V4L/DVB (12180): cx18: Update Yuan MPC-718 card entry with better information and guessesAndy Walls1-12/+22
2009-07-05V4L/DVB (12167): tuner-xc2028: Fix 7 MHz DVB-TAndy Walls1-1/+12
2009-07-05V4L/DVB (12160): soc-camera: fix missing clean up on error pathGuennadi Liakhovetski1-3/+7
2009-07-05V4L/DVB (12159): soc_camera: Fix debug output of supported formats countStefan Herbrechtsmeier1-1/+1
2009-07-05V4L/DVB (12153): ttpci: config TTPCI_EEPROM depends on I2CHans Verkuil1-0/+1
2009-07-05V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before streamingMauro Carvalho Chehab1-49/+50
2009-07-04intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse1-0/+30
2009-07-04intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse1-11/+14
2009-07-04video: sm501fb: Early initialization of mm_lock mutex.Paul Mundt1-0/+2
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds10-31/+49
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds2-2/+5
2009-07-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds16-709/+682
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-1/+1
2009-07-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+14
2009-07-05usb: allow sh7724 to enable on-chip r8a66597Magnus Damm1-2/+2
2009-07-04intel-iommu: No mapping for non-PCI devicesDavid Woodhouse1-5/+10
2009-07-04intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse1-10/+19
2009-07-04intel-iommu: Add iommu_should_identity_map() functionDavid Woodhouse1-2/+7
2009-07-04intel-iommu: Fix reattaching of devices to identity mapping domainDavid Woodhouse1-0/+3
2009-07-04intel-iommu: Don't set identity mapping for bypassed graphics devicesDavid Woodhouse1-2/+5
2009-07-04intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages()David Woodhouse1-5/+7
2009-07-03be2net: fix spurious interrupt handling in intx modeSathya Perla2-7/+13
2009-07-03e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan3-7/+110
2009-07-03e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan1-1/+6
2009-07-03e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan1-2/+17
2009-07-03e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan1-4/+15
2009-07-03e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan2-44/+82
2009-07-03e1000e: PHY loopback broken on 82578Bruce Allan2-0/+7
2009-07-03ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala1-1/+0
2009-07-03ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore1-5/+5
2009-07-03ixgbe: fix regression on some 82598 adaptersDon Skidmore1-10/+14
2009-07-03ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore2-2/+9