index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-02
sata-fsl: Apply link speed limits
Martin Hicks
1
-0
/
+2
2015-02-13
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-54
/
+54
2015-02-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-11
/
+9
2015-02-11
sata_dwc_460ex: disable COMPILE_TEST again
Linus Torvalds
1
-1
/
+1
2015-02-09
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Tejun Heo
8
-13
/
+54
2015-02-03
ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode c...
Suman Tripathi
1
-1
/
+2
2015-02-03
ata: libahci: Use of_platform_device_create only if supported
Guenter Roeck
1
-1
/
+3
2015-02-03
sata_mv: Delete unnecessary checks before the function call "phy_power_off"
Markus Elfring
1
-4
/
+2
2015-02-03
ata: Delete unnecessary checks before the function call "pci_dev_put"
Markus Elfring
1
-4
/
+2
2015-01-29
ata: pata_platform: fix owner module reference mismatch for scsi host
Akinobu Mita
2
-5
/
+13
2015-01-29
ata: ahci_platform: fix owner module reference mismatch for scsi host
Akinobu Mita
10
-22
/
+80
2015-01-27
pata_pdc2027x: Use 64-bit timekeeping
Tina Ruchandani
1
-5
/
+5
2015-01-26
libata: make sata_sil24 use fifo tag allocator
Shaohua Li
1
-0
/
+1
2015-01-25
libata: move sas ata tag allocation to libata-scsi.c
Shaohua Li
3
-77
/
+46
2015-01-24
libata: use blk taging
Shaohua Li
3
-15
/
+45
2015-01-21
ata: libahci: Fix devres cleanup on failure
Thierry Reding
1
-1
/
+2
2015-01-20
libata: fixup oops in ata_eh_link_report()
Hannes Reinecke
1
-2
/
+3
2015-01-19
libata: prevent HSM state change race between ISR and PIO
David Jeffery
1
-0
/
+12
2015-01-19
ata: libahci: Allow using multiple regulators
Gregory CLEMENT
3
-75
/
+171
2015-01-19
ata: libahci: Clean-up the ahci_platform_en/disable_phys functions
Gregory CLEMENT
1
-6
/
+0
2015-01-19
libata: allow sata_sil24 to opt-out of tag ordered submission
Dan Williams
2
-2
/
+5
2015-01-19
sata_rcar: extend PM methods
Mikhail Ulyanov
1
-2
/
+23
2015-01-13
ata: pata_at91: depend on !ARCH_MULTIPLATFORM
Alexandre Belloni
1
-0
/
+1
2015-01-13
ahci: Remove Device ID for Intel Sunrise Point PCH
James Ralston
1
-1
/
+0
2015-01-12
sata_dwc_460ex: disable compilation on ARM and ARM64
Andy Shevchenko
1
-1
/
+1
2015-01-11
ata: libata-core: Remove unused function
Rickard Strandqvist
2
-28
/
+0
2015-01-10
ahci: Use dev_info() to inform about the lack of Device Sleep support
Gabriele Mazzotta
1
-1
/
+1
2015-01-09
libata: use __scsi_format_command()
Hannes Reinecke
1
-10
/
+7
2015-01-08
libata: Whitelist SSDs that are known to properly return zeroes after TRIM
Martin K. Petersen
2
-8
/
+33
2015-01-08
sata_dwc_460ex: convert to devm_kzalloc in ->probe()
Andy Shevchenko
1
-18
/
+6
2015-01-08
sata_dwc_460ex: remove extra message
Andy Shevchenko
1
-6
/
+2
2015-01-08
sata_dwc_460ex: use np local variable in ->probe()
Andy Shevchenko
1
-4
/
+4
2015-01-08
sata_dwc_460ex: fix most of the sparse warnings
Andy Shevchenko
1
-34
/
+33
2015-01-08
sata_dwc_460ex: enable COMPILE_TEST for the driver
Andy Shevchenko
2
-1
/
+13
2015-01-08
sata_dwc_460ex: remove redundant dev_set_drvdata
Andy Shevchenko
1
-1
/
+0
2015-01-08
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Tejun Heo
1
-14
/
+12
2015-01-07
sata_dwc_460ex: fix resource leak on error path
Andy Shevchenko
1
-14
/
+12
2015-01-07
libata: Remove FIXME comment in atapi_eh_request_sense
Nicholas Krause
1
-1
/
+0
2015-01-06
ahci_xgene: Implement the workaround to support PMP enumeration and discovery.
Suman Tripathi
1
-5
/
+128
2015-01-06
ahci_xgene: Implement the xgene_ahci_poll_reg_val to support PMP.
Suman Tripathi
1
-2
/
+54
2015-01-06
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Tejun Heo
2
-6
/
+9
2015-01-05
libata: export ata_get_cmd_descript()
Andy Shevchenko
1
-0
/
+1
2015-01-05
ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode ...
Suman Tripathi
1
-5
/
+7
2015-01-05
ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller dr...
Suman Tripathi
1
-1
/
+1
2014-12-25
libata: s/ata_id_removeable()/ata_id_removable()/
Nicholas Krause
1
-2
/
+2
2014-12-19
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
27
-27
/
+0
2014-12-13
PM / Kconfig: Replace PM_RUNTIME with PM in dependencies
Rafael J. Wysocki
1
-1
/
+1
2014-12-12
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
5
-13
/
+62
2014-12-09
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2
-14
/
+7
[next]