summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-probe.c
AgeCommit message (Expand)AuthorFilesLines
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-21ide: 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-29ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz1-3/+3
2008-04-29ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz1-1/+1
2008-04-29falconide/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-27ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-2/+3
2008-04-27ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz1-2/+5
2008-04-27ide: do complete DMA setup in ->init_dma method (take 2)Bartlomiej Zolnierkiewicz1-6/+15
2008-04-27ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-27ide: cleanup setting hwif->mmio flagBartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz1-6/+0
2008-04-27ide: manage I/O resources in ide_legacy_init_one()Bartlomiej Zolnierkiewicz1-0/+14
2008-04-27ide: add ide_legacy_init_one() helperBartlomiej Zolnierkiewicz1-23/+33
2008-04-27ide-4drives: manage I/O resources in driverBartlomiej Zolnierkiewicz1-2/+1
2008-04-27ide: register ports with non-present devices (for warm-plug)Bartlomiej Zolnierkiewicz1-20/+17
2008-04-27ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz1-5/+14
2008-04-27ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz1-0/+32
2008-04-27ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz1-2/+1
2008-04-27ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-6/+14
2008-04-26ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz1-1/+3
2008-04-26ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz1-0/+46