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