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_dwc_460ex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
ata: sata_dwc_460ex: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-08-02
ata: Explicitly include correct DT includes
Rob Herring
1
-2
/
+1
2023-04-27
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2023-03-25
scsi: ata: Declare SCSI host templates const
Bart Van Assche
1
-1
/
+1
2023-03-23
ata: Use of_property_present() for testing DT property presence
Rob Herring
1
-2
/
+2
2022-11-12
ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ
Christophe Leroy
1
-6
/
+2
2022-10-27
ata: sata_dwc_460ex: remove variable num_processed
Colin Ian King
1
-3
/
+1
2022-04-04
ata: sata_dwc_460ex: Fix crash due to OOB write
Christian Lamparter
1
-1
/
+5
2022-01-05
ata: sata_dwc_460ex: Remove debug compile options
Hannes Reinecke
1
-8
/
+0
2022-01-05
ata: sata_dwc_460ex: remove 'check_status' argument
Hannes Reinecke
1
-16
/
+13
2022-01-05
ata: sata_dwc_460ex: drop DEBUG_NCQ
Hannes Reinecke
1
-28
/
+0
2022-01-05
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
1
-49
/
+10
2022-01-04
ata: sata_dwc_460ex: Remove unused forward declaration
Andy Shevchenko
1
-1
/
+0
2022-01-04
ata: sata_dwc_460ex: Use temporary variable for struct device
Andy Shevchenko
1
-18
/
+19
2022-01-04
ata: sata_dwc_460ex: Use devm_platform_*ioremap_resource() APIs
Andy Shevchenko
1
-5
/
+2
2021-07-28
ata: sata_dwc_460ex: No need to call phy_exit() befre phy_init()
Andy Shevchenko
1
-8
/
+4
2021-03-12
sata_dwc_460ex: Fix missing check in sata_dwc_isr
Dinghao Liu
1
-0
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-05-11
libata: convert core and drivers to ->hw_tag usage
Jens Axboe
1
-7
/
+7
2018-02-18
sata_dwc_460ex: Delete an error message for a failed memory allocation in sat...
Markus Elfring
1
-1
/
+0
2017-11-13
ata: sata_dwc_460ex: Propagate platform device ID to DMA driver
Andy Shevchenko
1
-0
/
+1
2017-05-30
ata: dwc_460ex: cut drvdata assignment
Linus Walleij
1
-1
/
+0
2016-07-19
ata: sata_dwc_460ex: remove redundant dev_err call
Wei Yongjun
1
-8
/
+2
2016-07-19
ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_*
Christoph Hellwig
1
-1
/
+1
2016-07-15
ata: Handle ATA NCQ NO-DATA commands correctly
Hannes Reinecke
1
-0
/
+2
2016-05-12
ata: sata_dwc_460ex: make debug messages neat
Andy Shevchenko
1
-4
/
+4
2016-05-12
ata: sata_dwc_460ex: supply physical address of FIFO to DMA
Andy Shevchenko
1
-6
/
+7
2016-05-12
ata: sata_dwc_460ex: use devm_ioremap
Andy Shevchenko
1
-19
/
+11
2016-05-12
ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()
Mans Rullgard
1
-8
/
+6
2016-05-12
ata: sata_dwc_460ex: use readl/writel_relaxed()
Mans Rullgard
1
-48
/
+43
2016-05-12
ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: add __iomem to register base pointer
Mans Rullgard
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: get rid of incorrect cast
Mans Rullgard
1
-2
/
+2
2016-05-10
ata: sata_dwc_460ex: get rid of some pointless casts
Mans Rullgard
1
-15
/
+15
2016-05-10
ata: sata_dwc_460ex: remove empty libata callback
Mans Rullgard
1
-22
/
+0
2016-05-10
ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros
Andy Shevchenko
1
-11
/
+6
2016-05-10
ata: sata_dwc_460ex: get rid of global data
Mans Rullgard
1
-50
/
+29
2016-05-10
ata: sata_dwc_460ex: add phy support
Mans Rullgard
1
-0
/
+22
2016-05-10
ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
Mans Rullgard
1
-69
/
+129
2016-05-10
ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands
Andy Shevchenko
1
-2
/
+2
2016-05-10
ata: sata_dwc_460ex: skip dma setup for non-dma commands
Mans Rullgard
1
-26
/
+9
2016-05-10
ata: sata_dwc_460ex: DMA is always a flow controller
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: burst size must be in items not bytes
Andy Shevchenko
1
-3
/
+3
2016-05-10
ata: sata_dwc_460ex: set dma_boundary to 0x1fff
Andy Shevchenko
1
-1
/
+7
2016-05-10
ata: sata_dwc_460ex: fix crash on offline links without an attached drive
Christian Lamparter
1
-0
/
+7
2016-05-10
ata: sata_dwc_460ex: remove incorrect locking
Mans Rullgard
1
-3
/
+1
2016-05-02
dmaengine: dw: pass platform data via struct dw_dma_chip
Andy Shevchenko
1
-1
/
+1
2016-04-13
dmaengine: dw: rename masters to reflect actual topology
Andy Shevchenko
1
-2
/
+2
2015-03-30
sata_dwc_460ex: indent an if statement
Dan Carpenter
1
-1
/
+1
2015-03-24
sata_dwc_460ex: re-use hsdev->dev instead of dwc_dev
Andy Shevchenko
1
-12
/
+11
[next]