index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: remove stale comment from ide-lib.c
Bartlomiej Zolnierkiewicz
2008-02-11
1
-9
/
+0
*
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
2008-02-06
1
-1
/
+1
*
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+4
*
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
2008-01-26
1
-18
/
+7
*
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
Bartlomiej Zolnierkiewicz
2008-01-25
1
-0
/
+6
*
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
1
-1
/
+2
*
ide: printk fix
Andrew Morton
2008-01-25
1
-1
/
+2
*
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-32
/
+37
*
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-9
/
+14
*
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-11
/
+10
*
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-12
/
+9
*
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+1
*
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+1
*
ide: DMA reporting and validity checking fixes (take 3)
Bartlomiej Zolnierkiewicz
2007-12-12
1
-26
/
+29
*
ide: add missing HOB bit clearing to ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2007-11-13
1
-0
/
+1
*
ide: remove ide_use_fast_pio()
Bartlomiej Zolnierkiewicz
2007-10-16
1
-15
/
+0
*
ide: move ide_config_drive_speed() calls to upper layers (take 2)
Bartlomiej Zolnierkiewicz
2007-10-13
1
-17
/
+61
*
ide: use only ->set_pio_mode method for programming PIO modes (take 2)
Bartlomiej Zolnierkiewicz
2007-10-11
1
-0
/
+12
*
ide: add ide_set{_max}_pio() (take 4)
Bartlomiej Zolnierkiewicz
2007-10-11
1
-0
/
+29
*
ide: move ide_rate_filter() calls to the upper layer (take 2)
Bartlomiej Zolnierkiewicz
2007-10-11
1
-9
/
+8
*
ide: mode limiting fixes for user requested speed changes
Bartlomiej Zolnierkiewicz
2007-10-11
1
-21
/
+8
*
ide: remove ide_find_best_pio_mode()
Bartlomiej Zolnierkiewicz
2007-07-20
1
-6
/
+7
*
ide: drop "PIO data" argument from ide_get_best_pio_mode()
Bartlomiej Zolnierkiewicz
2007-07-20
1
-5
/
+1
*
ide: add ide_pio_cycle_time() helper (take 2)
Bartlomiej Zolnierkiewicz
2007-07-20
1
-12
/
+28
*
ide: add ide_dev_has_iordy() helper (take 4)
Bartlomiej Zolnierkiewicz
2007-07-20
1
-6
/
+1
*
ide: make ide_get_best_pio_mode() print info if overriding PIO mode
Bartlomiej Zolnierkiewicz
2007-07-20
1
-3
/
+7
*
ide: remove ide_dma_enable()
Bartlomiej Zolnierkiewicz
2007-05-16
1
-12
/
+0
*
ide: cable detection fixes (take 2)
Bartlomiej Zolnierkiewicz
2007-05-10
1
-2
/
+9
*
ide: rework the code for selecting the best DMA transfer mode (v3)
Bartlomiej Zolnierkiewicz
2007-05-10
1
-107
/
+18
*
ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2)
Sergei Shtylyov
2007-03-03
1
-12
/
+6
*
ide: add ide_use_fast_pio() helper (v3)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-0
/
+15
*
ide: unexport ide_set_xfer_rate() (v2)
Bartlomiej Zolnierkiewicz
2007-02-17
1
-2
/
+0
*
ide: remove write-only ide_pio_data_t.blacklisted
Bartlomiej Zolnierkiewicz
2007-02-17
1
-3
/
+0
*
[PATCH] ide_dma_speed() fixes
Sergei Shtylyov
2006-10-03
1
-52
/
+73
*
[PATCH] Split struct request ->flags into two parts
Jens Axboe
2006-09-30
1
-2
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] fix IDE deadlock in error reporting code
Ingo Molnar
2006-06-26
1
-2
/
+2
*
[PATCH] More BUG_ON conversion
Eric Sesterhenn
2006-06-23
1
-2
/
+1
*
[PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMU
James Bottomley
2005-11-18
1
-4
/
+4
*
[PATCH] ide: fix line break in ide messages
Denis Vlasenko
2005-07-03
1
-8
/
+5
*
Linux-2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+622