summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-10-12V4L/DVB (8628): bttv: Add support for Encore ENLTV2-FMMauro Carvalho Chehab4-8/+138
2008-10-12V4L/DVB (8628a): Remove duplicated includeMauro Carvalho Chehab1-1/+0
2008-10-12V4L/DVB (8627): Fix mute on bttv driverMauro Carvalho Chehab1-0/+5
2008-10-12V4L/DVB (8626): Add support for TCL tuner MF02GIP-5N-EMauro Carvalho Chehab2-0/+24
2008-10-12V4L/DVB (8625): saa7134: Add NEC prococol IR decoding capabilityMauro Carvalho Chehab1-6/+134
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil26-25/+146
2008-10-12V4L/DVB (8561): make ivtv_claim_stream() staticAdrian Bunk2-6/+1
2008-10-12V4L/DVB (8560): replace __FUNCTION__ with __func__Alexander Beregalov2-18/+18
2008-10-12V4L/DVB: follow lspci device/vendor styleBjorn Helgaas10-12/+12
2008-10-12V4L/DVB (8554): media/video/Kconfig: cosmetic changes and convert select into...Mauro Carvalho Chehab1-60/+58
2008-10-12V4L/DVB (8553): media/video/Kconfig: get rid of a selectMauro Carvalho Chehab1-2/+1
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds73-2452/+2074
2008-10-11Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds7-314/+1139
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar7-314/+1139
2008-10-11Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Linus Torvalds1-1/+1
2008-10-11Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-8/+152
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds54-1347/+3295
2008-10-11security: avoid calling a NULL function pointer in drivers/video/tvaudio.cArjan van de Ven1-1/+1
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds427-28490/+62622
2008-10-11Merge branch 'for-linus' of git://git.alsa-project.org/alsa-kernelLinus Torvalds2-6/+9
2008-10-11Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds53-513/+1045
2008-10-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds6-55/+139
2008-10-10Merge branch 'r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/...David S. Miller1-23/+434
2008-10-10myri10ge: update driver version number to 1.4.3-1.369Brice Goglin1-1/+1
2008-10-10r8169: add shutdown handlerFrancois Romieu1-0/+6
2008-10-10r8169: preliminary 8168d supportFrancois Romieu1-2/+97
2008-10-10r8169: support additional 8168cp chipsetFrancois Romieu1-3/+27
2008-10-10r8169: change default behavior for mildly identified 8168c chipsetsFrancois Romieu1-3/+4
2008-10-10r8169: add a new 8168cp flavorFrancois Romieu1-6/+43
2008-10-10r8169: add a new 8168c flavor (bis)Francois Romieu1-2/+24
2008-10-10r8169: add a new 8168c flavorFrancois Romieu1-2/+39
2008-10-10r8169: sync existing 8168 device hardware start sequences with vendor driverFrancois Romieu1-0/+75
2008-10-10r8169: 8168b Tx performance tweakFrancois Romieu1-1/+2
2008-10-10r8169: make room for more specific 8168 hardware start procedureFrancois Romieu1-5/+61
2008-10-10r8169: shuffle some registers handling around (8168 operation only)Francois Romieu1-6/+7
2008-10-10r8169: new phy init parameters for the 8168bFrancois Romieu1-0/+33
2008-10-10r8169: update phy init parametersFrancois Romieu1-5/+24
2008-10-10r8169: wake up the PHY of the 8168Francois Romieu1-3/+7
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns9-219/+201
2008-10-10ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>Bartlomiej Zolnierkiewicz2-19/+7
2008-10-10ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz3-14/+13
2008-10-10ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz3-35/+23
2008-10-10ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz3-56/+32
2008-10-10ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.cBartlomiej Zolnierkiewicz4-288/+317
2008-10-10ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}Bartlomiej Zolnierkiewicz1-10/+14
2008-10-10ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz3-73/+68
2008-10-10ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz3-55/+22
2008-10-10ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz3-53/+30
2008-10-10ide-tape: add ide_tape_set_media_lock() helperBartlomiej Zolnierkiewicz1-20/+19
2008-10-10ide-floppy: add ide_floppy_set_media_lock() helperBartlomiej Zolnierkiewicz1-23/+16