| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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-11 | 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 |
| * | ide: Platform IDE driver | Anton Vorontsov | 2007-10-11 | 3 | -0/+192 |
| * | hpt366: MWDMA filter for SATA cards (take 2) | Sergei Shtylyov | 2007-10-11 | 3 | -4/+29 |
| * | atiixp: SB700 contains more than one IDE channel | Shane Huang | 2007-10-11 | 1 | -1/+1 |
* | | Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jga... | Linus Torvalds | 2007-10-11 | 2 | -2/+2 |
|\ \ |
|
| * | | drivers/firmware: const-ify DMI API and internals | Jeff Garzik | 2007-10-09 | 2 | -2/+2 |
| |/ |
|
* | | Fixup rq_for_each_segment() indentation | Jens Axboe | 2007-10-10 | 1 | -18/+18 |
* | | Introduce rq_for_each_segment replacing rq_for_each_bio | NeilBrown | 2007-10-10 | 1 | -10/+6 |
|/ |
|
* | Fix non-terminated PCI match table in PowerMac IDE | Benjamin Herrenschmidt | 2007-10-06 | 1 | -0/+1 |
* | ide: remove unused variables from drivers/ide/ppc/pmac.c | Stephen Rothwell | 2007-09-17 | 1 | -2/+0 |
* | ide: ST320413A has the same problem as ST340823A | Jorge Juan Chico | 2007-09-17 | 1 | -0/+1 |
* | pdc202xx_new: PLL detection fix | Mikael Pettersson | 2007-09-11 | 1 | -1/+1 |
* | via82cxxx: add Arima W730-K8 and other rebadgings to short cables list | Bartlomiej Zolnierkiewicz | 2007-09-11 | 1 | -4/+11 |
* | pmac: build fix | Tony Breeds | 2007-09-11 | 1 | -1/+1 |
* | pata_ali/alim15x3: override 80-wire cable detection for Toshiba S1800-814 | Daniel Exner | 2007-09-11 | 1 | -0/+7 |