Age | Commit message (Expand) | Author |
2008-05-14 | make ide-iops.c:SELECT_MASK() static | Adrian Bunk |
2008-04-28 | ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[] | Alexander Smal |
2008-04-28 | ide: skip "VLB sync" if host uses MMIO | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: remove ->INW and ->OUTW methods | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: use IDE I/O helpers directly in ide_tf_{load,read}() | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: remove ->INS{W,L} and ->OUTS{W,L} methods | Bartlomiej Zolnierkiewicz |
2008-04-28 | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz |
2008-04-28 | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz |
2008-04-27 | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz |
2008-04-26 | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz |
2008-04-26 | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz |
2008-04-18 | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz |
2008-04-02 | ide: use ->ata_input_data in ide_driveid_update() | Bartlomiej Zolnierkiewicz |
2008-03-29 | Revert "ide: change master/slave IDENTIFY order" | Bartlomiej Zolnierkiewicz |
2008-02-11 | ide: insert BUG_ON() into __ide_set_handler() (take 2) | Sergei Shtylyov |
2008-02-06 | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz |
2008-02-06 | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz |
2008-02-06 | ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc() | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: move check_dma_crc() to ide-dma.c | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: remove ide_auto_reduce_xfer() | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: move drive->crc_count check out from check_dma_crc() | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: remove ide_ata66_check() | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: remove set_transfer() | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: unexport SELECT_DRIVE() | Bartlomiej Zolnierkiewicz |
2008-02-02 | ide: use __ide_set_handler() in ide_execute_command() | Bartlomiej Zolnierkiewicz |
2008-02-01 | ide: make probe_hwif() return an error value | Bartlomiej Zolnierkiewicz |
2008-02-01 | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz |
2008-01-26 | ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz |
2008-01-26 | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz |
2008-01-26 | ide: merge ->dma_host_{on,off} methods into ->dma_host_set method | Bartlomiej Zolnierkiewicz |
2008-01-26 | ide: move drive->using_dma check to callers of ->dma_host_on method | Bartlomiej Zolnierkiewicz |
2008-01-26 | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t | Bartlomiej Zolnierkiewicz |
2008-01-26 | ide: (hopefully) fix VDMA for CS5520 | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: fix registers loading order in ide_dump_ata_status() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove SELECT_INTERRUPT() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove QUIRK_LIST() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove stale ide.h "configuration options" | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove CONFIG_IDEPCI_SHARE_IRQ config option | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-10 | ide: fix cable detection for SATA bridges | George Kibardin |
2007-12-12 | ide: DMA reporting and validity checking fixes (take 3) | Bartlomiej Zolnierkiewicz |
2007-11-27 | ide: More TSST drives with broken cable detection | Peter Missel |
2007-11-27 | ide: remove bogus ide_fix_driveid() comment | Bartlomiej Zolnierkiewicz |
2007-11-27 | ide: don't set PIO mode on pre-EIDE drives | Sergei Shtylyov |