index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libata] change master/slave IDENTIFY order
Jeff Garzik
2007-03-02
1
-2
/
+14
*
libata-core: Fix simplex handling
Alan
2007-03-02
1
-3
/
+2
*
libata: blacklist FUJITSU MHT2060BH for NCQ
Tejun Heo
2007-03-01
1
-0
/
+2
*
libata: clear drvdata in ata_host_release(), take#2
Tejun Heo
2007-03-01
1
-1
/
+2
*
[libata] bump versions
Jeff Garzik
2007-02-26
1
-1
/
+1
*
[libata] Trim trailing whitespace.
Jeff Garzik
2007-02-26
1
-1
/
+1
*
Add id_to_dma_mode function for printing DMA modes
Alan
2007-02-25
1
-0
/
+44
*
libata: s/ap->id/ap->print_id/g
Tejun Heo
2007-02-21
1
-29
/
+29
*
libata: Remove duplicate dma blacklist entry
Magnus Damm
2007-02-21
1
-1
/
+0
*
libata: separate out ata_ncq_enabled()
Tejun Heo
2007-02-21
1
-3
/
+1
*
libata: disable pdev on all suspend events
Tejun Heo
2007-02-21
1
-3
/
+2
*
libata: fix probe_ent alloc/free bugs
Tejun Heo
2007-02-21
1
-5
/
+1
*
libata: kill ATA_DNXFER_ANY
Tejun Heo
2007-02-21
1
-9
/
+0
*
libata: improve probe failure handling
Tejun Heo
2007-02-21
1
-20
/
+19
*
libata: improve ata_down_xfermask_limit()
Tejun Heo
2007-02-21
1
-26
/
+79
*
libata: PATA driver for Celleb
Akira Iguchi
2007-02-21
1
-1
/
+2
*
[PATCH] libata: change order of _SDD/_GTF execution (resend #3)
Kristen Carlson Accardi
2007-02-16
1
-11
/
+10
*
[PATCH] libata: ACPI _SDD support
Kristen Carlson Accardi
2007-02-16
1
-0
/
+8
*
[PATCH] libata: ACPI and _GTF support
Kristen Carlson Accardi
2007-02-16
1
-0
/
+7
*
libata: clear TF before IDENTIFYing
Tejun Heo
2007-02-15
1
-1
/
+10
*
libata: build fix after dmesg probe output changes
Jeff Garzik
2007-02-09
1
-2
/
+2
*
libata: Early CFA adapters are not required to support mode setting
Alan
2007-02-09
1
-0
/
+4
*
libata: add 150ms between completion of hardreset and status checking
Tejun Heo
2007-02-09
1
-0
/
+3
*
libata: rearrange dmesg info to add full ATA revision
Eric D. Mudama
2007-02-09
1
-21
/
+31
*
libata: add another IRQ calls (core and headers)
Akira Iguchi
2007-02-09
1
-10
/
+10
*
libata: convert to iomap
Tejun Heo
2007-02-09
1
-176
/
+37
*
[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warnings
Jeff Garzik
2007-02-09
1
-0
/
+3
*
libata: remove unused functions
Tejun Heo
2007-02-09
1
-75
/
+6
*
libata: update libata core layer to use devres
Tejun Heo
2007-02-09
1
-102
/
+75
*
libata: implement ata_host_detach()
Tejun Heo
2007-02-09
1
-3
/
+19
*
libata: trivial stuff
Alan
2007-02-09
1
-2
/
+2
*
libata: kill qc->nsect and cursect
Tejun Heo
2007-02-09
1
-7
/
+7
*
libata: handle pci_enable_device() failure while resuming
Tejun Heo
2007-02-09
1
-5
/
+17
*
libata: use ata_id_c_string()
Tejun Heo
2007-02-09
1
-21
/
+6
*
libata: straighten out ATA_ID_* constants
Tejun Heo
2007-02-09
1
-11
/
+10
*
drivers/ata/: make 4 functions static
Adrian Bunk
2007-02-09
1
-1
/
+1
*
[libata] trim trailing whitespace
Jeff Garzik
2007-02-09
1
-1
/
+1
*
libata: Initialize nbytes for internal sg commands
Brian King
2007-02-02
1
-0
/
+1
*
ata_if_xfermask() word 51 fix
Lennert Buytenhek
2007-01-30
1
-1
/
+1
*
libata: set_mode, Fix the FIXME
Alan
2007-01-24
1
-12
/
+2
*
[PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)
Tejun Heo
2006-12-16
1
-4
/
+10
*
[PATCH] libata: Incorrect timing computation for PIO5/6
Alan
2006-12-07
1
-1
/
+1
*
[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATA
Albert Lee
2006-12-07
1
-0
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-110
/
+426
|
\
|
*
[PATCH] libata: always use polling IDENTIFY
Tejun Heo
2006-12-03
1
-6
/
+2
|
*
[PATCH] libata: prepare ata_sg_clean() for invocation from EH
Tejun Heo
2006-12-03
1
-3
/
+3
|
*
[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()
Tejun Heo
2006-12-03
1
-5
/
+128
|
*
[PATCH] libata: implement ata_exec_internal_sg()
Tejun Heo
2006-12-03
1
-7
/
+42
|
*
[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()
Tejun Heo
2006-12-03
1
-3
/
+2
|
*
[PATCH] libata: move BMDMA host status recording from EH to interrupt handler
Tejun Heo
2006-12-03
1
-0
/
+6
[next]