Commit Graph

158 Commits (374e042c3e767ac2e5a40b78529220e0b3de793c)

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz 0e33555fff ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 23579a2a17 ide: remove IDE_*_REG macros 17 years ago
Bartlomiej Zolnierkiewicz 9a0e77f28b ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) 17 years ago
Bartlomiej Zolnierkiewicz fef39d95ea ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif() 17 years ago
Bartlomiej Zolnierkiewicz f74c91413e ide: add warm-plug support for IDE devices (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 2dde7861af ide: rework PowerMac media-bay support (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 26042d058b ide: move ide_port_setup_devices() call to ide_device_add_all() 17 years ago
Bartlomiej Zolnierkiewicz 5b0c4b30a6 ide: remove IDE devices from /proc/ide/ before unregistering them 17 years ago
Bartlomiej Zolnierkiewicz c7f6f21aae ide: factor out cable detection from ide_init_port() 17 years ago
Bartlomiej Zolnierkiewicz f367bed005 Revert "ide: change master/slave IDENTIFY order" 17 years ago
Bartlomiej Zolnierkiewicz c53ea18dc2 ide: skip probing port if "hdx=noprobe" was used for both devices on it 17 years ago
Bartlomiej Zolnierkiewicz e1771e20c8 ide: fix comment in init_irq() 17 years ago
Bartlomiej Zolnierkiewicz 4280094225 ide: ide_init_port() bugfix 17 years ago
Adrian Bunk 7b892806b0 cleanup after APUS removal 17 years ago
Bartlomiej Zolnierkiewicz c47137a99c ide: add ide_read_[alt]status() inline helpers 17 years ago
Bartlomiej Zolnierkiewicz 57b5527573 ide-probe: remove needless Status register reads 17 years ago
Bartlomiej Zolnierkiewicz d9270a3f1d ide: move create_proc_ide_drives() call to ide_device_add_all() 17 years ago
Bartlomiej Zolnierkiewicz 327617e1da ide: move hwif->present check out from ide_proc_register_port() 17 years ago
Bartlomiej Zolnierkiewicz eafd88a3b5 ide: factor out devices setup from ide_acpi_init() 17 years ago
Bartlomiej Zolnierkiewicz decdc3f0d6 ide: move ide_acpi_init() call to ide_device_add_all() 17 years ago
Bartlomiej Zolnierkiewicz d5bc6592df ide: factor out devices setup from init_irq() 17 years ago
Bartlomiej Zolnierkiewicz 0947e0dcd6 ide: factor out adding drive to hwgroup from init_irq() 17 years ago
Bartlomiej Zolnierkiewicz 8a0e7e14a2 ide: move hwif->rqsize init from ide_init_queue() to init_irq() 17 years ago
Bartlomiej Zolnierkiewicz c5d70cc73a ide: merge init_gendisk() into hwif_register_devices() 17 years ago
Bartlomiej Zolnierkiewicz 346d49969b ide: call init_gendisk() after ide_acpi_init() 17 years ago
Bartlomiej Zolnierkiewicz 3a4e7c96d6 ide: move blk_register_region() call out from init_gendisk() 17 years ago
Bartlomiej Zolnierkiewicz 5c2854e62c ide: skip not present devices in init_gendisk() 17 years ago
Bartlomiej Zolnierkiewicz 521fd1e8d1 ide: remove incorrect init_gendisk() comment 17 years ago
Bartlomiej Zolnierkiewicz 1f2cf8b001 ide: add ->port_init_devs method to ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz 807b90d0be ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags 17 years ago
Bartlomiej Zolnierkiewicz 7704ca2a3e ide: factor out code initializing devices from ide_init_port() 17 years ago
Bartlomiej Zolnierkiewicz bfa14b42a3 ide: add ->cable_detect method to ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz c413b9b94d ide: add struct ide_port_info instances to legacy host drivers 17 years ago
Bartlomiej Zolnierkiewicz a14dc57495 ide: move hwif_register() call out of ide_probe_port() 17 years ago
Bartlomiej Zolnierkiewicz e84e7ea7c4 ide: factor out code for tuning devices from ide_probe_port() 17 years ago
Bartlomiej Zolnierkiewicz 139ddfcab5 ide: move handling of I/O resources out of ide_probe_port() 17 years ago
Bartlomiej Zolnierkiewicz 9d501529b6 ide: make probe_hwif() return an error value 17 years ago
Bartlomiej Zolnierkiewicz fbd130887a ide: use ide_remove_port_from_hwgroup in init_irq() 17 years ago
Bartlomiej Zolnierkiewicz cae5c82022 ide: prepare init_irq() for using ide_remove_port_from_hwgroup() 17 years ago
Bartlomiej Zolnierkiewicz 422278ef95 ide: remove needless zeroing of hwgroup fields from init_irq() 17 years ago
Bartlomiej Zolnierkiewicz 48535651f6 ide: remove hwif->present manipulations from hwif_init() 17 years ago
Bartlomiej Zolnierkiewicz c860a8f2d2 ide: move wait_hwif_ready() documentation in the right place 17 years ago
Bartlomiej Zolnierkiewicz cf7125ae05 ide: fix handling of busy I/O resources in probe_hwif() 17 years ago
Bartlomiej Zolnierkiewicz 59bca8cc99 ide: update/add my Copyrights 17 years ago
Bartlomiej Zolnierkiewicz 58f189fccc ide: delete filenames/versions from comments 17 years ago
Bartlomiej Zolnierkiewicz 36501650ec ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz 7b9f25b539 ide: add ide_dump_identify() debug helper 17 years ago
Bartlomiej Zolnierkiewicz 3a5015cc9d ide: add ide_busy_sleep() helper 17 years ago
Bartlomiej Zolnierkiewicz 81ca691981 ide: add ide_set_irq() inline helper 17 years ago
Olof Johansson b0d5bc27ce ide: Fix build break caused by "ide: remove ideprobe_init()" 17 years ago