aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24ide: use proper printk() KERN_* levels in ide-probe.cBartlomiej Zolnierkiewicz1-23/+28
2008-07-24ide: fix for EATA SCSI HBA in ATA emulating modeBartlomiej Zolnierkiewicz1-12/+0
2008-07-24ide: add ide_pci_remove() helperBartlomiej Zolnierkiewicz1-0/+3
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz1-0/+2
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz1-0/+3
2008-07-23ide: small whitespace fixesPavel Machek1-1/+1
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz1-3/+20
2008-07-23ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz1-4/+6
2008-07-23ide: add ide_ports[]Bartlomiej Zolnierkiewicz1-2/+9
2008-07-23ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz1-0/+35
2008-07-23ide: fix IDE port slots reservation and freeing (take 2)Bartlomiej Zolnierkiewicz1-37/+50
2008-07-23ide: fix ide_host_register() return valueBartlomiej Zolnierkiewicz1-20/+18
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz1-8/+19
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz1-25/+69
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-23/+30
2008-07-23ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz1-3/+1
2008-07-23ide: add ide_read_device() helperBartlomiej Zolnierkiewicz1-3/+14
2008-07-23ide: use ->tf_load in actual_try_to_identify()Bartlomiej Zolnierkiewicz1-3/+9
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz1-5/+4
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz1-2/+2
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-11/+11
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz1-3/+3
2008-07-23ide: factor out simplex handling from ide_pci_dma_base()Bartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz1-11/+18
2008-07-16ide: print message on error in ide_find_port_slot()Bartlomiej Zolnierkiewicz1-0/+3
2008-07-16ide: ->port_init_devs -> ->init_devBartlomiej Zolnierkiewicz1-3/+3
2008-07-16ide: make ide_hwifs[] staticBartlomiej Zolnierkiewicz1-0/+2
2008-07-16ide: fix hwif-s initializationBartlomiej Zolnierkiewicz1-3/+7
2008-07-15ide: remove drive->ctlBartlomiej Zolnierkiewicz1-1/+1
2008-07-15ide: use ->OUTBSYNC in init_irq()Bartlomiej Zolnierkiewicz1-1/+1
2008-07-15ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz1-3/+3
2008-07-15ide: fix do_probe() to use SELECT_DRIVE()Bartlomiej Zolnierkiewicz1-1/+1
2008-07-08ide: add __ide_default_irq() inline helperBartlomiej Zolnierkiewicz1-6/+2
2008-07-05ide: fix hwif->gendev refcountingBartlomiej Zolnierkiewicz1-2/+0
2008-06-10ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz1-0/+1
2008-06-10ide: remove the ide_etrax100 chipset typeAdrian Bunk1-3/+2
2008-05-20ide: fix race in device_createGreg Kroah-Hartman1-3/+2
2008-05-04ide: IDE_HFLAG_SERIALIZE_DMA bugfixBartlomiej Zolnierkiewicz1-6/+6
2008-05-01ide: fix early setup of hwif->host_flagsBartlomiej Zolnierkiewicz1-1/+2
2008-04-28ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz1-3/+3
2008-04-28ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz1-1/+1
2008-04-28falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz1-20/+21
2008-04-27ide: remove obsoleted "hdx=autotune" kernel parameterBartlomiej Zolnierkiewicz1-3/+1
2008-04-27ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz1-2/+1
2008-04-27ide: remove obsoleted "hdx=noautotune" kernel parameterBartlomiej Zolnierkiewicz1-8/+2
2008-04-27ide: remove obsoleted "idex=reset" kernel parameterBartlomiej Zolnierkiewicz1-7/+2
2008-04-27ide: add "ignore_cable" parameter (take 2)Bartlomiej Zolnierkiewicz1-1/+9
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-2/+3
2008-04-26ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz1-2/+5