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
/
sata_sil24.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-19
libata: eliminate the home grown dma padding in favour of
James Bottomley
1
-5
/
+0
2008-01-23
libata: convert to chained sg
Tejun Heo
1
-3
/
+3
2008-01-23
libata: implement protocol tests
Tejun Heo
1
-20
/
+4
2008-01-15
sata_sil24: freeze on non-dev errors reported via CERR
Tejun Heo
1
-0
/
+3
2008-01-15
sata_sil24: fix stupid typo
Tejun Heo
1
-1
/
+1
2008-01-11
sata_sil24: prevent hba lockup when pass-through ATA commands are used
Gwendal Grignou
1
-11
/
+26
2007-11-24
sata_sil24: fix sg table sizing
Tejun Heo
1
-3
/
+23
2007-10-30
libata: stop being overjealous about non-IO commands
Tejun Heo
1
-3
/
+3
2007-10-29
[libata] Address some checkpatch-spotted issues
Jeff Garzik
1
-4
/
+5
2007-10-19
[libata] kill ata_sg_is_last()
Jeff Garzik
1
-4
/
+7
2007-10-12
libata: use ata_exec_internal() for PMP register access
Tejun Heo
1
-30
/
+0
2007-10-12
sata_sil24: implement PORT_RST
Tejun Heo
1
-23
/
+70
2007-10-12
sata_sil24: implement PMP support
Tejun Heo
1
-21
/
+206
2007-10-12
libata-pmp-prep: implement sata_async_notification()
Tejun Heo
1
-4
/
+1
2007-10-12
libata-pmp-prep: implement ops->qc_defer()
Tejun Heo
1
-0
/
+1
2007-10-12
libata: misc updates for AN
Tejun Heo
1
-2
/
+11
2007-10-12
libata: implement and use ata_port_desc() to report port configuration
Tejun Heo
1
-2
/
+5
2007-10-12
[libata] Remove ->port_disable() hook
Jeff Garzik
1
-2
/
+0
2007-10-12
[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
Jeff Garzik
1
-2
/
+0
2007-10-12
libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags
Tejun Heo
1
-2
/
+5
2007-10-12
libata-link: linkify reset
Tejun Heo
1
-12
/
+14
2007-10-12
libata-link: linkify PHY-related functions
Tejun Heo
1
-5
/
+5
2007-10-12
libata-link: introduce ata_link
Tejun Heo
1
-7
/
+7
2007-09-26
sata_sil24: fix IRQ clearing race when PCIX_IRQ_WOC is used
Tejun Heo
1
-4
/
+12
2007-08-31
[libata] Bump driver versions
Jeff Garzik
1
-1
/
+1
2007-07-20
libata: make ->scr_read/write callbacks return error code
Tejun Heo
1
-6
/
+11
2007-07-20
libata: improve EH report formatting
Tejun Heo
1
-6
/
+6
2007-07-20
sata_sil24: separate out sil24_do_softreset()
Tejun Heo
1
-3
/
+10
2007-07-20
sata_sil24: separate out sil24_exec_polled_cmd()
Tejun Heo
1
-20
/
+56
2007-07-20
sata_sil24: replace sil24_update_tf() with sil24_read_tf()
Tejun Heo
1
-9
/
+14
2007-07-20
libata: add @is_cmd to ata_tf_to_fis()
Tejun Heo
1
-1
/
+1
2007-07-09
[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info
Jeff Garzik
1
-3
/
+3
2007-07-09
sata_sil24: sil24_interrupt() micro-optimisation
Mikael Pettersson
1
-1
/
+1
2007-05-22
libata: bump versions
Jeff Garzik
1
-1
/
+1
2007-05-16
libata-acpi: add ATA_FLAG_ACPI_SATA port flag
Tejun Heo
1
-1
/
+2
2007-05-12
libata: reimplement suspend/resume support using sdev->manage_start_stop
Tejun Heo
1
-4
/
+0
2007-05-01
libata: add deadline support to prereset and reset methods
Tejun Heo
1
-4
/
+6
2007-04-28
libata: convert the remaining SATA drivers to new init model
Tejun Heo
1
-71
/
+40
2007-04-28
libata: improve AC_ERR_DEV handling for ->post_internal_cmd
Tejun Heo
1
-4
/
+1
2007-04-28
libata: dev_config does not need ap and adev passing
Alan
1
-3
/
+3
2007-03-19
sata_sil24: Add Adaptec 1220SA PCI ID
Jamie Clark
1
-0
/
+1
2007-03-03
libata: add missing CONFIG_PM in LLDs
Tejun Heo
1
-0
/
+2
2007-03-02
sata_sil24: kill unused local variable idx in sil24_fill_sg()
Tejun Heo
1
-3
/
+0
2007-02-26
[libata] bump versions
Jeff Garzik
1
-1
/
+1
2007-02-10
libata: add another IRQ calls (libata drivers)
Akira Iguchi
1
-0
/
+2
2007-02-10
libata: convert to iomap
Tejun Heo
1
-41
/
+32
2007-02-10
libata: update libata LLDs to use devres
Tejun Heo
1
-84
/
+28
2007-02-10
libata: handle pci_enable_device() failure while resuming
Tejun Heo
1
-1
/
+4
2006-12-02
[PATCH] sata_sil24: add PMP related constants
Tejun Heo
1
-0
/
+5
2006-12-02
[PATCH] sata_sil24: rename PMP related constants
Tejun Heo
1
-6
/
+7
[next]