| Commit message (Expand) | Author | Age |
* | ide: Fix ordering of procfs registry. | Wolfram Sang | 2010-09-14 |
* | Revert "ide: skip probe if there are no devices on the port (v2)" | David S. Miller | 2010-03-28 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 | Linus Torvalds | 2010-03-04 |
|\ |
|
| * | ide: add drive->pio_mode field | Bartlomiej Zolnierkiewicz | 2010-01-19 |
* | | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 2010-02-26 |
* | | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 |
|/ |
|
* | Revert "ide: try to use PIO Mode 0 during probe if possible" | David S. Miller | 2009-11-06 |
* | Revert "Revert "ide: try to use PIO Mode 0 during probe if possible"" | Bartlomiej Zolnierkiewicz | 2009-10-07 |
* | Revert "ide: try to use PIO Mode 0 during probe if possible" | David S. Miller | 2009-10-05 |
* | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 |
* | ide: allow ide_dev_read_id() to be called from the IRQ context | Bartlomiej Zolnierkiewicz | 2009-08-07 |
* | ide: fix handling of unexpected IRQs vs request_irq() | Bartlomiej Zolnierkiewicz | 2009-06-24 |
* | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-20 |
|\ |
|
| * | ide: move ack_intr() method into 'struct ide_port_ops' (take 2) | Sergei Shtylyov | 2009-06-15 |
| * | ide: don't enable IORDY at a probe time | Bartlomiej Zolnierkiewicz | 2009-06-15 |
* | | ide: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-16 |
|/ |
|
* | ide: fix PowerMac bootup oops | Hugh Dickins | 2009-06-10 |
* | ide: skip probe if there are no devices on the port (v2) | Bartlomiej Zolnierkiewicz | 2009-06-08 |
* | ide: respect quirk_drives[] list on all controllers | Bartlomiej Zolnierkiewicz | 2009-06-07 |
* | Merge branch 'for-linus' into for-next | Bartlomiej Zolnierkiewicz | 2009-05-22 |
|\ |
|
| * | ide: report timeouts in ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 2009-05-22 |
* | | ide: remove hw_regs_t typedef | Bartlomiej Zolnierkiewicz | 2009-05-17 |
* | | ide: pass number of ports to ide_host_{alloc,add}() (v2) | Bartlomiej Zolnierkiewicz | 2009-05-17 |
* | | ide: remove chipset field from hw_regs_t | Bartlomiej Zolnierkiewicz | 2009-05-17 |
* | | ide: replace special_t typedef by IDE_SFLAG_* flags | Bartlomiej Zolnierkiewicz | 2009-05-17 |
* | | ide: try to use PIO Mode 0 during probe if possible | Joao Ramos | 2009-05-17 |
|/ |
|
* | ide: refactor tf_read() method | Sergei Shtylyov | 2009-04-08 |
* | ide: refactor tf_load() method | Sergei Shtylyov | 2009-04-08 |
* | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 |
* | ide: Fix host drivers that need IRQF_SHARED | Geert Uytterhoeven | 2009-04-08 |
* | ide: inline SELECT_DRIVE() | Sergei Shtylyov | 2009-03-31 |
* | ide: turn set_irq() method into write_devctl() method | Sergei Shtylyov | 2009-03-31 |
* | ide: fix locking in drive_release_dev() | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: add IDE_HFLAG_4DRIVES host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: add IDE_HFLAG_DTC2278 host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: remove now superfluous check from ide_host_register() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: fix memleak on failure in probe_for_drive() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: remove IDE_ARCH_LOCK (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: move ->rqsize init from init_irq() to ide_init_port() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: use try_to_identify() in ide_driveid_update() | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: classify device type in do_probe() | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: remove broken EXABYTENEST support | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: remove try_to_identify() wrapper | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2) | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: remove no longer needed IRQ fallback code from hwif_init() | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: sanitize ACPI initialization | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: add ide_for_each_present_dev() iterator | Bartlomiej Zolnierkiewicz | 2009-03-24 |