Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5882842f9b86179e1fe2e17e35e0e46a268d04e4
/
drivers
/
ata
0affa45
libata: Change "write_data" to "rw" for some function documentations
by Linus Nilsson
· 17 years ago
9b73e76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
d0ad3bc
[SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSI
by James Bottomley
· 17 years ago
a984f58
fix drivers/ata/sata_fsl.c double-decl
by akpm@linux-foundation.org
· 17 years ago
7ccd720
[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
by James Bottomley
· 17 years ago
b832548
pata_legacy: Merge winbond support
by Alan Cox
· 17 years ago
5e8f757
ata_generic: Cenatek support
by Alan Cox
· 17 years ago
3e9b902
pata_winbond: error return
by Alan Cox
· 17 years ago
0f06978
pata_serverworks: Fix cable types and cosmetics
by Alan Cox
· 17 years ago
0eaea36
pata_mpc52xx: remove un-needed assignment
by Alan Cox
· 17 years ago
75f9caf
libata: fix off-by-one in error categorization
by Tejun Heo
· 17 years ago
b710a1f
ahci: factor out AHCI enabling and enable AHCI before reading CAP
by Tejun Heo
· 17 years ago
c729072
ata_piix: implement SIDPR SCR access
by Tejun Heo
· 17 years ago
8b09f0d
ata_piix: convert to prepare - activate initialization
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
cadb734
[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()
by akpm@linux-foundation.org
· 17 years ago
defc9cd
pata_legacy: resychronize with upstream changes and resubmit
by Alan Cox
· 17 years ago
c294f1b
[libata] pata_legacy: typo fix
by Andrew Morton
· 17 years ago
045eeb4
[libata] pata_winbond: update for new ->data_xfer hook
by Andrew Morton
· 17 years ago
f885521
pata_pcmcia: convert to new data_xfer prototype
by Tejun Heo
· 17 years ago
4ca4e43
libata annotations and fixes
by Al Viro
· 17 years ago
35a10a8
libata: use dev_driver_string() instead of "libata" in libata-sff.c
by Tejun Heo
· 17 years ago
723159c
ata_piix: kill unused constants and flags
by Tejun Heo
· 17 years ago
442eacc
libata: make ata_port_queue_task() an internal function
by Jeff Garzik
· 17 years ago
d7b1745
pata_pcmcia: Minor cleanups and support for dual channel cards
by Alan Cox
· 17 years ago
c5038fc
libata/pata_it821x: Improve handling of poorly compatible emulations
by Alan Cox
· 17 years ago
a5df2ea
pata_pcmcia: Add support for dumb 8bit IDE emulations
by Alan Cox
· 17 years ago
0bcc65a
libata: make qc->nbytes include extra buffers
by Tejun Heo
· 17 years ago
ff2aeb1
libata: convert to chained sg
by Tejun Heo
· 17 years ago
f92a263
libata: change ATA_QCFLAG_DMAMAP semantics
by Tejun Heo
· 17 years ago
001102d
libata: kill non-sg DMA interface
by Tejun Heo
· 17 years ago
55dba31
libata: update ->data_xfer hook for ATAPI
by Tejun Heo
· 17 years ago
0dc3688
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
by Tejun Heo
· 17 years ago
0106372
libata: zero xfer length on ATAPI data xfer IRQ is HSM violation
by Albert Lee
· 17 years ago
93f8fec
libata: make atapi_request_sense() use sg
by Tejun Heo
· 17 years ago
1973a02
libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()
by Tejun Heo
· 17 years ago
40f46f1
pata_hpt37x: checkpatch fixes
by Andrew Morton
· 17 years ago
e6a73ab
drivers/ata/libata-eh.c: fix printk warning
by Andrew Morton
· 17 years ago
ce54d16
pata_amd: update mode selection for NV PATAs
by Tejun Heo
· 17 years ago
021ee9a
libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()
by Tejun Heo
· 17 years ago
a0f79b9
libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_acpi
by Tejun Heo
· 17 years ago
5df91a2
libata: fix ata_acpi_gtm_xfermask()
by Tejun Heo
· 17 years ago
7c77fa4
libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()
by Tejun Heo
· 17 years ago
9cde9ed1
ata_piix: separate controller IDs into separate enum
by Tejun Heo
· 17 years ago
46a6714
sata_promise: make pdc_atapi_pkt() use values from qc->tf
by Tejun Heo
· 17 years ago
c88f90c
libata: add ATA_CBL_PATA_IGN
by Tejun Heo
· 17 years ago
7dc951a
libata: xfer_mask is unsigned long not unsigned int
by Tejun Heo
· 17 years ago
9d3501a
libata: kill ata_id_to_dma_mode()
by Tejun Heo
· 17 years ago
70cd071
libata: clean up xfermode / PATA timing related stuff
by Tejun Heo
· 17 years ago
6357357
libata: export xfermode / PATA timing related functions
by Tejun Heo
· 17 years ago
f8ab6d8
ata_generic: unindent loop in generic_set_mode()
by Tejun Heo
· 17 years ago
e39eec1
[libata] Build fix WRT ata_is_xxx() new API introduction
by Jeff Garzik
· 17 years ago
76326ac
libata: implement fast speed down for unverified data transfer mode
by Tejun Heo
· 17 years ago
00115e0
libata: implement ATA_DFLAG_DUBIOUS_XFER
by Tejun Heo
· 17 years ago
663f99b
libata: adjust speed down rules
by Tejun Heo
· 17 years ago
3884f7b
libata: clean up EH speed down implementation
by Tejun Heo
· 17 years ago
6f1d1e3
libata: move ata_set_mode() to libata-eh.c
by Tejun Heo
· 17 years ago
02c05a2
libata: factor out ata_eh_schedule_probe()
by Tejun Heo
· 17 years ago
405e66b
libata: implement protocol tests
by Tejun Heo
· 17 years ago
11b7bec
libata: checkpatch fixes
by Jeff Garzik
· 17 years ago
49f2909
ahci: update PCS programming
by Tejun Heo
· 17 years ago
51dbd49
pata_ninja32: Cardbus ATA initial support
by Alan Cox
· 17 years ago
76548ed
libata-sff: tf_load
by Alan Cox
· 17 years ago
b9f8ab2
libata: IORDY handling
by Alan Cox
· 17 years ago
bd3adca
libata-acpi: add ACPI _PSx method
by Shaohua Li
· 17 years ago
ae8d4ee
libata: Disable ATA8-ACS proposed Trusted Computing features by default
by Alan Cox
· 17 years ago
ffe188d
ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.
by Peter Schwenke
· 17 years ago
aa8f237
pata_pdc202xx_old: Fix crashes with ATAPI
by Alan Cox
· 17 years ago
0f75774
[libata] core checkpatch fix
by Andrew Morton
· 17 years ago
ed722d3
[libata] pata_bf54x: checkpatch fixes
by Andrew Morton
· 17 years ago
b50e56d
libata fixes for sparse-found problems
by Al Viro
· 17 years ago
d8cf538
libata: relocate sdev->manage_start_stop configuration
by Tejun Heo
· 17 years ago
c2e14f1
sata_sil24: freeze on non-dev errors reported via CERR
by Tejun Heo
· 17 years ago
7293fa8
sata_sil24: fix stupid typo
by Tejun Heo
· 17 years ago
25f9813
ata_piix: ignore ATA_DMA_ERR on vmware ich4
by Tejun Heo
· 17 years ago
465ff31
[SCSI] relax scsi dma alignment
by James Bottomley
· 17 years ago
9b8e8de
libata and starting/stopping ATAPI floppy devices
by Ondrej Zary
· 17 years ago
13cc546
sata_sil24: prevent hba lockup when pass-through ATA commands are used
by Gwendal Grignou
· 17 years ago
4ccd332
libata: don't normalize UNKNOWN to NONE after reset
by Tejun Heo
· 17 years ago
2695e36
libata-pmp: propagate timeout to host link
by Tejun Heo
· 17 years ago
8048307
libata-pmp: 4726 hates SRST
by Tejun Heo
· 17 years ago
af18374
pata_ixp4xx_cf: fix compilation introduced by ata_port_desc() conversion
by Rod Whitby
· 17 years ago
36906d9
pata_pdc202xx_old: Further fixups
by Alan Cox
· 17 years ago
277d72a
libata-sff: PCI IRQ handling fix
by Alan Cox
· 17 years ago
b14dabc
sata_qstor: use hardreset instead of softreset
by Tejun Heo
· 17 years ago
f941b16
pata_hpt37x: Fix HPT374 detection
by Alan Cox
· 17 years ago
140b5e5
libata: fix ATAPI draining
by Tejun Heo
· 17 years ago
f2dfc1a
libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size
by Tejun Heo
· 17 years ago
3264a8d
libata-acpi: implement _GTF command filtering
by Tejun Heo
· 17 years ago
0e8634b
libata-acpi: improve _GTF execution error handling and reporting
by Tejun Heo
· 17 years ago
66fa7f2
libata-acpi: improve ACPI disabling
by Tejun Heo
· 17 years ago
398e078
libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM during resume
by Tejun Heo
· 17 years ago
c05e6ff
libata-acpi: implement and use ata_acpi_init_gtm()
by Tejun Heo
· 17 years ago
562f0c2
libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()
by Tejun Heo
· 17 years ago
7f9ad9b
libata: ata_dev_disable() should be called from EH context
by Tejun Heo
· 17 years ago
0d02f0b
libata-acpi: adjust constness in ata_acpi_gtm/stm() parameters
by Tejun Heo
· 17 years ago
4e52003
sata_mv: improve warnings about Highpoint RocketRAID 23xx cards
by Mark Lord
· 17 years ago
e41bd3e
libata: add ST3160023AS / 3.42 to NCQ blacklist
by Tejun Heo
· 17 years ago
f7fe7ad4
libata: clear link->eh_info.serror from ata_std_postreset()
by Tejun Heo
· 17 years ago
8cf32ac
sata_sil: fix spurious IRQ handling
by Tejun Heo
· 17 years ago
Next »