Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
03cd8f7ebe0cbef5ca7eed349774085e92a3d726
/
drivers
/
ata
/
libata-sff.c
16ea0fc
libata: Pass host flags into the pci helper
by Alan Cox
· 15 years ago
2794362
libata: implement spurious irq handling for SFF and apply it to piix
by Tejun Heo
· 15 years ago
d88ec2e
libata: cleanup ata_sff_interrupt()
by Tejun Heo
· 15 years ago
2d68b7f
[libata] Call flush_dcache_page after PIO data transfers in libata-sff.c
by Catalin Marinas
· 15 years ago
9a8fd68
libata: fix reporting of drained bytes when clearing DRQ
by Robert Hancock
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
972b94f
drivers/ata/libata-sff.c: comment spelling fixes
by Krzysztof Halasa
· 15 years ago
294264a
libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()
by Benjamin Herrenschmidt
· 15 years ago
2102d74
libata-sff: avoid byte swapping in ata_sff_data_xfer()
by Sergei Shtylyov
· 16 years ago
e3cf95d
ata: Report 16/32bit PIO as best we can
by Alan Cox
· 16 years ago
c96f173
[libata] Improve timeout handling
by Alan Cox
· 16 years ago
3d47aa8
[libata] Drain data on errors
by Alan Cox
· 16 years ago
e3e4385
libata: Keep shadow last_ctl up to date during resets
by Stuart MENEFY
· 16 years ago
d1b3525
libata-sff: fix 32-bit PIO ATAPI regression
by Sergei Shtylyov
· 16 years ago
b919930
libata: set NODEV_HINT for 0x7f status
by Tejun Heo
· 16 years ago
80ee6f5
libata-sff: fix incorrect EH message
by Tejun Heo
· 16 years ago
a0f79f7
ata: fix wrong WARN_ON_ONCE
by Christian Borntraeger
· 16 years ago
efcb3cf
libata: use WARN_ON_ONCE on hot paths
by Tejun Heo
· 16 years ago
0fe40ff
libata: clean up the SFF code for coding style
by Alan Cox
· 16 years ago
871af12
libata: Add 32bit PIO support
by Alan Cox
· 16 years ago
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
· 17 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
411cb386
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
f659f0e4
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
Next »