Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
4e6f2ba97ff9099ef03bd38f84b59b5c2f89c1fe
/
drivers
/
ata
/
libata-sff.c
6a6b97d
libata: improve phantom device detection
by Tejun Heo
· 16 years ago
570106d
libata-sff: fix ata_sff_post_internal_cmd()
by Tejun Heo
· 16 years ago
9c2676b
libata-sff: kill spurious WARN_ON() in ata_hsm_move()
by Tejun Heo
· 16 years ago
341c2c9
libata: consistently use msecs for time durations
by Tejun Heo
· 16 years ago
a836d3e
libata-sff: improve HSM violation reporting
by Tejun Heo
· 16 years ago
6311c90
libata: fix G5 SATA broken on -rc5
by Hugh Dickins
· 16 years ago
a57c1ba
libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctl
by Alan Cox
· 16 years ago
78ab88f
libata: improve post-reset device ready test
by Tejun Heo
· 17 years ago
411cb38
libata: make WARN_ON conditions in ata_sff_hsm_move() more strict
by Tejun Heo
· 17 years ago
45db2f6
libata: move link onlineness check out of softreset methods
by Tejun Heo
· 17 years ago
4c9bf4e
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
by Tejun Heo
· 17 years ago
22183bf
libata: add qc_fill_rtf port operation
by Tejun Heo
· 17 years ago
305d2a1
libata: unify mechanism to request follow-up SRST
by Tejun Heo
· 17 years ago
57c9efd
libata: implement and use sata_std_hardreset()
by Tejun Heo
· 17 years ago
9dadd45
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()
by Tejun Heo
· 17 years ago
aa2731a
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
by Tejun Heo
· 17 years ago
705e76b
libata: restructure SFF post-reset readiness waits
by Tejun Heo
· 17 years ago
203c75b
libata: separate out ata_std_postreset() from ata_sff_postreset()
by Tejun Heo
· 17 years ago
0aa1113
libata: separate out ata_std_prereset() from ata_sff_prereset()
by Tejun Heo
· 17 years ago
288623a
libata: clean up port_ops->sff_irq_clear()
by Tejun Heo
· 17 years ago
5682ed3
libata: rename SFF port ops
by Tejun Heo
· 17 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
ed82f96
libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc_adma ops
by Tejun Heo
· 17 years ago
6fd3639
libata: kill ata_chk_status()
by Tejun Heo
· 17 years ago
071ce34
libata: move ata_pci_default_filter() out of CONFIG_PCI
by Tejun Heo
· 17 years ago
624d5c5
libata: reorganize SFF related stuff
by Tejun Heo
· 17 years ago
272f788
libata: reorder functions in libata-sff.c
by Tejun Heo
· 17 years ago
a1efdab
libata: make reset related methods proper port operations
by Tejun Heo
· 17 years ago
887125e
libata: stop overloading port_info->private_data
by Tejun Heo
· 17 years ago
1bd5b71
libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht
by Tejun Heo
· 17 years ago
358f9a7
libata: implement and use ata_noop_irq_clear()
by Tejun Heo
· 17 years ago
f659f0e
libata-sff: handle controllers w/o ctl register
by Tejun Heo
· 17 years ago
4e6b79f
libata: factor out ata_pci_activate_sff_host() from ata_pci_one()
by Tejun Heo
· 17 years ago
35a10a8
libata: use dev_driver_string() instead of "libata" in libata-sff.c
by Tejun Heo
· 17 years ago
0dc3688
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
by Tejun Heo
· 17 years ago
76548ed
libata-sff: tf_load
by Alan Cox
· 17 years ago
277d72a
libata-sff: PCI IRQ handling fix
by Alan Cox
· 17 years ago
2dcb407
[libata] checkpatch-inspired cleanups
by Jeff Garzik
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
2af170d
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
01839f6
libata-sff: Correct use of check_status()
by Alan Cox
· 17 years ago
cbcdd87
libata: implement and use ata_port_desc() to report port configuration
by Tejun Heo
· 17 years ago
6d32d30
[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
by Jeff Garzik
· 17 years ago
936fd73
libata-link: linkify PHY-related functions
by Tejun Heo
· 17 years ago
9af5c9c
libata-link: introduce ata_link
by Tejun Heo
· 17 years ago
e1cc9de
libata-sff: Fix documentation
by Alan Cox
· 17 years ago
6fdc99a
libata-sff; Unbreak non DMA capable controllers again
by Alan Cox
· 17 years ago
fe36cb5
[libata] Fix reported task file values in sense data
by Petr Vandrovec
· 17 years ago
f3a03b0
Correct comment in libata-sff.c
by Dave Jones
· 17 years ago
d583bc1
libata: simplify PCI legacy SFF host handling
by Tejun Heo
· 17 years ago
4031826
libata: fix assigned IRQ reporting
by Tejun Heo
· 17 years ago
d92e74d
libata-core/sff: Fix multiple assumptions about DMA
by Alan Cox
· 17 years ago
1626aeb
libata: clean up SFF init mess
by Tejun Heo
· 18 years ago
dc87c39
libata: honour host controllers that want just one host
by Linus Torvalds
· 18 years ago
6bfff31
libata: kill probe_ent and related helpers
by Tejun Heo
· 18 years ago
21b0ad4
libata: add init helpers including ata_pci_prepare_native_host()
by Tejun Heo
· 18 years ago
d491b27
libata: convert native PCI host handling to new init model
by Tejun Heo
· 18 years ago
0f834de
libata: convert legacy PCI host handling to new init model
by Tejun Heo
· 18 years ago
55a6ade
libata: fix native mode disabled port handling
by Tejun Heo
· 18 years ago
8cdfb29
libata/IDE: remove combined mode quirk
by Jeff Garzik
· 18 years ago
a76b62c
libata: Change prototype of mode_filter to remove ata_port*
by Alan Cox
· 18 years ago
a84471f
[libata] Trim trailing whitespace.
by Jeff Garzik
· 18 years ago
44877b4
libata: s/ap->id/ap->print_id/g
by Tejun Heo
· 18 years ago
8362500
libata: add another IRQ calls (core and headers)
by Akira Iguchi
· 18 years ago
0d5ff56
libata: convert to iomap
by Tejun Heo
· 18 years ago
f0d36ef
libata: update libata core layer to use devres
by Tejun Heo
· 18 years ago
18d90de
libata: trivial stuff
by Alan
· 18 years ago
4112e16
libata-sff: Don't try and activate channels which are not in use
by Alan
· 18 years ago
8cdf92a
Fix Maple PATA IRQ assignment.
by David Woodhouse
· 18 years ago
61dd08c
libata-sff: Don't call bmdma_stop on non DMA capable controllers
by Alan
· 18 years ago
b2a8bbe
libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli
by Tejun Heo
· 18 years ago
dc3c337
[PATCH] libata: fix combined mode
by Alan
· 18 years ago
0f0a3ad
[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()
by Tejun Heo
· 18 years ago
ea54763
[PATCH] libata: move BMDMA host status recording from EH to interrupt handler
by Tejun Heo
· 18 years ago
8070217
[PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQs
by Tejun Heo
· 18 years ago
90088bb
[PATCH] libata: move ata_irq_on() into libata-sff.c
by Tejun Heo
· 18 years ago
fbbb262
[PATCH] sata_nv ADMA/NCQ support for nForce4
by Robert Hancock
· 18 years ago
8eb166b
[PATCH] libata-sff: Allow for wacky systems
by Alan Cox
· 18 years ago
d639ca9
[libata] init probe_ent->private_data in a common location
by Jeff Garzik
· 18 years ago
c791c30
[libata] minor PCI IDE probe fixes and cleanups
by Jeff Garzik
· 18 years ago
fb46330
[libata] One more s/15/ATA_SECONDARY_IRQ/ substitution
by Jeff Garzik
· 18 years ago
daac0ac
[PATCH] libata-sff: use our IRQ defines
by Alan Cox
· 18 years ago
fea63e3
[PATCH] libata: fix non-uniform ports handling
by Tejun Heo
· 18 years ago
a64f97f
Merge branch 'tmp' into upstream
by Jeff Garzik
· 18 years ago
e889173
Rename libata-bmdma.c to libata-sff.c.
by Jeff Garzik
· 18 years ago
[Renamed from drivers/ata/libata-bmdma.c]
cca3974
libata: Grand renaming.
by Jeff Garzik
· 18 years ago
c6fd280
Move libata to drivers/ata.
by Jeff Garzik
· 18 years ago
[Renamed from drivers/scsi/libata-bmdma.c]
c4b01f1
[PATCH] libata: use dummy port for stolen legacy ports
by Tejun Heo
· 18 years ago
2ec7df0
[PATCH] libata: rework legacy handling to remove much of the cruft
by Alan Cox
· 18 years ago
f6d950e
[PATCH] libata: Move ata_probe_ent_alloc to libata_core
by Brian King
· 18 years ago
1d6f359
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
ba6a130
[libata] Add host lock to struct ata_port
by Jeff Garzik
· 18 years ago
f0eb62b
[PATCH] libata: add host_set->next for legacy two host_sets case, take #3
by Tejun Heo
· 18 years ago
f5914a4
[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()
by Tejun Heo
· 18 years ago
c17ea20
[PATCH] libata: fix irq-pio merge
by Tejun Heo
· 19 years ago
6d97dbd
[PATCH] libata-eh: implement BMDMA EH
by Tejun Heo
· 19 years ago
4e5ec5d
[PATCH] libata: BMDMA handling updates
by Alan Cox
· 19 years ago
2e9edbf
[libata] export ata_dev_pair; trim trailing whitespace
by Jeff Garzik
· 19 years ago
Next »