summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-probe.c
AgeCommit message (Expand)Author
2008-02-02ide: factor out devices setup from init_irq()Bartlomiej Zolnierkiewicz
2008-02-02ide: factor out adding drive to hwgroup from init_irq()Bartlomiej Zolnierkiewicz
2008-02-02ide: move hwif->rqsize init from ide_init_queue() to init_irq()Bartlomiej Zolnierkiewicz
2008-02-02ide: merge init_gendisk() into hwif_register_devices()Bartlomiej Zolnierkiewicz
2008-02-02ide: call init_gendisk() after ide_acpi_init()Bartlomiej Zolnierkiewicz
2008-02-02ide: move blk_register_region() call out from init_gendisk()Bartlomiej Zolnierkiewicz
2008-02-02ide: skip not present devices in init_gendisk()Bartlomiej Zolnierkiewicz
2008-02-02ide: remove incorrect init_gendisk() commentBartlomiej Zolnierkiewicz
2008-02-02ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz
2008-02-02ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz
2008-02-02ide: factor out code initializing devices from ide_init_port()Bartlomiej Zolnierkiewicz
2008-02-02ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz
2008-02-01ide: move hwif_register() call out of ide_probe_port()Bartlomiej Zolnierkiewicz
2008-02-01ide: factor out code for tuning devices from ide_probe_port()Bartlomiej Zolnierkiewicz
2008-02-01ide: move handling of I/O resources out of ide_probe_port()Bartlomiej Zolnierkiewicz
2008-02-01ide: make probe_hwif() return an error valueBartlomiej Zolnierkiewicz
2008-02-01ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz
2008-02-01ide: prepare init_irq() for using ide_remove_port_from_hwgroup()Bartlomiej Zolnierkiewicz
2008-02-01ide: remove needless zeroing of hwgroup fields from init_irq()Bartlomiej Zolnierkiewicz
2008-02-01ide: remove hwif->present manipulations from hwif_init()Bartlomiej Zolnierkiewicz
2008-02-01ide: move wait_hwif_ready() documentation in the right placeBartlomiej Zolnierkiewicz
2008-02-01ide: fix handling of busy I/O resources in probe_hwif()Bartlomiej Zolnierkiewicz
2008-02-01ide: update/add my CopyrightsBartlomiej Zolnierkiewicz
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz
2008-02-01ide: add ide_dump_identify() debug helperBartlomiej Zolnierkiewicz
2008-01-26ide: add ide_busy_sleep() helperBartlomiej Zolnierkiewicz
2008-01-26ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz
2008-01-26ide: Fix build break caused by "ide: remove ideprobe_init()"Olof Johansson
2008-01-26ide: remove ideprobe_init()Bartlomiej Zolnierkiewicz
2008-01-26ide: add hwif->chipset fixup to ide_device_add()Bartlomiej Zolnierkiewicz
2008-01-26ide: fix probing for hosts with serialized or IRQ sharing interfacesBartlomiej Zolnierkiewicz
2008-01-26ide: kill probe_hwif_init()Bartlomiej Zolnierkiewicz
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz
2008-01-25ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove QUIRK_LIST()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove stale ide.h "configuration options"Bartlomiej Zolnierkiewicz
2008-01-25ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handlerBartlomiej Zolnierkiewicz
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers
2007-12-12ide: remove stale changelog from ide-probe.cBartlomiej Zolnierkiewicz
2007-12-12ide: add missing checks for control register existenceBartlomiej Zolnierkiewicz
2007-11-27ide: skip ide_wait_not_busy() on noprobe-disksJonas Stare
2007-11-05ide: do_identify() string termination fixTejun Heo
2007-10-23ide: build fixFUJITA Tomonori
2007-10-22[SG] Update drivers to use sg helpersJens Axboe
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz