summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-probe.c
AgeCommit message (Expand)Author
2018-08-13ide: mark expected switch fall-throughsGustavo A. R. Silva
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-07ide: remove the PCI_DMA_BUS_IS_PHYS checkChristoph Hellwig
2018-05-07ide: kill ide_toggle_bounceChristoph Hellwig
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-06ide: Convert timers to use timer_setup()Kees Cook
2017-10-03ide: free hwif->portdev on hwif_init() failureBartlomiej Zolnierkiewicz
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche
2017-05-08ide: use setup_timerGeliang Tang
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEHannes Reinecke
2014-03-04m68k/atari - ide: do not register interrupt if host->get_lock is setMichael Schmitz
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2010-09-13ide: Fix ordering of procfs registry.Wolfram Sang
2010-03-28Revert "ide: skip probe if there are no devices on the port (v2)"David S. Miller
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-01-19ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz
2009-11-06Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller
2009-10-07Revert "Revert "ide: try to use PIO Mode 0 during probe if possible""Bartlomiej Zolnierkiewicz
2009-10-04Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-08-07ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz
2009-06-24ide: fix handling of unexpected IRQs vs request_irq()Bartlomiej Zolnierkiewicz
2009-06-20Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-15ide: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov
2009-06-15ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz
2009-06-10ide: fix PowerMac bootup oopsHugh Dickins
2009-06-08ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz
2009-06-07ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz
2009-05-22Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz
2009-05-22ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz
2009-05-17ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz
2009-05-17ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz
2009-05-17ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz
2009-05-17ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz
2009-05-17ide: try to use PIO Mode 0 during probe if possibleJoao Ramos
2009-04-08ide: refactor tf_read() methodSergei Shtylyov
2009-04-08ide: refactor tf_load() methodSergei Shtylyov
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov
2009-04-08ide: Fix host drivers that need IRQF_SHAREDGeert Uytterhoeven
2009-03-31ide: inline SELECT_DRIVE()Sergei Shtylyov