aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEHannes Reinecke1-1/+1
2014-03-04m68k/atari - ide: do not register interrupt if host->get_lock is setMichael Schmitz1-3/+5
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-2/+2
2010-09-13ide: Fix ordering of procfs registry.Wolfram Sang1-9/+3
2010-03-28Revert "ide: skip probe if there are no devices on the port (v2)"David S. Miller1-9/+3
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds1-0/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-01-19ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz1-0/+2
2009-11-06Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller1-9/+0
2009-10-07Revert "Revert "ide: try to use PIO Mode 0 during probe if possible""Bartlomiej Zolnierkiewicz1-0/+9
2009-10-04Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller1-9/+0
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-07ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz1-10/+21
2009-06-24ide: fix handling of unexpected IRQs vs request_irq()Bartlomiej Zolnierkiewicz1-3/+20
2009-06-20Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-2/+15
2009-06-15ide: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov1-1/+0
2009-06-15ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz1-1/+15
2009-06-10ide: fix PowerMac bootup oopsHugh Dickins1-26/+21
2009-06-08ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz1-3/+9
2009-06-07ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz1-0/+2
2009-05-22Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz1-3/+6
2009-05-22ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz1-3/+6
2009-05-17ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz1-5/+5
2009-05-17ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz1-4/+5
2009-05-17ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz1-3/+1
2009-05-17ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz1-3/+3
2009-05-17ide: try to use PIO Mode 0 during probe if possibleJoao Ramos1-0/+9
2009-04-08ide: refactor tf_read() methodSergei Shtylyov1-6/+3
2009-04-08ide: refactor tf_load() methodSergei Shtylyov1-5/+3
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov1-2/+2
2009-04-08ide: Fix host drivers that need IRQF_SHAREDGeert Uytterhoeven1-0/+1
2009-03-31ide: inline SELECT_DRIVE()Sergei Shtylyov1-7/+8
2009-03-31ide: turn set_irq() method into write_devctl() methodSergei Shtylyov1-3/+3
2009-03-31ide: fix locking in drive_release_dev()Bartlomiej Zolnierkiewicz1-8/+4
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz1-9/+9
2009-03-27ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz1-2/+2
2009-03-27ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz1-1/+1
2009-03-27ide: remove now superfluous check from ide_host_register()Bartlomiej Zolnierkiewicz1-12/+7
2009-03-27ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz1-10/+3
2009-03-27ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz1-13/+9
2009-03-27ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz1-0/+2
2009-03-27ide: move ->rqsize init from init_irq() to ide_init_port()Bartlomiej Zolnierkiewicz1-8/+7
2009-03-24ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz1-12/+12
2009-03-24ide: classify device type in do_probe()Bartlomiej Zolnierkiewicz1-13/+13
2009-03-24ide: remove broken EXABYTENEST supportBartlomiej Zolnierkiewicz1-37/+0
2009-03-24ide: remove try_to_identify() wrapperBartlomiej Zolnierkiewicz1-25/+9
2009-03-24ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)Bartlomiej Zolnierkiewicz1-43/+7
2009-03-24ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz1-26/+4