Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6e86e0419471d11ed3d4d46039ee90e8cb85806c
/
drivers
/
ata
1529c69
ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1
by Tejun Heo
· 14 years ago
c6353b4
ahci,ata_generic: let ata_generic handle new MBP w/ MCP89
by Tejun Heo
· 14 years ago
f9ce889
libahci: Fix bug in storing EM messages
by Harry Zhang
· 14 years ago
1082345
sata_sil24: Use memory barriers before issuing commands
by Catalin Marinas
· 14 years ago
14e45c1
sata_sil24: memset() overflow
by Dan Carpenter
· 14 years ago
0ee7195
ahci: redo stopping DMA engines on empty ports
by Tejun Heo
· 14 years ago
7a4f876
sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24
by Colin Tuckley
· 14 years ago
b475a3b
sata_via: explain the magic fix
by Tejun Heo
· 14 years ago
ad84563
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 14 years ago
d8d9129
libata: implement on-demand HPA unlocking
by Tejun Heo
· 14 years ago
68939ce
libata: use the enlarged capacity after late HPA unlock
by Tejun Heo
· 14 years ago
ed4e2f8
libata-sff: trivial corrections to Kconfig help text
by Stefan Richter
· 14 years ago
f3faf8f
sata_nv: don't diddle with nIEN on mcp55
by Tejun Heo
· 14 years ago
8b27ff4
sata_via: magic vt6421 fix for transmission problems w/ WD drives
by Tejun Heo
· 14 years ago
c2cdf6a
powerpc/macio: Fix probing of macio devices by using the right of match table
by Benjamin Herrenschmidt
· 14 years ago
43c9c59
libata: implement dump_id force param
by Tejun Heo
· 14 years ago
e7ecd43
libata: disable ATAPI AN by default
by Tejun Heo
· 14 years ago
9a7780c
libata-sff: make BMDMA optional
by Tejun Heo
· 14 years ago
d6b0de8
libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cf
by Tejun Heo
· 14 years ago
1c5afdf
libata-sff: separate out BMDMA init
by Tejun Heo
· 14 years ago
c3b2889
libata-sff: separate out BMDMA irq handler
by Tejun Heo
· 14 years ago
37f65b8
libata-sff: ata_sff_irq_clear() is BMDMA specific
by Tejun Heo
· 14 years ago
2f20ccf
sata_mv: drop unncessary EH callback resetting
by Tejun Heo
· 14 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
bd7fc2f
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
360ff78
libata-sff: separate out BMDMA qc_issue
by Tejun Heo
· 15 years ago
f60d701
libata-sff: prd is BMDMA specific
by Tejun Heo
· 15 years ago
f47451c
libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific
by Tejun Heo
· 15 years ago
fe06e5f
libata-sff: separate out BMDMA EH
by Tejun Heo
· 15 years ago
c429137
libata-sff: port_task is SFF specific
by Tejun Heo
· 15 years ago
5fe7454
libata-sff: ap->[last_]ctl are SFF specific
by Tejun Heo
· 15 years ago
8244cd0
libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()
by Tejun Heo
· 15 years ago
270390e
libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()
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
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
9f2f721
libata-sff: reorder SFF/BMDMA functions
by Tejun Heo
· 15 years ago
6bc0d39
sata_inic162x: kill PORT_PRD_ADDR initialization
by Tejun Heo
· 15 years ago
3e4ec34
libata: kill ATA_FLAG_DISABLED
by Tejun Heo
· 15 years ago
c7a8209
libata-sff: kill unused prototype and make ata_dev_select() static
by Tejun Heo
· 15 years ago
2a7adff
libata-sff: update bmdma host bus error handling
by Tejun Heo
· 15 years ago
1b959c4
sata_mv: remove unnecessary initialization
by Tejun Heo
· 15 years ago
6f79146
sata_inic162x: inic162x is not dependent on CONFIG_ATA_SFF
by Tejun Heo
· 15 years ago
904924b
pata_sch: use ata_pci_sff_init_one()
by Tejun Heo
· 15 years ago
c4acf99
pata_sil680: Do our own exec_command posting
by Alan Cox
· 15 years ago
978c066
libata: Remove excess delay in the tf_load path
by Alan Cox
· 15 years ago
95cc2c7
sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()
by Tejun Heo
· 14 years ago
3842e83
libata: don't flush dcache on slab pages
by Sebastian Andrzej Siewior
· 15 years ago
276a47a
pata_cmd640: don't read CFR pointlessly
by Sergei Shtylyov
· 15 years ago
e42a542
libata: make sff_irq_on() method optional
by Sergei Shtylyov
· 15 years ago
41dec29
libata: introduce sff_set_devctl() method
by Sergei Shtylyov
· 15 years ago
5578718
ahci_platform: properly set up EM messaging
by Jeff Garzik
· 14 years ago
c062316
ahci: add "em_buffer" attribute for AHCI hosts
by Harry Zhang
· 15 years ago
008dbd6
ahci: EM message type auto detect
by Harry Zhang
· 15 years ago
ec86c81
pata_scc: kill useless check in scc_postreset()
by Sergei Shtylyov
· 15 years ago
fe6005b
pata_scc: make scc_wait_after_reset() static
by Sergei Shtylyov
· 15 years ago
9990b6f
libata: use __ratelimit
by Akinobu Mita
· 15 years ago
b48d58f
libata: use longer 0xff wait if parallel scan is enabled
by Tejun Heo
· 15 years ago
2944408
libata-sff: kill unused ata_bus_reset()
by Sergei Shtylyov
· 15 years ago
4f2c774
[libata] Disable R_OK (Early ACK) on SII 3726 PMP
by Grant Grundler
· 15 years ago
fbaf666
libata: update gfp/slab.h includes
by Tejun Heo
· 15 years ago
83f2b96
ahci: implement AHCI_HFLAG_NO_FPDMA_AA and update NV quirks
by Tejun Heo
· 15 years ago
ec569af
pata_mpc52xx: reduce code size by simple change of constant data types
by Roman Fietze
· 15 years ago
441577e
ahci: clean up board IDs
by Tejun Heo
· 15 years ago
96d6030
ahci: Turn off DMA engines when there's no device attached
by Matthew Garrett
· 15 years ago
1c2a49f
ahci: Add platform driver
by Anton Vorontsov
· 15 years ago
365cfa1
ahci: Move generic code into libahci
by Anton Vorontsov
· 15 years ago
0cbb0e7
ahci: Introduce ahci_set_em_messages()
by Anton Vorontsov
· 15 years ago
439fcae
ahci: Factor out PCI specifics from ahci_print_info()
by Anton Vorontsov
· 15 years ago
781d655
ahci: Factor out PCI specifics from ahci_init_controller()
by Anton Vorontsov
· 15 years ago
97cfbfe
ahci: Get rid of pci_dev argument in ahci_port_init()
by Anton Vorontsov
· 15 years ago
3303040
ahci: Factor out PCI specifics from ahci_reset_controller()
by Anton Vorontsov
· 15 years ago
1d51335
ahci: Get rid of pci_dev argument in ahci_save_initial_config()
by Anton Vorontsov
· 15 years ago
394d6e5
ahci: Factor out PCI specifics from ahci_save_initial_config()
by Anton Vorontsov
· 15 years ago
d899334
ahci: Get rid of host->iomap usage
by Anton Vorontsov
· 15 years ago
a371b37
pata_pcmcia: get rid of extra indirection
by Dominik Brodowski
· 15 years ago
eb14120
pcmcia: re-work pcmcia_request_irq()
by Dominik Brodowski
· 15 years ago
85ea2d3
pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs
by Kristoffer Ericson
· 15 years ago
a09bf4c
libata: ensure NCQ error result taskfile is fully initialized
by Jeff Garzik
· 15 years ago
f25798e
pata_pcmcia/ide-cs: add IDs for transcend and kingston cards
by Kristoffer Ericson
· 15 years ago
fa41efd
libata: fix locking around blk_abort_request()
by Tejun Heo
· 15 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
445d211
libata: unlock HPA if device shrunk
by Tejun Heo
· 15 years ago
68b0ddb
libata: disable NCQ on Crucial C300 SSD
by Tejun Heo
· 15 years ago
c710f78
libata: don't whine on spurious IRQ
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
bc8a673
pata_via: fix VT6410/6415/6330 detection issue
by JosephChan@via.com.tw
· 15 years ago
332ac7f
libata-sff: fix spurious IRQ handling
by Tejun Heo
· 15 years ago
4f1deba
pata_via: Add VIA VX900 support
by JosephChan@via.com.tw
· 15 years ago
5db5b02
ahci: pp->active_link is not reliable when FBS is enabled
by Shane Huang
· 15 years ago
9deb343
ahci: use BIOS date in broken_suspend list
by Tejun Heo
· 15 years ago
603037c
ahci: add missing nv IDs
by Tejun Heo
· 15 years ago
8839316
Fix typos in comments
by Thomas Weber
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
379e3a8
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 15 years ago
a55ab49
sata_via: Delay on vt6420 when starting ATAPI DMA write
by Bart Hartgers
· 15 years ago
7e044a1
pata_efar: Enable parallel scanning
by Alan Cox
· 15 years ago
1d3a811
pata_atiixp: enable parallel scan
by Alan Cox
· 15 years ago
Next »