| Commit message (Expand) | Author | Age |
... | |
* | | | | | | | pdc202xx_old: fix resetproc() method | Sergei Shtylyov | 2009-06-07 |
* | | | | | | | pdc202xx_old: fix 'pdc20246_dma_ops' | Sergei Shtylyov | 2009-06-07 |
* | | | | | | | ide_pci_generic: add quirk for Netcell ATA RAID | Bartlomiej Zolnierkiewicz | 2009-05-30 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | via82cxxx: Add VIA VX855 PCI Device ID | Harald Welte | 2009-05-22 |
* | | | | | | ide: report timeouts in ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 2009-05-22 |
* | | | | | | ide: improve failed opcode reporting | Bartlomiej Zolnierkiewicz | 2009-05-22 |
* | | | | | | ide: fix printk() levels in ide_dump_ata[pi]_error() | Bartlomiej Zolnierkiewicz | 2009-05-22 |
* | | | | | | ide: fix OOPS during ide-cd error recovery | Bartlomiej Zolnierkiewicz | 2009-05-22 |
* | | | | | | ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2) | Bartlomiej Zolnierkiewicz | 2009-05-22 |
| |_|_|_|/
|/| | | | |
|
* | | | | | piix: The Sony TZ90 needs the cable type hardcoding | Alan Cox | 2009-05-16 |
* | | | | | icside: register second channel of version 6 PCB | Sergei Shtylyov | 2009-05-16 |
* | | | | | ide-tape: remove back-to-back REQUEST_SENSE detection | Tejun Heo | 2009-05-16 |
| |_|_|/
|/| | | |
|
* | | | | ide-cd: fix REQ_QUIET tests in cdrom_decode_status | Borislav Petkov | 2009-04-30 |
| |_|/
|/| | |
|
* | | | palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixup | Bartlomiej Zolnierkiewicz | 2009-04-23 |
* | | | palm_bk3710: those registers/bitfields don't exist | David Brownell | 2009-04-23 |
| |/
|/| |
|
* | | ide: Stop disks on reboot for laptop which cuts power | Bruno Prémont | 2009-04-22 |
* | | ide-cd: fix kernel crash on hppa regression | Helge Deller | 2009-04-22 |
* | | palm_bk3710: UDMA performance fix | David Brownell | 2009-04-22 |
|/ |
|
* | cs5536: define dma_sff_read_status() method | Sergei Shtylyov | 2009-04-18 |
* | ide: fix barriers support | Bartlomiej Zolnierkiewicz | 2009-04-18 |
* | ide: Remove void casts | Jack Stone | 2009-04-18 |
* | hpt366: use ATA_DMA_* constants | Sergei Shtylyov | 2009-04-18 |
* | hpt366: fix HPT370 DMA timeouts | Sergei Shtylyov | 2009-04-18 |
* | at91_ide: turn on PIO 6 support | Stanislaw Gruszka | 2009-04-08 |
* | at91_ide: remove unused ide_mm_{outb,inb} | Stanislaw Gruszka | 2009-04-08 |
* | ide-cd: reverse NOT_READY sense key logic | Borislav Petkov | 2009-04-08 |
* | ide: refactor tf_read() method | Sergei Shtylyov | 2009-04-08 |
* | ide: refactor tf_load() method | Sergei Shtylyov | 2009-04-08 |
* | ide: call write_devctl() method from tf_read() method | Sergei Shtylyov | 2009-04-08 |
* | ide: move common code out of tf_load() method | Sergei Shtylyov | 2009-04-08 |
* | ide: simplify 'struct ide_taskfile' | Sergei Shtylyov | 2009-04-08 |
* | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 |
* | ide-cd: fix intendation in cdrom_decode_status() | Bartlomiej Zolnierkiewicz | 2009-04-08 |
* | ide-cd: unify handling of fs and pc requests in cdrom_decode_status() | Bartlomiej Zolnierkiewicz | 2009-04-08 |
* | ide-cd: convert cdrom_decode_status() to use switch statements | Bartlomiej Zolnierkiewicz | 2009-04-08 |
* | ide-cd: update debugging support | Borislav Petkov | 2009-04-08 |
* | ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status() | Borislav Petkov | 2009-04-08 |
* | ide: remove unused #include <linux/version.h> | Huang Weiyi | 2009-04-08 |
* | tx4939ide: Fix tx4939ide_{in,out}put_data_swap argument | Atsushi Nemoto | 2009-04-08 |
* | tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read} | Atsushi Nemoto | 2009-04-08 |
* | ide-cd: carve out an ide_cd_breathe()-helper for fs write requests | Borislav Petkov | 2009-04-08 |
* | ide-cd: move status checking into the IRQ handler | Borislav Petkov | 2009-04-08 |
* | ide-h8300: remove custom tf_{read|load}() methods | Sergei Shtylyov | 2009-04-08 |
* | at91_ide: remove custom tf_{read|load}() methods | Sergei Shtylyov | 2009-04-08 |
* | ide-h8300: remove mm_{inw|outw}() | Sergei Shtylyov | 2009-04-08 |
* | tx4939ide: remove wmb() | Atsushi Nemoto | 2009-04-08 |
* | ide: remove wmb() from ide-dma-sff.c and scc_pata.c | Grant Grundler | 2009-04-08 |
* | ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data | Geert Uytterhoeven | 2009-04-08 |
* | ide: Fix host drivers that need IRQF_SHARED | Geert Uytterhoeven | 2009-04-08 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 |