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
*
ata: printk warning fixes
Andrew Morton
2007-04-28
1
-6
/
+9
*
ata_timing: ensure t->cycle is always correct
Alan Cox
2007-04-28
1
-0
/
+6
*
libata: Handle drives that require a spin-up command before first access
Mark Lord
2007-04-28
1
-1
/
+27
*
libata: HPA support
Alan Cox
2007-04-28
1
-0
/
+209
*
libata: kill probe_ent and related helpers
Tejun Heo
2007-04-28
1
-153
/
+0
*
libata: add init helpers including ata_pci_prepare_native_host()
Tejun Heo
2007-04-28
1
-0
/
+6
*
libata: convert native PCI host handling to new init model
Tejun Heo
2007-04-28
1
-0
/
+1
*
libata: implement ata_host_alloc_pinfo() and ata_host_register()
Tejun Heo
2007-04-28
1
-0
/
+93
*
libata: separate out ata_host_alloc() and ata_host_register()
Tejun Heo
2007-04-28
1
-208
/
+263
*
libata: separate out ata_host_start()
Tejun Heo
2007-04-28
1
-13
/
+61
*
libata: allocate ap separately from shost
Tejun Heo
2007-04-28
1
-5
/
+14
*
libata: kill type mismatch compile warning
Tejun Heo
2007-04-28
1
-1
/
+2
*
libata: improve AC_ERR_DEV handling for ->post_internal_cmd
Tejun Heo
2007-04-28
1
-6
/
+10
*
libata: add support for READ/WRITE LONG
Mark Lord
2007-04-28
1
-10
/
+10
*
[libata] turn on !IORDY filter
Jeff Garzik
2007-04-28
1
-0
/
+3
*
libata: Change prototype of mode_filter to remove ata_port*
Alan Cox
2007-04-28
1
-1
/
+1
*
libata-core: Fix the iordy methods
Alan Cox
2007-04-28
1
-11
/
+25
*
pata: expose set_mode method so it can be wrapped
Alan
2007-04-28
1
-7
/
+30
*
libata-core: fix comments on cable type
Alan Cox
2007-04-28
1
-4
/
+4
*
libata: cable detection fixes
Alan Cox
2007-04-28
1
-0
/
+59
*
libata: warn if speed limited due to 40-wire cable
Robert Hancock
2007-04-28
1
-13
/
+20
*
RESEND: libata: check cdb len per dev instead of per host
Mark Lord
2007-04-28
1
-17
/
+1
*
libata: dev_config does not need ap and adev passing
Alan
2007-04-28
1
-1
/
+1
*
[libata] export sata_print_link_status()
Jeff Garzik
2007-04-28
1
-1
/
+2
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2007-04-04
1
-1
/
+32
|
\
|
*
libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)
Albert Lee
2007-04-04
1
-1
/
+26
|
*
libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)
Albert Lee
2007-04-04
1
-0
/
+6
|
*
2.6.21 fix lba48 bug in libata fill_result_tf()
Mark Lord
2007-04-04
1
-1
/
+1
*
|
[PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)
Robert Hancock
2007-04-04
1
-0
/
+5
|
/
*
[PATCH] Maxtor 6B250S0/BANC1B70 hangs with NCQ
Jens Axboe
2007-03-30
1
-0
/
+2
*
ata: NCQ is broken on Maxtor 6L250S0
Paul Rolland
2007-03-28
1
-0
/
+2
*
[libata] Disable ACPI by default; fix namespace problems
Jeff Garzik
2007-03-28
1
-2
/
+2
*
libata: kernel-doc fix
Randy Dunlap
2007-03-19
1
-1
/
+1
*
libata: fix ata_host_release() free order
Tejun Heo
2007-03-09
1
-6
/
+10
*
Fix simplex adapters with libata
Petr Vandrovec
2007-03-09
1
-1
/
+2
*
libata: add CONFIG_PM to libata core layer
Tejun Heo
2007-03-02
1
-0
/
+11
*
[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
[next]