Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ide: merge ->dma_host_{on,off} methods into ->dma_host_set method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 13 | -101/+42 | |
* | ide: move drive->using_dma check to callers of ->dma_host_on method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 4 | -5/+5 | |
* | atiixp: remove ->dma_host_on and ->dma_host_off methods | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -53/+18 | |
* | ide-cris: fix DMA methods | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -11/+7 | |
* | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-01-26 | 10 | -82/+24 | |
* | au1xxx-ide: add ide_toggle_bounce() calls | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 | |
* | icside: add ide_toggle_bounce() calls | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 | |
* | sgiioc4: add ide_toggle_bounce() calls | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 | |
* | cy82c693: add ->set_dma_mode method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 2 | -57/+22 | |
* | cy82c693: correct DMA modes clipping | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -6/+6 | |
* | ide: (hopefully) fix VDMA for CS5520 | Bartlomiej Zolnierkiewicz | 2008-01-26 | 3 | -16/+25 | |
* | ide-disk: add idedisk_set_doorlock() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -10/+13 | |
* | serverworks: cleanup ->set_dma_mode method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -19/+6 | |
* | sl82c105: remove no longer needed ->selectproc method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -31/+3 | |
* | sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -40/+15 | |
* | ide: remove redundant DMA blacklist check from __ide_dma_on() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -4/+0 | |
* | ide: cleanup ide_set_dma() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 4 | -25/+12 | |
* | ide: remove redundant ->ide_dma_on call from set_using_dma() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+1 | |
* | sc1200: move DMA timings to timing tables | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -45/+17 | |
* | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-01-25 | 29 | -225/+120 | |
* | sis5513: factor out UDMA programming code | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -33/+45 | |
* | pdc202xx_new: move PIO programming code to pdcnew_set_pio_mode() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -16/+10 | |
* | ide: kill duplicate code in ide_dump_{ata,atapi}_status() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -68/+37 | |
* | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -23/+6 | |
* | ide: printk fix | Andrew Morton | 2008-01-25 | 1 | -1/+2 | |
* | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 3 | -61/+84 | |
* | ide: fix registers loading order in ide_dump_ata_status() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -11/+16 | |
* | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -27/+18 | |
* | ide-disk: add ide_tf_set_cmd() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -30/+55 | |
* | ide-disk: extend timeout for PIO-in commands | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+2 | |
* | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -32/+37 | |
* | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 3 | -9/+10 | |
* | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -12/+13 | |
* | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -23/+12 | |
* | ide-disk: guarantee 400ns delay after writing command register | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+1 | |
* | ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+1 | |
* | sc1200: remove pointless hwif lookup loop | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -70/+38 | |
* | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -17/+14 | |
* | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 3 | -57/+55 | |
* | ide: remove hwif->intrproc | Bartlomiej Zolnierkiewicz | 2008-01-25 | 4 | -16/+5 | |
* | ide: remove SELECT_INTERRUPT() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -9/+4 | |
* | ide: remove QUIRK_LIST() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -7/+4 | |
* | ide: add ide_pktcmd_tf_load() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 4 | -21/+23 | |
* | ide-{floppy,tape,scsi}: fix register loading order when issuing packet command | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -2/+2 | |
* | ide-cd: fix register loading order in cdrom_start_packet_command() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -3/+3 | |
* | ide: remove atapi_ireason_t (take 3) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -27/+25 | |
* | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 3 | -42/+42 | |
* | ide: remove atapi_feature_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -5/+5 | |
* | ide: remove atapi_error_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 3 | -15/+12 | |
* | ide: remove ata_status_t and atapi_status_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 3 | -36/+33 |