Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6b3d626321c1d4ce9138a86b047dfafc6a403016
/
drivers
/
ata
4cdfa1b
libata-core: fix kernel-doc warning
by Randy Dunlap
· 17 years ago
b1f5dc4
sata_fsl: fix build with ATA_VERBOSE_DEBUG
by Anton Vorontsov
· 17 years ago
e39fc8c
[libata] ahci: AMD SB700/SB800 SATA support 64bit DMA
by Shane Huang
· 17 years ago
39f25e7
libata-pmp: clear hob for pmp register accesses
by Mark Lord
· 17 years ago
9116300
libata: automatically use DMADIR if drive/bridge requires it
by Tejun Heo
· 17 years ago
559bbe6
power_state: get rid of write-only variable in SATA
by Pavel Machek
· 17 years ago
635adc2
pata_atiixp: Use 255 sector limit
by Alan Cox
· 17 years ago
3a2d5b7
PM: Introduce PM_EVENT_HIBERNATE callback state
by Rafael J. Wysocki
· 17 years ago
73fd8b6
libata: fix kernel-doc parameter warning
by Randy Dunlap
· 17 years ago
f1cb0ea
sata_mv: remove iounmap in mv_platform_remove and use devm_iomap
by Saeed Bishara
· 17 years ago
3326732
libata: implement libata.force module parameter
by Tejun Heo
· 17 years ago
0fca0d6
sata_mv: use hpriv->base instead of the host->iomap
by Saeed Bishara
· 17 years ago
2e7e121
sata_mv: Define module alias for platform device
by Martin Michlmayr
· 17 years ago
cb616dd
ata: fix sparse warnings in pata_legacy.c
by Harvey Harrison
· 17 years ago
fa2fc7f
libata: implement drain buffers
by James Bottomley
· 17 years ago
dde2020
libata: eliminate the home grown dma padding in favour of
by James Bottomley
· 17 years ago
56c819d
libata: update ATAPI overflow draining
by Tejun Heo
· 17 years ago
b152fcd
ide/libata: ST310211A has buggy HPA too
by Mikko Rapeli
· 17 years ago
5410f72
ata: fix sparse warning in pata_acpi.c
by Harvey Harrison
· 17 years ago
42268e2
ata: fix sparse warning in pata_marvell.c
by Harvey Harrison
· 17 years ago
ef2f2e4
ata: fix sparse warning in pata_jmicron.c
by Harvey Harrison
· 17 years ago
2072fb5
ata: fix sparse warning in pata_cs5536.c
by Harvey Harrison
· 17 years ago
d98f88c
ata: sparse fixes for pata_amd.c
by Harvey Harrison
· 17 years ago
1ec414e
pata_scc.c: add thaw ops
by Akira Iguchi
· 17 years ago
b6966a6
pata_cs5536.c bugfix
by Martin K. Petersen
· 17 years ago
7a3a16f
pata_legacy: don't call ata_host_detach() after initialization failure
by Tejun Heo
· 17 years ago
5ab063e
ata: fix sparse warnings in sata_mv.c
by Harvey Harrison
· 17 years ago
48e1f80
ata: fix sparse warning in sata_via.c
by Harvey Harrison
· 17 years ago
6903c0f
ata: fix sparse warning in sata_promise.c
by Harvey Harrison
· 17 years ago
018d982
ata: fix sparse warning in ata_piix.c
by Harvey Harrison
· 17 years ago
eeb37ac
ata: fix sparse warning in libata-core.c
by Harvey Harrison
· 17 years ago
08f0105
ata: make ata_scsiop_inq_89 static in libata-scsi.c
by Harvey Harrison
· 17 years ago
fbf14e2
sata_mv: platform driver allocs dma without create
by Byron Bradley
· 17 years ago
4194645
pata_ninja32: setup changes
by Alan Cox
· 17 years ago
8397248
pata_legacy: typo fix
by Alan Cox
· 17 years ago
c9544bc
pata_amd: Note in the module description it handles Nvidia
by Alan Cox
· 17 years ago
8f71efe
sata_mv: fix loop with last port
by Yinghai Lu
· 17 years ago
4055dee
libata: ignore deverr on SETXFER if mode is configured
by Tejun Heo
· 17 years ago
7585eb1
pata_via: fix SATA cable detection on cx700
by Tejun Heo
· 17 years ago
bc5468f
ata_piix.c:piix_init_one() must be __devinit
by Adrian Bunk
· 17 years ago
4f743d1
sata_via.c: Remove missleading comment.
by Alejandro Riveira Fernández
· 17 years ago
223f95f
libata-core: unblacklist HITACHI drives
by David Milburn
· 17 years ago
8959d30
sata_nv: fix ATAPI issues with memory over 4GB (v7)
by Robert Hancock
· 17 years ago
8d8b600
ata: drivers/ata/sata_mv.c needs dmapool.h
by Andrew Morton
· 17 years ago
37198e3
libata: kill now unused n_iter and fix sata_fsl
by James Bottomley
· 17 years ago
837f5f8
ahci: fix CAP.NP and PI handling
by Tejun Heo
· 17 years ago
f351b2d
sata_mv: Support SoC controllers
by Saeed Bishara
· 17 years ago
0a87e3e
Rename: linux/pata_platform.h to linux/ata_platform.h
by Jeff Garzik
· 17 years ago
b7d8629
iommu sg merging: sata_inic162x: use pci_set_dma_max_seg_size
by FUJITA Tomonori
· 17 years ago
1967b7f
drivers/ata/: Spelling fixes
by Joe Perches
· 17 years ago
215e871
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 17 years ago
0948391
PCI: Remove users of pci_enable_device_bars()
by Benjamin Herrenschmidt
· 17 years ago
9f24e82
Blackfin pata-bf54x driver: fix compiling bug - no ata_port struct in struct ata_device any more
by Bryan Wu
· 17 years ago
30d849c
Blackfin pata-bf54x driver: should cover all possible interrupt sources
by Sonic Zhang
· 17 years ago
f920411
Blackfin pata-bf54x driver: Add debug information
by Sonic Zhang
· 17 years ago
a315acd
Blackfin pata-bf54x driver: Remove obsolete PM function
by Sonic Zhang
· 17 years ago
92ba5d0
pata_sl82c105: dual channel support
by Alan Cox
· 17 years ago
4a537a5
ata_piix.c: make piix_merge_scr() static
by Adrian Bunk
· 17 years ago
a1fe782
sata_nv: fix for completion handling
by Robert Hancock
· 17 years ago
7bb3c52
sata_mv: Remove PCI dependency
by Saeed Bishara
· 17 years ago
1fd2e1c
sata_mv ncq Comments and version bump
by Mark Lord
· 17 years ago
a838b17
sata_mv ncq Remove post internal cmd op
by Mark Lord
· 17 years ago
138bfdd
sata_mv ncq Enable NCQ operation
by Mark Lord
· 17 years ago
eb73d55
sata_mv ncq Introduce per-tag SG tables
by Mark Lord
· 17 years ago
bf7f22b
ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's
by Jason Gaston
· 17 years ago
16ad1ad
ahci: RAID mode SATA patch for Intel ICH10 DeviceID's
by Jason Gaston
· 17 years ago
da2fa9b
sata_mv ncq Use DMA memory pools for hardware memory tables
by Mark Lord
· 17 years ago
f273827
sata_mv ncq Restrict max sectors to 8-bits on GenII NCQ
by Mark Lord
· 17 years ago
cb92441
sata_mv ncq Ignore response status LSB on NCQ
by Mark Lord
· 17 years ago
8c0aeb4
sata_mv ncq Use hqtag instead of ioid
by Mark Lord
· 17 years ago
7210916
sata_mv ncq Add want ncq parameter for EDMA configuration
by Mark Lord
· 17 years ago
0c58912
sata_mv ncq Fix EDMA configuration
by Mark Lord
· 17 years ago
f630d56
sata_mv ncq Rename base to port mmio
by Mark Lord
· 17 years ago
646a4da
sata_mv ncq Mask transient IRQs
by Mark Lord
· 17 years ago
3606a38
sata_mv ncq EH fixes
by Mark Lord
· 17 years ago
bd45ac0
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
4eece4c
Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx
by Paul Mackerras
· 17 years ago
0affa45
libata: Change "write_data" to "rw" for some function documentations
by Linus Nilsson
· 17 years ago
05a07af
[POWERPC] 83xx: enable FSL SATA driver config for Freescale SoCs
by Kim Phillips
· 17 years ago
66ffbe4
[POWERPC] mpc5200: normalize compatible property bindings
by Grant Likely
· 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
9156ad4
Merge branch 'linux-2.6'
by Paul Mackerras
· 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
Next »