| Commit message (Expand) | Author | Age | Files | Lines |
* | alim15x3: remove redundant m5229_revision check | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -12/+13 |
* | sc1200: fix ->dma_base equal zero handling | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -10/+14 |
* | cs5520: fix ->dma_base equal zero handling | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -10/+9 |
* | sgiioc4: add missing ->dma_base check | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -6/+10 |
* | cs5535: add missing ->dma_base check | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -7/+7 |
* | ide: remove CONFIG_IDEDMA_IVB config option | Bartlomiej Zolnierkiewicz | 2007-10-13 | 2 | -20/+0 |
* | ide: change master/slave IDENTIFY order | Bartlomiej Zolnierkiewicz | 2007-10-13 | 2 | -5/+3 |
* | ide: move ide_config_drive_speed() calls to upper layers (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 35 | -516/+292 |
* | pdc202xx_new: check ide_config_drive_speed() return value | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -3/+3 |
* | cs5535: check ide_config_drive_speed() return value | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -2/+6 |
* | amd74xx/via82cxxx: check ide_config_drive_speed() return value | Bartlomiej Zolnierkiewicz | 2007-10-13 | 2 | -14/+6 |
* | au1xxx: fix au1xxx_set_pio_mode() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -4/+3 |
* | icside: use ide_tune_dma() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 2 | -43/+17 |
* | ide-pmac: fix PIO setup and enable autotune | Benjamin Herrenschmidt | 2007-10-13 | 1 | -8/+12 |
* | ide-pmac: use ide_tune_dma() (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -18/+7 |
* | ide-pmac: remove pmac_ide_do_setfeature() (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 3 | -79/+13 |
* | ide-pmac: remove nIEN clearing from pmac_ide_do_setfeature() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -1/+0 |
* | ide-pmac: use __ide_wait_stat() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 2 | -34/+6 |
* | ide-pmac: remove extra good status wait from pmac_ide_do_setfeature() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -11/+1 |
* | ide: add __ide_wait_stat() helper | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -52/+44 |
* | ide-pmac: remove pmac_ide_{m,u}dma_enable() (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -98/+4 |
* | ide-pmac: remove control register messing from pmac_ide_dma_check() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -1/+1 |
* | ide-pmac: fix set_timings_mdma() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -28/+12 |
* | ide-pmac: pmac_ide_tune_chipset() fixes | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -11/+16 |
* | ide-pmac: don't check kauai_lookup_timing() return value | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -12/+1 |
* | ide: unexport ide_acpi_set_state | Adrian Bunk | 2007-10-13 | 1 | -1/+0 |
* | ide_platform: set hwif->chipset | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -1/+1 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -12/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2007-10-12 | 50 | -846/+914 |
|\ |
|
| * | ide: use only ->set_pio_mode method for programming PIO modes (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 19 | -136/+29 |
| * | sis5513: don't change UDMA settings when programming PIO | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -7/+4 |
| * | it8213/piix/slc90e66: don't change DMA settings when programming PIO | Bartlomiej Zolnierkiewicz | 2007-10-11 | 3 | -30/+20 |
| * | alim15x3: PIO mode setup fixes | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -3/+12 |
| * | siimage: fix ->set_pio_mode method to select PIO data transfer | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -3/+17 |
| * | cs5520: don't enable VDMA in ->speedproc | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -9/+4 |
| * | sc1200: remove redundant warning message from sc1200_tune_chipset() | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -3/+1 |
| * | ide-pmac: PIO mode setup fixes (take 3) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -5/+10 |
| * | icside: fix ->speedproc to return on unsupported modes (take 5) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -13/+8 |
| * | sgiioc4: use ide_tune_dma() | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -43/+43 |
| * | amd74xx/via82cxxx: use ide_tune_dma() | Bartlomiej Zolnierkiewicz | 2007-10-11 | 2 | -22/+8 |
| * | ide: add ide_set{_max}_pio() (take 4) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 44 | -323/+303 |
| * | ide: Kconfig face-lift | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -50/+52 |
| * | ide: move ide_rate_filter() calls to the upper layer (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 31 | -121/+58 |
| * | sis5513: add ->udma_filter method for chipset_family >= ATA_133 | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -4/+18 |
| * | ide: mode limiting fixes for user requested speed changes | Bartlomiej Zolnierkiewicz | 2007-10-11 | 4 | -41/+30 |
| * | ide: add missing ide_rate_filter() calls to ->speedproc()-s | Bartlomiej Zolnierkiewicz | 2007-10-11 | 6 | -10/+11 |
| * | ide: call udma_filter() before resorting to the UltraDMA mask | Sergei Shtylyov | 2007-10-11 | 1 | -3/+4 |
| * | ide: make jmicron match vendor and device class | Tejun Heo | 2007-10-11 | 1 | -40/+25 |
| * | pdc202xx_new: switch to using pci_get_slot() (take 2) | Sergei Shtylyov | 2007-10-11 | 1 | -26/+34 |
| * | ide: hook ACPI _PSx method to IDE power on/off | Shaohua Li | 2007-10-11 | 2 | -2/+54 |