index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-iops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make ide-iops.c:SELECT_MASK() static
Adrian Bunk
2008-05-14
1
-1
/
+1
*
ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]
Alexander Smal
2008-04-28
1
-0
/
+2
*
ide: skip "VLB sync" if host uses MMIO
Bartlomiej Zolnierkiewicz
2008-04-28
1
-10
/
+10
*
ide: remove ->INW and ->OUTW methods
Bartlomiej Zolnierkiewicz
2008-04-28
1
-24
/
+0
*
ide: use IDE I/O helpers directly in ide_tf_{load,read}()
Bartlomiej Zolnierkiewicz
2008-04-28
1
-27
/
+56
*
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
2008-04-28
1
-2
/
+5
*
ide: move ide_tf_{load,read} to ide-iops.c
Bartlomiej Zolnierkiewicz
2008-04-28
1
-0
/
+88
*
ide: add ide_execute_pkt_cmd() helper
Bartlomiej Zolnierkiewicz
2008-04-28
1
-1
/
+11
*
ide: always use ->OUTBSYNC method for executing commands
Bartlomiej Zolnierkiewicz
2008-04-28
1
-1
/
+1
*
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
Bartlomiej Zolnierkiewicz
2008-04-28
1
-66
/
+48
*
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
2008-04-28
1
-43
/
+25
*
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
Bartlomiej Zolnierkiewicz
2008-04-28
1
-19
/
+7
*
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
2008-04-27
1
-38
/
+34
*
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-5
/
+5
*
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-10
/
+18
*
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
2008-04-18
1
-36
/
+50
*
ide: use ->ata_input_data in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2008-04-02
1
-1
/
+1
*
Revert "ide: change master/slave IDENTIFY order"
Bartlomiej Zolnierkiewicz
2008-03-29
1
-0
/
+1
*
ide: insert BUG_ON() into __ide_set_handler() (take 2)
Sergei Shtylyov
2008-02-11
1
-8
/
+2
*
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
2008-02-06
1
-1
/
+3
*
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
2008-02-06
1
-14
/
+25
*
ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
2008-02-06
1
-2
/
+0
*
ide: move check_dma_crc() to ide-dma.c
Bartlomiej Zolnierkiewicz
2008-02-02
1
-23
/
+1
*
ide: remove ide_auto_reduce_xfer()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-28
/
+13
*
ide: move drive->crc_count check out from check_dma_crc()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-12
/
+12
*
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-15
/
+0
*
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-18
/
+0
*
ide: unexport SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-2
/
+0
*
ide: use __ide_set_handler() in ide_execute_command()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-13
/
+8
*
ide: make probe_hwif() return an error value
Bartlomiej Zolnierkiewicz
2008-02-01
1
-1
/
+1
*
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+2
*
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
2008-01-26
1
-6
/
+4
*
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-4
/
+4
*
ide: move drive->using_dma check to callers of ->dma_host_on method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+2
*
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-01-26
1
-5
/
+5
*
ide: (hopefully) fix VDMA for CS5520
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
*
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-8
/
+0
*
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+2
*
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-8
/
+0
*
ide: remove QUIRK_LIST()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-6
/
+0
*
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
2008-01-25
1
-7
/
+2
*
ide: remove CONFIG_IDEPCI_SHARE_IRQ config option
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+0
*
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-6
/
+6
*
ide: remove task_ioreg_t typedef (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+3
*
ide: fix cable detection for SATA bridges
George Kibardin
2008-01-10
1
-3
/
+3
*
ide: DMA reporting and validity checking fixes (take 3)
Bartlomiej Zolnierkiewicz
2007-12-12
1
-0
/
+3
*
ide: More TSST drives with broken cable detection
Peter Missel
2007-11-27
1
-0
/
+3
*
ide: remove bogus ide_fix_driveid() comment
Bartlomiej Zolnierkiewicz
2007-11-27
1
-3
/
+0
*
ide: don't set PIO mode on pre-EIDE drives
Sergei Shtylyov
2007-11-27
1
-1
/
+6
[next]