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
/
include
/
linux
/
libata.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libata: implement and use sata_std_hardreset()
Tejun Heo
2008-04-17
1
-0
/
+2
*
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...
Tejun Heo
2008-04-17
1
-1
/
+9
*
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
Tejun Heo
2008-04-17
1
-0
/
+2
*
libata: restructure SFF post-reset readiness waits
Tejun Heo
2008-04-17
1
-3
/
+15
*
libata: separate out ata_std_postreset() from ata_sff_postreset()
Tejun Heo
2008-04-17
1
-0
/
+1
*
libata: separate out ata_std_prereset() from ata_sff_prereset()
Tejun Heo
2008-04-17
1
-0
/
+1
*
libata: clean up port_ops->sff_irq_clear()
Tejun Heo
2008-04-17
1
-1
/
+0
*
libata: rename SFF port ops
Tejun Heo
2008-04-17
1
-12
/
+13
*
libata: rename SFF functions
Tejun Heo
2008-04-17
1
-50
/
+53
*
use ATA_TAG_INTERNAL in ata_tag_internal()
Yoichi Yuasa
2008-04-17
1
-1
/
+1
*
libata: implement ATA_QCFLAG_RETRY
Tejun Heo
2008-04-17
1
-0
/
+1
*
libata: kill ata_chk_status()
Tejun Heo
2008-04-17
1
-6
/
+1
*
libata: move ata_pci_default_filter() out of CONFIG_PCI
Tejun Heo
2008-04-17
1
-2
/
+2
*
libata: reorganize SFF related stuff
Tejun Heo
2008-04-17
1
-189
/
+190
*
libata: make reset related methods proper port operations
Tejun Heo
2008-04-17
1
-9
/
+10
*
libata: kill port_info->sht and ->irq_handler
Tejun Heo
2008-04-17
1
-2
/
+0
*
libata: stop overloading port_info->private_data
Tejun Heo
2008-04-17
1
-1
/
+1
*
libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht
Tejun Heo
2008-04-17
1
-2
/
+2
*
libata: implement and use ops inheritance
Tejun Heo
2008-04-17
1
-5
/
+18
*
libata: implement and use SHT initializers
Tejun Heo
2008-04-17
1
-0
/
+57
*
libata: implement and use ata_noop_irq_clear()
Tejun Heo
2008-04-17
1
-0
/
+1
*
libata: reorganize ata_port_operations
Tejun Heo
2008-04-17
1
-56
/
+61
*
libata: kill ata_ehi_schedule_probe()
Tejun Heo
2008-04-17
1
-8
/
+4
*
libata: kill ATA_LFLAG_SKIP_D2H_BSY
Tejun Heo
2008-04-17
1
-2
/
+0
*
libata: kill ATA_EHI_RESUME_LINK
Tejun Heo
2008-04-17
1
-3
/
+0
*
libata: kill ATA_LFLAG_HRST_TO_RESUME
Tejun Heo
2008-04-17
1
-1
/
+0
*
libata: prefer hardreset
Tejun Heo
2008-04-17
1
-4
/
+4
*
libata: ATA_12/16 doesn't fall into ATAPI_MISC
Tejun Heo
2008-04-04
1
-1
/
+2
*
libata: uninline atapi_cmd_type()
Tejun Heo
2008-04-04
1
-21
/
+1
*
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
2008-03-29
1
-1
/
+1
*
libata: implement ata_qc_raw_nbytes()
Tejun Heo
2008-03-24
1
-1
/
+7
*
libata: automatically use DMADIR if drive/bridge requires it
Tejun Heo
2008-02-24
1
-0
/
+1
*
ata: fix sparse warning in libata.h
Harvey Harrison
2008-02-20
1
-1
/
+1
*
libata: eliminate the home grown dma padding in favour of
James Bottomley
2008-02-19
1
-27
/
+1
*
libata: kill now unused n_iter and fix sata_fsl
James Bottomley
2008-02-06
1
-2
/
+0
*
libata: factor out ata_pci_activate_sff_host() from ata_pci_one()
Tejun Heo
2008-01-23
1
-0
/
+3
*
libata: make ata_port_queue_task() an internal function
Jeff Garzik
2008-01-23
1
-2
/
+0
*
libata: make qc->nbytes include extra buffers
Tejun Heo
2008-01-23
1
-1
/
+2
*
libata: convert to chained sg
Tejun Heo
2008-01-23
1
-34
/
+8
*
libata: kill non-sg DMA interface
Tejun Heo
2008-01-23
1
-6
/
+1
*
libata: update ->data_xfer hook for ATAPI
Tejun Heo
2008-01-23
1
-5
/
+6
*
libata: add ATAPI_* cmd types and implement atapi_cmd_type()
Tejun Heo
2008-01-23
1
-0
/
+28
*
libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()
Tejun Heo
2008-01-23
1
-3
/
+7
*
libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...
Tejun Heo
2008-01-23
1
-4
/
+1
*
libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()
Tejun Heo
2008-01-23
1
-0
/
+25
*
libata: add ATA_CBL_PATA_IGN
Tejun Heo
2008-01-23
1
-0
/
+1
*
libata: xfer_mask is unsigned long not unsigned int
Tejun Heo
2008-01-23
1
-21
/
+25
*
libata: kill ata_id_to_dma_mode()
Tejun Heo
2008-01-23
1
-1
/
+0
*
libata: clean up xfermode / PATA timing related stuff
Tejun Heo
2008-01-23
1
-9
/
+12
*
libata: export xfermode / PATA timing related functions
Tejun Heo
2008-01-23
1
-0
/
+10
[prev]
[next]