Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-10-17 | ide-pmac: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2007-10-17 | ide-cris: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2007-10-17 | sl82c105: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2007-10-17 | cs5530/sc1200: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 2 | -4/+8 |
2007-10-17 | ide: remove ide_use_fast_pio() | Bartlomiej Zolnierkiewicz | 16 | -45/+15 |
2007-10-17 | ide: remove drive->init_speed zeroing | Bartlomiej Zolnierkiewicz | 11 | -22/+0 |
2007-10-17 | au1xxx-ide: use ide_tune_dma() | Bartlomiej Zolnierkiewicz | 1 | -14/+22 |
2007-10-17 | it8213/piix/slc90e66: remove {it8213,piix,slc90e66}_dma_2_pio() | Bartlomiej Zolnierkiewicz | 3 | -88/+33 |
2007-10-17 | atiixp: DMA setup fixes | Bartlomiej Zolnierkiewicz | 1 | -48/+5 |
2007-10-17 | sc1200: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -1/+4 |
2007-10-17 | cs5530: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -13/+6 |
2007-10-17 | ide-cris: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2007-10-17 | slc90e66: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2007-10-17 | aec62xx: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2007-10-17 | sis5513: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -10/+5 |
2007-10-17 | sis5513: DMA setup fixes | Bartlomiej Zolnierkiewicz | 1 | -108/+106 |
2007-10-17 | hpt366: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2007-10-17 | ide-cs: Add additional id string (corsair, 1GB) | Kristoffer Ericson | 1 | -5/+7 |
2007-10-17 | ide: fix serverworks.c UDMA regression | Tony Battersby | 1 | -0/+1 |
2007-10-16 | IDE: sg chaining support | Jens Axboe | 8 | -11/+24 |
2007-10-16 | remove ide_get_error_location() | Adrian Bunk | 1 | -35/+0 |
2007-10-16 | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 1 | -29/+0 |
2007-10-13 | alim15x3: remove redundant m5229_revision check | Bartlomiej Zolnierkiewicz | 1 | -12/+13 |
2007-10-13 | sc1200: fix ->dma_base equal zero handling | Bartlomiej Zolnierkiewicz | 1 | -10/+14 |
2007-10-13 | cs5520: fix ->dma_base equal zero handling | Bartlomiej Zolnierkiewicz | 1 | -10/+9 |
2007-10-13 | sgiioc4: add missing ->dma_base check | Bartlomiej Zolnierkiewicz | 1 | -6/+10 |
2007-10-13 | cs5535: add missing ->dma_base check | Bartlomiej Zolnierkiewicz | 1 | -7/+7 |
2007-10-13 | ide: remove CONFIG_IDEDMA_IVB config option | Bartlomiej Zolnierkiewicz | 2 | -20/+0 |
2007-10-13 | ide: change master/slave IDENTIFY order | Bartlomiej Zolnierkiewicz | 2 | -5/+3 |
2007-10-13 | ide: move ide_config_drive_speed() calls to upper layers (take 2) | Bartlomiej Zolnierkiewicz | 35 | -516/+292 |
2007-10-13 | pdc202xx_new: check ide_config_drive_speed() return value | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2007-10-13 | cs5535: check ide_config_drive_speed() return value | Bartlomiej Zolnierkiewicz | 1 | -2/+6 |
2007-10-13 | amd74xx/via82cxxx: check ide_config_drive_speed() return value | Bartlomiej Zolnierkiewicz | 2 | -14/+6 |
2007-10-13 | au1xxx: fix au1xxx_set_pio_mode() | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
2007-10-13 | icside: use ide_tune_dma() | Bartlomiej Zolnierkiewicz | 2 | -43/+17 |
2007-10-13 | ide-pmac: fix PIO setup and enable autotune | Benjamin Herrenschmidt | 1 | -8/+12 |
2007-10-13 | ide-pmac: use ide_tune_dma() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -18/+7 |
2007-10-13 | ide-pmac: remove pmac_ide_do_setfeature() (take 2) | Bartlomiej Zolnierkiewicz | 3 | -79/+13 |
2007-10-13 | ide-pmac: remove nIEN clearing from pmac_ide_do_setfeature() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2007-10-13 | ide-pmac: use __ide_wait_stat() | Bartlomiej Zolnierkiewicz | 2 | -34/+6 |
2007-10-13 | ide-pmac: remove extra good status wait from pmac_ide_do_setfeature() | Bartlomiej Zolnierkiewicz | 1 | -11/+1 |
2007-10-13 | ide: add __ide_wait_stat() helper | Bartlomiej Zolnierkiewicz | 1 | -52/+44 |
2007-10-13 | ide-pmac: remove pmac_ide_{m,u}dma_enable() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -98/+4 |
2007-10-13 | ide-pmac: remove control register messing from pmac_ide_dma_check() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-13 | ide-pmac: fix set_timings_mdma() | Bartlomiej Zolnierkiewicz | 1 | -28/+12 |
2007-10-13 | ide-pmac: pmac_ide_tune_chipset() fixes | Bartlomiej Zolnierkiewicz | 1 | -11/+16 |
2007-10-13 | ide-pmac: don't check kauai_lookup_timing() return value | Bartlomiej Zolnierkiewicz | 1 | -12/+1 |
2007-10-13 | ide: unexport ide_acpi_set_state | Adrian Bunk | 1 | -1/+0 |
2007-10-13 | ide_platform: set hwif->chipset | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-13 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -12/+5 |