aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-probe.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-08ide: officially deprecated the legacy IDE driverGravatar Christoph Hellwig 1-0/+3
2019-01-31ide: ensure atapi sense request aren't preemptedGravatar Jens Axboe 1-7/+16
2018-11-12ide: don't clear special on ide_queue_rq() entryGravatar Jens Axboe 1-0/+1
2018-11-07ide: convert to blk-mqGravatar Jens Axboe 1-18/+50
2018-08-13ide: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-05-07ide: remove the PCI_DMA_BUS_IS_PHYS checkGravatar Christoph Hellwig 1-2/+1
2018-05-07ide: kill ide_toggle_bounceGravatar Christoph Hellwig 1-3/+0
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Gravatar Bart Van Assche 1-1/+1
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Gravatar Bart Van Assche 1-1/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Gravatar Jan Kara 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-11-06ide: Convert timers to use timer_setup()Gravatar Kees Cook 1-1/+1
2017-10-03ide: free hwif->portdev on hwif_init() failureGravatar Bartlomiej Zolnierkiewicz 1-0/+1
2017-06-20block: Change argument type of scsi_req_init()Gravatar Bart Van Assche 1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-3/+3
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHGravatar Bart Van Assche 1-0/+1
2017-05-08ide: use setup_timerGravatar Geliang Tang 1-3/+1
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-5/+31
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEGravatar Hannes Reinecke 1-1/+1
2014-03-04m68k/atari - ide: do not register interrupt if host->get_lock is setGravatar Michael Schmitz 1-3/+5
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-2/+2
2010-09-13ide: Fix ordering of procfs registry.Gravatar Wolfram Sang 1-9/+3
2010-03-28Revert "ide: skip probe if there are no devices on the port (v2)"Gravatar David S. Miller 1-9/+3
2010-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Gravatar Linus Torvalds 1-0/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsGravatar Martin K. Petersen 1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1
2010-01-19ide: add drive->pio_mode fieldGravatar Bartlomiej Zolnierkiewicz 1-0/+2
2009-11-06Revert "ide: try to use PIO Mode 0 during probe if possible"Gravatar David S. Miller 1-9/+0
2009-10-07Revert "Revert "ide: try to use PIO Mode 0 during probe if possible""Gravatar Bartlomiej Zolnierkiewicz 1-0/+9
2009-10-04Revert "ide: try to use PIO Mode 0 during probe if possible"Gravatar David S. Miller 1-9/+0
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-08-07ide: allow ide_dev_read_id() to be called from the IRQ contextGravatar Bartlomiej Zolnierkiewicz 1-10/+21
2009-06-24ide: fix handling of unexpected IRQs vs request_irq()Gravatar Bartlomiej Zolnierkiewicz 1-3/+20
2009-06-20Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Linus Torvalds 1-2/+15
2009-06-15ide: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Gravatar Sergei Shtylyov 1-1/+0
2009-06-15ide: don't enable IORDY at a probe timeGravatar Bartlomiej Zolnierkiewicz 1-1/+15
2009-06-10ide: fix PowerMac bootup oopsGravatar Hugh Dickins 1-26/+21
2009-06-08ide: skip probe if there are no devices on the port (v2)Gravatar Bartlomiej Zolnierkiewicz 1-3/+9
2009-06-07ide: respect quirk_drives[] list on all controllersGravatar Bartlomiej Zolnierkiewicz 1-0/+2
2009-05-22Merge branch 'for-linus' into for-nextGravatar Bartlomiej Zolnierkiewicz 1-3/+6
2009-05-22ide: report timeouts in ide_busy_sleep()Gravatar Bartlomiej Zolnierkiewicz 1-3/+6
2009-05-17ide: remove hw_regs_t typedefGravatar Bartlomiej Zolnierkiewicz 1-5/+5
2009-05-17ide: pass number of ports to ide_host_{alloc,add}() (v2)Gravatar Bartlomiej Zolnierkiewicz 1-4/+5
2009-05-17ide: remove chipset field from hw_regs_tGravatar Bartlomiej Zolnierkiewicz 1-3/+1
2009-05-17ide: replace special_t typedef by IDE_SFLAG_* flagsGravatar Bartlomiej Zolnierkiewicz 1-3/+3
2009-05-17ide: try to use PIO Mode 0 during probe if possibleGravatar Joao Ramos 1-0/+9