summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-26IDE: Coding Style fixes to drivers/ide/ide-pnp.cPaolo Ciarrocchi1-5/+5
2008-04-26IDE: Coding Style fixes to drivers/ide/ide-proc.cPaolo Ciarrocchi1-80/+75
2008-04-26IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.cPaolo Ciarrocchi1-1/+1
2008-04-26IDE: Coding Style fixes to drivers/ide/legacy/umc8672.cPaolo Ciarrocchi1-29/+29
2008-04-26IDE: Coding Style fixes to drivers/ide/pci/generic.cPaolo Ciarrocchi1-2/+2
2008-04-26IDE: Coding Style fixes to drivers/ide/pci/jmicron.cPaolo Ciarrocchi1-2/+1
2008-04-26IDE: Coding Style fixes to drivers/ide/pci/sis5513.cPaolo Ciarrocchi1-100/+98
2008-04-26IDE: Coding Style fixes to drivers/ide/pci/slc90e66.cPaolo Ciarrocchi1-3/+3
2008-04-26IDE: Coding Style fixes to drivers/ide/pci/tc86c001.cPaolo Ciarrocchi1-14/+14
2008-04-26IDE: Coding Style fixes to drivers/ide/setup-pci.cPaolo Ciarrocchi1-17/+12
2008-04-26ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz1-25/+11
2008-04-26ide: remove IDE_HFLAG_CY82C693 host flagBartlomiej Zolnierkiewicz2-9/+3
2008-04-26falconide: fix resources reservation (take 2)Bartlomiej Zolnierkiewicz1-0/+7
2008-04-26ide-mpc8xx: fix resources reservationBartlomiej Zolnierkiewicz1-1/+17
2008-04-26ide-mpc8xx: make m8xx_ide_init_ports() return an error valueBartlomiej Zolnierkiewicz1-15/+25
2008-04-26bast-ide: fix resources reservationBartlomiej Zolnierkiewicz1-0/+10
2008-04-26delkin_cb: fix resources handlingBartlomiej Zolnierkiewicz1-1/+3
2008-04-26ide_platform: fix resources handlingBartlomiej Zolnierkiewicz1-3/+2
2008-04-26ide-cd: remove the internal 64k bufferBorislav Petkov2-123/+4
2008-04-26ide-disk: fix issues found by checkpatch.plBartlomiej Zolnierkiewicz1-50/+70
2008-04-26ide-disk: add proc_idedisk_read_smart() helperBartlomiej Zolnierkiewicz1-22/+17
2008-04-26ide: unexport ide_hwifs[]Bartlomiej Zolnierkiewicz1-5/+0
2008-04-26ide-generic: use ide_find_port() (take 3)Bartlomiej Zolnierkiewicz1-2/+12
2008-04-26ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz7-81/+120
2008-04-26ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz3-62/+47
2008-04-26ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz4-13/+0
2008-04-26ide: use DIV_ROUND_UPJulia Lawall2-16/+16
2008-04-26ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz30-56/+33
2008-04-26qd65xx: return error value in qd_probe()Bartlomiej Zolnierkiewicz1-10/+15
2008-04-26ht6560b: use driver name for resource allocationBartlomiej Zolnierkiewicz1-1/+2
2008-04-26umc8672: don't use ide_hwifs[] in umc_set_pio_mode()Bartlomiej Zolnierkiewicz1-2/+2
2008-04-26scc_pata: store 'hwif' pointer in struct scc_portsBartlomiej Zolnierkiewicz1-3/+3
2008-04-26cmd640: use ide_find_port()Bartlomiej Zolnierkiewicz1-10/+19
2008-04-26cmd640: remove cmd_drives[]Bartlomiej Zolnierkiewicz1-40/+27
2008-04-26au1xxx-ide: use ide_find_port()Bartlomiej Zolnierkiewicz1-3/+5
2008-04-26scc_pata: use ide_find_port()Bartlomiej Zolnierkiewicz1-6/+2
2008-04-26sgiioc4: use ide_find_port()Bartlomiej Zolnierkiewicz1-10/+2
2008-04-26ide-pmac: use ide_find_port()Bartlomiej Zolnierkiewicz1-25/+19
2008-04-26ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2)Bartlomiej Zolnierkiewicz1-16/+33
2008-04-26swarm: use ide_find_port()Bartlomiej Zolnierkiewicz1-7/+2
2008-04-26ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz18-30/+20
2008-04-26ide: cleanup ide_match_hwif()Bartlomiej Zolnierkiewicz1-32/+15
2008-04-26ide: make ide_pci_check_iomem() actually workSergei Shtylyov1-11/+12
2008-04-26ide/Kconfig: BLK_DEV_4DRIVES should be a tristateFrederik Deweerdt1-1/+1
2008-04-26v4l/dvb: add statics to avoid multiple definitionsHarvey Harrison2-4/+4
2008-04-26mac-hid: fix build after lockdep annotationHarvey Harrison1-2/+2
2008-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds7-6/+24
2008-04-25Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds19-123/+521
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-32/+101
2008-04-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-324/+332