index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-26
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
13
-101
/
+42
2008-01-26
ide: move drive->using_dma check to callers of ->dma_host_on method
Bartlomiej Zolnierkiewicz
4
-5
/
+5
2008-01-26
atiixp: remove ->dma_host_on and ->dma_host_off methods
Bartlomiej Zolnierkiewicz
1
-53
/
+18
2008-01-26
ide-cris: fix DMA methods
Bartlomiej Zolnierkiewicz
1
-11
/
+7
2008-01-26
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
10
-82
/
+24
2008-01-26
au1xxx-ide: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
icside: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
sgiioc4: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
cy82c693: add ->set_dma_mode method
Bartlomiej Zolnierkiewicz
2
-57
/
+22
2008-01-26
cy82c693: correct DMA modes clipping
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2008-01-26
ide: (hopefully) fix VDMA for CS5520
Bartlomiej Zolnierkiewicz
3
-16
/
+25
2008-01-26
ide-disk: add idedisk_set_doorlock() helper
Bartlomiej Zolnierkiewicz
1
-10
/
+13
2008-01-26
serverworks: cleanup ->set_dma_mode method
Bartlomiej Zolnierkiewicz
1
-19
/
+6
2008-01-26
sl82c105: remove no longer needed ->selectproc method
Bartlomiej Zolnierkiewicz
1
-31
/
+3
2008-01-26
sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end
Bartlomiej Zolnierkiewicz
1
-40
/
+15
2008-01-26
ide: remove redundant DMA blacklist check from __ide_dma_on()
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-01-26
ide: cleanup ide_set_dma()
Bartlomiej Zolnierkiewicz
4
-25
/
+12
2008-01-26
ide: remove redundant ->ide_dma_on call from set_using_dma()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
sc1200: move DMA timings to timing tables
Bartlomiej Zolnierkiewicz
1
-45
/
+17
2008-01-26
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
Bartlomiej Zolnierkiewicz
29
-225
/
+120
2008-01-26
sis5513: factor out UDMA programming code
Bartlomiej Zolnierkiewicz
1
-33
/
+45
2008-01-26
pdc202xx_new: move PIO programming code to pdcnew_set_pio_mode()
Bartlomiej Zolnierkiewicz
1
-16
/
+10
2008-01-26
ide: kill duplicate code in ide_dump_{ata,atapi}_status()
Bartlomiej Zolnierkiewicz
1
-68
/
+37
2008-01-26
ide-disk: use ide_get_lba_addr()
Bartlomiej Zolnierkiewicz
2
-23
/
+6
2008-01-26
ide: printk fix
Andrew Morton
1
-1
/
+2
2008-01-26
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
3
-61
/
+84
2008-01-26
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2
-11
/
+16
2008-01-26
ide-disk: use do_rw_taskfile() (take 2)
Bartlomiej Zolnierkiewicz
2
-27
/
+18
2008-01-26
ide-disk: add ide_tf_set_cmd() helper
Bartlomiej Zolnierkiewicz
1
-30
/
+55
2008-01-26
ide-disk: extend timeout for PIO-in commands
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-26
ide: remove 'handler' field from ide_task_t (take 2)
Bartlomiej Zolnierkiewicz
2
-32
/
+37
2008-01-26
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
3
-9
/
+10
2008-01-26
ide: convert do_rw_taskfile() to use ->data_phase
Bartlomiej Zolnierkiewicz
1
-12
/
+13
2008-01-26
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2
-23
/
+12
2008-01-26
ide-disk: guarantee 400ns delay after writing command register
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-01-26
sc1200: remove pointless hwif lookup loop
Bartlomiej Zolnierkiewicz
1
-70
/
+38
2008-01-26
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
2
-17
/
+14
2008-01-26
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
3
-57
/
+55
2008-01-26
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
4
-16
/
+5
2008-01-26
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
2
-9
/
+4
2008-01-26
ide: remove QUIRK_LIST()
Bartlomiej Zolnierkiewicz
2
-7
/
+4
2008-01-26
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
4
-21
/
+23
2008-01-26
ide-{floppy,tape,scsi}: fix register loading order when issuing packet command
Bartlomiej Zolnierkiewicz
2
-2
/
+2
2008-01-26
ide-cd: fix register loading order in cdrom_start_packet_command()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-01-26
ide: remove atapi_ireason_t (take 3)
Bartlomiej Zolnierkiewicz
2
-27
/
+25
2008-01-26
ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t
Bartlomiej Zolnierkiewicz
3
-42
/
+42
2008-01-26
ide: remove atapi_feature_t
Bartlomiej Zolnierkiewicz
1
-5
/
+5
2008-01-26
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
3
-15
/
+12
2008-01-26
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
3
-36
/
+33
[prev]
[next]