summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-24cmd64x: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24atiixp: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24amd74xx: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24alim15x3: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24aec62xx: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+13
2008-07-24ide: add ide_pci_remove() helperBartlomiej Zolnierkiewicz2-6/+36
2008-07-24via82cxxx: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-46/+35
2008-07-24cmd64x: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-18/+0
2008-07-24amd74xx: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-18/+18
2008-07-24tc86c001: remove ->init_chipset methodBartlomiej Zolnierkiewicz1-12/+26
2008-07-24via82cxxx: convert to use ->host_privBartlomiej Zolnierkiewicz1-12/+21
2008-07-24siimage: convert to use ->host_privBartlomiej Zolnierkiewicz1-56/+58
2008-07-24sc1200: convert to use ->host_privBartlomiej Zolnierkiewicz1-20/+19
2008-07-24it821x: convert to use ->host_privBartlomiej Zolnierkiewicz1-15/+13
2008-07-24hpt366: convert to use ->host_privBartlomiej Zolnierkiewicz1-31/+41
2008-07-24aec62xx: convert to use ->host_privBartlomiej Zolnierkiewicz1-16/+16
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz7-13/+92
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz32-39/+80
2008-07-24ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz1-7/+11
2008-07-24ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()Bartlomiej Zolnierkiewicz1-5/+9
2008-07-24ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'Bartlomiej Zolnierkiewicz1-9/+3
2008-07-24ide: always call ->init_chipset method in do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz1-14/+10
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-58/+72
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds17-188/+1282
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds7-198/+404
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds18-119/+4240
2008-07-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2-2/+241
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds56-1397/+1489
2008-07-23ide: small whitespace fixesPavel Machek2-2/+2
2008-07-23ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warningsHarvey Harrison1-4/+4
2008-07-23ide: ide-cd.c fix sparse endianness warningsHarvey Harrison1-11/+8
2008-07-23ide-cd: convert to using the new atapi_flagsBorislav Petkov3-109/+64
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov1-2/+1
2008-07-23ide-scsi: convert to using the new atapi_flagsBorislav Petkov1-16/+1
2008-07-23ide-tape: convert to using the new atapi_flagsBorislav Petkov1-45/+23
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov2-48/+30
2008-07-23ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov1-5/+13
2008-07-23ide-scsi: pass packet command in rq->cmdBorislav Petkov1-0/+2
2008-07-23ide-tape: pass packet command in rq->cmdBorislav Petkov1-8/+11
2008-07-23ide-tape: make room for packet command ids in rq->cmdBorislav Petkov1-11/+11
2008-07-23ide-floppy: pass packet command in rq->cmdBorislav Petkov1-0/+4
2008-07-23ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov2-10/+5
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov2-5/+6
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov2-4/+10
2008-07-23drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins1-1/+0
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz5-20/+87
2008-07-23ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz2-9/+6
2008-07-23ide: add ide_ports[]Bartlomiej Zolnierkiewicz1-2/+9
2008-07-23ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz2-35/+35
2008-07-23ide: fix IDE port slots reservation and freeing (take 2)Bartlomiej Zolnierkiewicz1-37/+50