Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f7b08217c755e88a29b5bd53b4a1d10cd8b3c5f8
/
drivers
/
ata
/
sata_mv.c
c54c719
ata: remove deprecated use of pci api
by Quentin Lambert
· 10 years ago
3661aa9
ata: sata_mv: add proper definitions for LP_PHY_CTL register values
by Thomas Petazzoni
· 10 years ago
fad0601
sata_mv: Delete unnecessary checks before the function call "phy_power_off"
by Markus Elfring
· 10 years ago
65c662a
ata: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
58eb8cd
ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
by Bartlomiej Zolnierkiewicz
· 11 years ago
54dfffd
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 11 years ago
8ad116e
ata: sata_mv: Cleanup only the initialized ports
by Ezequiel Garcia
· 11 years ago
90aa299
ata: sata_mv: Fix probe failures with optional phys
by Andrew Lunn
· 11 years ago
b7db4f2
SATA: MV: Add support for the optional PHYs
by Andrew Lunn
· 11 years ago
9013d64
ata: sata_mv: fix disk hotplug for Armada 370/XP SoCs
by Lior Amsalem
· 11 years ago
b1f5c73
ata: sata_mv: introduce compatible string "marvell, armada-370-sata"
by Simon Guinot
· 11 years ago
e0067f0
sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefs
by Ezequiel Garcia
· 11 years ago
61b8c34
ata: use dev_get_platdata()
by Jingoo Han
· 11 years ago
e8038eb
sata_mv: Remove unneeded forward declaration
by Ezequiel Garcia
· 11 years ago
0ec2491
Drivers: ata: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
13b7408
sata_mv: Fix warnings when no PCI
by Andrew Lunn
· 12 years ago
97b414e
ATA: sata_mv: Add device tree support
by Andrew Lunn
· 12 years ago
eee9899
ARM: Orion: SATA: Add per channel clk/clkdev support.
by Andrew Lunn
· 13 years ago
99b80e9
sata_mv: silence an uninitialized variable warning
by Dan Carpenter
· 13 years ago
63a9332
ARM: Orion: Get address map from plat-orion instead of via platform_data
by Andrew Lunn
· 13 years ago
d866192
sata_mv: use {platform|pci}_get_drvdata()
by Sergei Shtylyov
· 13 years ago
c00a4c9
sata_mv: release clock on ata_host_activate() failure
by Sergei Shtylyov
· 13 years ago
06296a1
ata: Add and use ata_print_version_once
by Joe Perches
· 14 years ago
a9a79df
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
by Joe Perches
· 14 years ago
a44fec1
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
by Joe Perches
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
9cbe056
libata: remove ATA_FLAG_NO_LEGACY
by Sergei Shtylyov
· 14 years ago
3696df3
libata: remove ATA_FLAG_MMIO
by Sergei Shtylyov
· 14 years ago
1aadf5c
libata: always use ata_qc_complete_multiple() for NCQ command completions
by Tejun Heo
· 14 years ago
ea3c645
libata-sff: Reenable Port Multiplier after libata-sff remodeling.
by Gwendal Grignou
· 14 years ago
44b7338
sata_mv: fix broken DSM/TRIM support (v2)
by Mark Lord
· 14 years ago
752e386
sata_fsl,mv,nv: prepare for NCQ command completion update
by Tejun Heo
· 14 years ago
c3b2889
libata-sff: separate out BMDMA irq handler
by Tejun Heo
· 14 years ago
2f20ccf
sata_mv: drop unncessary EH callback resetting
by Tejun Heo
· 14 years ago
360ff78
libata-sff: separate out BMDMA qc_issue
by Tejun Heo
· 15 years ago
c429137
libata-sff: port_task is SFF specific
by Tejun Heo
· 15 years ago
c708765
libata-sff: clean up BMDMA initialization
by Tejun Heo
· 15 years ago
8930ff2
libata-sff: clean up inheritance in several drivers
by Tejun Heo
· 15 years ago
3e4ec34
libata: kill ATA_FLAG_DISABLED
by Tejun Heo
· 15 years ago
1b959c4
sata_mv: remove unnecessary initialization
by Tejun Heo
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
70e66a5
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 15 years ago
0535f2b
sata_mv: remove pointless NULL test
by Jeff Garzik
· 15 years ago
b2dec48
sata_mv: add power management support for the PCI controllers.
by Saeed Bishara
· 15 years ago
1bfeff0
sata_mv: store the board_idx into the host private data
by Saeed Bishara
· 15 years ago
c4bc7d7
sata_mv: move the PCI bar description initialization code
by Saeed Bishara
· 15 years ago
6481f2b
sata_mv: add power management support for the platform driver
by Saeed Bishara
· 15 years ago
c77a2f4
sata_mv: support clkdev framework
by Saeed Bishara
· 15 years ago
d7b0c14
sata_mv: increase PIO IORDY timeout
by Saeed Bishara
· 15 years ago
4c4a90f
sata_mv: Clean up hard coded array size calculation.
by Thiago Farina
· 15 years ago
159a7ff
sata_mv: Prevent PIO commands to be defered too long if traffic in progress.
by Gwendal Grignou
· 15 years ago
041b5ea
drivers/ata: use resource_size
by Julia Lawall
· 15 years ago
c9abde1
libata: remove superfluous NULL pointer checks
by Bartlomiej Zolnierkiewicz
· 15 years ago
29b7e43
sata_mv: use new sata phy register settings for new devices
by Martin Michlmayr
· 16 years ago
299b3f8
sata_mv: workaround for multi_count errata sata24
by Mark Lord
· 16 years ago
8d2b450
sata_mv: tidy up qc->tf usage in qc_prep() functions
by Mark Lord
· 16 years ago
132ea5e
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
cae5a29
sata_mv: shorten register names
by Mark Lord
· 16 years ago
12f3b6d
sata_mv: workaround errata SATA#13
by Mark Lord
· 16 years ago
ba68460
sata_mv: cosmetic renames
by Mark Lord
· 16 years ago
2009177
sata_mv: workaround errata SATA#26
by Mark Lord
· 16 years ago
65ad7fef
sata_mv: workaround errata PCI#7
by Mark Lord
· 16 years ago
c361acb
sata_mv: replace 0x1f with ATA_PIO4 (v2)
by Mark Lord
· 16 years ago
933cb8e
sata_mv: fix irq mask races
by Mark Lord
· 16 years ago
44c65d1
sata_mv: revert SoC irq breakage
by Mark Lord
· 16 years ago
c96f173
[libata] Improve timeout handling
by Alan Cox
· 16 years ago
000b344
sata_mv: fix LED blinking for SoC+NCQ
by Mark Lord
· 16 years ago
6abf467
sata_mv: optimize IRQ coalescing for 8-port chips
by Mark Lord
· 16 years ago
2b748a0
sata_mv: implement IRQ coalescing (v2)
by Mark Lord
· 16 years ago
40f21b1
sata_mv: cosmetic preparations for IRQ coalescing
by Mark Lord
· 16 years ago
70f8b79
[libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis().
by Mark Lord
· 16 years ago
d16ab3f
[libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv.
by Mark Lord
· 16 years ago
42ed893
[libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()
by Mark Lord
· 16 years ago
c01e8a2
[libata] sata_mv: Enable use of (basic) DMA for ATAPI on GEN_IIE chips
by Mark Lord
· 16 years ago
08da175
[libata] sata_mv: cache frequently-accessed registers
by Mark Lord
· 16 years ago
84bcbee
sata_mv: remove leftovers
by Mark Lord
· 16 years ago
66e57a2
sata_mv: optimize use of mv_edma_cfg
by Mark Lord
· 16 years ago
da14265
sata_mv: introduce support for ATAPI devices
by Mark Lord
· 16 years ago
32cd11a
sata_mv: mv_fill_sg fixes v2
by Mark Lord
· 16 years ago
95db505
sata_mv: update ata_qc_from_tag
by Mark Lord
· 16 years ago
f48765c
sata_mv: restructure mv_qc_issue
by Mark Lord
· 16 years ago
00b8123
sata_mv: rearrange mv_start_dma() and friends
by Mark Lord
· 16 years ago
91b1a84
sata_mv: cleanup chipset GENeration FLAGS
by Mark Lord
· 16 years ago
9d51af7
sata_mv: fix MSI irq race condition
by Mark Lord
· 16 years ago
6be96ac
sata_mv: fix SoC interrupt breakage
by Mark Lord
· 16 years ago
4462254
sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742
by Mark Lord
· 16 years ago
6d3c30e
sata_mv: msi masking fix (v2)
by Mark Lord
· 16 years ago
5d0fb2e
sata_mv: Properly initialize main irq mask
by Thomas Reitmayr
· 16 years ago
cd12e1f
sata_mv: remove bogus nsect restriction
by Mark Lord
· 16 years ago
cae6edc
sata_mv: don't read hc_irq_cause
by Mark Lord
· 16 years ago
b0bccb1
sata_mv: fix 8-port timeouts on 508x/6081 chips
by Mark Lord
· 16 years ago
bd353ff
[libata] Update kernel-doc comments to match source code
by Qinghuang Feng
· 16 years ago
82ef04f
libata: make SCR access ops per-link
by Tejun Heo
· 16 years ago
46c5784
sata_mv: add RocketRaid 1720 PCI ID to driver
by Mark Lord
· 16 years ago
eb3a55a
sata_mv: add the Gen IIE flag to the SoC devices.
by Saeed Bishara
· 16 years ago
4bdee6c
sata_mv: don't issue two DMA commands concurrently
by Tejun Heo
· 16 years ago
c7843e8
sata_mv: safer logic for limit_warnings
by Mark Lord
· 16 years ago
c6112bd
sata_mv: warn on PIO with multiple DRQs
by Mark Lord
· 16 years ago
Next »