summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* ide: officially deprecated the legacy IDE driverChristoph Hellwig2019-05-091-0/+3
* ide: ensure atapi sense request aren't preemptedJens Axboe2019-01-311-7/+16
* ide: don't clear special on ide_queue_rq() entryJens Axboe2018-11-131-0/+1
* ide: convert to blk-mqJens Axboe2018-11-071-18/+50
* ide: mark expected switch fall-throughsGustavo A. R. Silva2018-08-131-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* ide: remove the PCI_DMA_BUS_IS_PHYS checkChristoph Hellwig2018-05-071-2/+1Star
* ide: kill ide_toggle_bounceChristoph Hellwig2018-05-071-3/+0Star
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-1/+1
|\
| * ide: Convert timers to use timer_setup()Kees Cook2017-11-061-1/+1
* | ide: free hwif->portdev on hwif_init() failureBartlomiej Zolnierkiewicz2017-10-031-0/+1
|/
* block: Change argument type of scsi_req_init()Bart Van Assche2017-06-211-1/+1
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-211-3/+3
* block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-011-0/+1
* ide: use setup_timerGeliang Tang2017-05-081-3/+1Star
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-5/+31
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ide,ata: Rename ATA_IDX to ATA_SENSEHannes Reinecke2015-03-271-1/+1
* m68k/atari - ide: do not register interrupt if host->get_lock is setMichael Schmitz2014-03-041-3/+5
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-2/+2
* ide: Fix ordering of procfs registry.Wolfram Sang2010-09-141-9/+3Star
* Revert "ide: skip probe if there are no devices on the port (v2)"David S. Miller2010-03-291-9/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds2010-03-041-0/+2
|\
| * ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+2
* | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1Star
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
|/
* Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller2009-11-061-9/+0Star
* Revert "Revert "ide: try to use PIO Mode 0 during probe if possible""Bartlomiej Zolnierkiewicz2009-10-071-0/+9
* Revert "ide: try to use PIO Mode 0 during probe if possible"David S. Miller2009-10-051-9/+0Star
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz2009-08-071-10/+21
* ide: fix handling of unexpected IRQs vs request_irq()Bartlomiej Zolnierkiewicz2009-06-241-3/+20
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-201-2/+15
|\
| * ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-151-1/+0Star
| * ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz2009-06-151-1/+15
* | ide: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-2/+2
|/
* ide: fix PowerMac bootup oopsHugh Dickins2009-06-101-26/+21Star
* ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz2009-06-081-3/+9
* ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz2009-06-071-0/+2
* Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-221-3/+6
|\
| * ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz2009-05-221-3/+6
* | ide: remove hw_regs_t typedefBartlomiej Zolnierkiewicz2009-05-171-5/+5
* | ide: pass number of ports to ide_host_{alloc,add}() (v2)Bartlomiej Zolnierkiewicz2009-05-171-4/+5
* | ide: remove chipset field from hw_regs_tBartlomiej Zolnierkiewicz2009-05-171-3/+1Star
* | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-171-3/+3
* | ide: try to use PIO Mode 0 during probe if possibleJoao Ramos2009-05-171-0/+9
|/