index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-21
libata: improve probe failure handling
Tejun Heo
1
-20
/
+19
2007-02-21
libata: improve ata_down_xfermask_limit()
Tejun Heo
1
-26
/
+79
2007-02-21
libata: PATA driver for Celleb
Akira Iguchi
1
-1
/
+2
2007-02-16
[PATCH] libata: change order of _SDD/_GTF execution (resend #3)
Kristen Carlson Accardi
1
-11
/
+10
2007-02-16
[PATCH] libata: ACPI _SDD support
Kristen Carlson Accardi
1
-0
/
+8
2007-02-16
[PATCH] libata: ACPI and _GTF support
Kristen Carlson Accardi
1
-0
/
+7
2007-02-15
libata: clear TF before IDENTIFYing
Tejun Heo
1
-1
/
+10
2007-02-09
libata: build fix after dmesg probe output changes
Jeff Garzik
1
-2
/
+2
2007-02-09
libata: Early CFA adapters are not required to support mode setting
Alan
1
-0
/
+4
2007-02-09
libata: add 150ms between completion of hardreset and status checking
Tejun Heo
1
-0
/
+3
2007-02-09
libata: rearrange dmesg info to add full ATA revision
Eric D. Mudama
1
-21
/
+31
2007-02-09
libata: add another IRQ calls (core and headers)
Akira Iguchi
1
-10
/
+10
2007-02-09
libata: convert to iomap
Tejun Heo
1
-176
/
+37
2007-02-09
[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warnings
Jeff Garzik
1
-0
/
+3
2007-02-09
libata: remove unused functions
Tejun Heo
1
-75
/
+6
2007-02-09
libata: update libata core layer to use devres
Tejun Heo
1
-102
/
+75
2007-02-09
libata: implement ata_host_detach()
Tejun Heo
1
-3
/
+19
2007-02-09
libata: trivial stuff
Alan
1
-2
/
+2
2007-02-09
libata: kill qc->nsect and cursect
Tejun Heo
1
-7
/
+7
2007-02-09
libata: handle pci_enable_device() failure while resuming
Tejun Heo
1
-5
/
+17
2007-02-09
libata: use ata_id_c_string()
Tejun Heo
1
-21
/
+6
2007-02-09
libata: straighten out ATA_ID_* constants
Tejun Heo
1
-11
/
+10
2007-02-09
drivers/ata/: make 4 functions static
Adrian Bunk
1
-1
/
+1
2007-02-09
[libata] trim trailing whitespace
Jeff Garzik
1
-1
/
+1
2007-02-02
libata: Initialize nbytes for internal sg commands
Brian King
1
-0
/
+1
2007-01-30
ata_if_xfermask() word 51 fix
Lennert Buytenhek
1
-1
/
+1
2007-01-24
libata: set_mode, Fix the FIXME
Alan
1
-12
/
+2
2006-12-16
[PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)
Tejun Heo
1
-4
/
+10
2006-12-07
[PATCH] libata: Incorrect timing computation for PIO5/6
Alan
1
-1
/
+1
2006-12-07
[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATA
Albert Lee
1
-0
/
+1
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-110
/
+426
2006-12-03
[PATCH] libata: always use polling IDENTIFY
Tejun Heo
1
-6
/
+2
2006-12-03
[PATCH] libata: prepare ata_sg_clean() for invocation from EH
Tejun Heo
1
-3
/
+3
2006-12-03
[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()
Tejun Heo
1
-5
/
+128
2006-12-03
[PATCH] libata: implement ata_exec_internal_sg()
Tejun Heo
1
-7
/
+42
2006-12-03
[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()
Tejun Heo
1
-3
/
+2
2006-12-03
[PATCH] libata: move BMDMA host status recording from EH to interrupt handler
Tejun Heo
1
-0
/
+6
2006-12-03
[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...
Tejun Heo
1
-0
/
+8
2006-12-01
[PATCH] libata: implement ata_tf_read_block()
Tejun Heo
1
-0
/
+43
2006-12-01
[PATCH] libata: sync result_tf.flags w/ command tf.flags
Tejun Heo
1
-3
/
+11
2006-12-01
[PATCH] libata: trivial updates to ata_sg_init_one()
Tejun Heo
1
-5
/
+1
2006-12-01
[PATCH] libata: implement presence detection via polling IDENTIFY
Tejun Heo
1
-2
/
+17
2006-12-01
[PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()
Tejun Heo
1
-8
/
+9
2006-12-01
[PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limit
Tejun Heo
1
-1
/
+5
2006-12-01
[PATCH] libata: move dev->max_sectors configuration into ata_dev_configure()
Tejun Heo
1
-0
/
+5
2006-12-01
[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODE
Tejun Heo
1
-0
/
+3
2006-12-01
[PATCH] libata: implement ATA_EHI_PRINTINFO
Tejun Heo
1
-4
/
+6
2006-12-01
[PATCH] libata: separate out and export sata_port_hardreset()
Tejun Heo
1
-10
/
+42
2006-12-01
[PATCH] libata: handle 0xff status properly
Tejun Heo
1
-12
/
+18
2006-12-01
[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...
Alan Cox
1
-48
/
+75
[next]