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
2022-01-05
ata: pata_cypress: convert printk() calls
Hannes Reinecke
1
-1
/
+1
2022-01-05
ata: pata_cs5536: convert printk() calls
Hannes Reinecke
1
-2
/
+2
2022-01-05
ata: pata_cs5520: convert printk() calls
Hannes Reinecke
1
-2
/
+2
2022-01-05
ata: pata_cmd64x: convert printk() calls
Hannes Reinecke
1
-2
/
+2
2022-01-05
ata: pata_cmd640: convert printk() calls
Hannes Reinecke
1
-1
/
+1
2022-01-05
ata: pata_atp867x: convert printk() calls
Hannes Reinecke
1
-55
/
+50
2022-01-05
ata: libata: remove debug compilation switches
Hannes Reinecke
3
-3
/
+0
2022-01-05
ata: libata: drop ata_msg_drv()
Hannes Reinecke
2
-15
/
+7
2022-01-05
ata: libata: drop ata_msg_info()
Hannes Reinecke
1
-7
/
+3
2022-01-05
ata: libata: drop ata_msg_probe()
Hannes Reinecke
3
-33
/
+14
2022-01-05
ata: libata: drop ata_msg_warn()
Hannes Reinecke
1
-11
/
+8
2022-01-05
ata: libata: drop ata_msg_malloc()
Hannes Reinecke
1
-1
/
+1
2022-01-05
ata: libata: drop ata_msg_ctl()
Hannes Reinecke
1
-5
/
+2
2022-01-05
ata: libata: drop ata_msg_error() and ata_msg_intr()
Hannes Reinecke
1
-3
/
+3
2022-01-05
ata: sata_sx4: add module parameter 'dimm_test'
Hannes Reinecke
1
-20
/
+14
2022-01-05
ata: sata_sx4: Drop pointless VPRINTK() calls and convert the remaining ones
Hannes Reinecke
1
-71
/
+34
2022-01-05
ata: sata_sil: Drop pointless VPRINTK() calls
Hannes Reinecke
1
-1
/
+0
2022-01-05
ata: sata_fsl: convert VPRINTK() calls to ata_port_dbg()
Hannes Reinecke
1
-47
/
+33
2022-01-05
ata: sata_nv: drop pointless VPRINTK() calls and convert remaining ones
Hannes Reinecke
1
-24
/
+14
2022-01-05
ata: sata_mv: Drop pointless VPRINTK() call and convert the remaining one
Hannes Reinecke
1
-6
/
+1
2022-01-05
ata: sata_inic162x: Drop pointless VPRINTK() calls
Hannes Reinecke
1
-2
/
+0
2022-01-05
ata: sata_rcar: Drop pointless VPRINTK() calls
Hannes Reinecke
1
-16
/
+1
2022-01-05
ata: sata_qstor: Drop pointless VPRINTK() calls
Hannes Reinecke
1
-11
/
+0
2022-01-05
ata: sata_promise: Drop pointless VPRINTK() calls and convert the remaining ones
Hannes Reinecke
1
-23
/
+8
2022-01-05
ata: pata_via: Drop pointless VPRINTK() calls
Hannes Reinecke
1
-12
/
+0
2022-01-05
ata: pata_octeon_cf: Drop pointless VPRINTK() calls and convert the remaining...
Hannes Reinecke
1
-21
/
+1
2022-01-05
ata: pdc_adma: Drop pointless VPRINTK() calls and remove disabled NCQ debugging
Hannes Reinecke
1
-29
/
+2
2022-01-05
ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones
Hannes Reinecke
3
-21
/
+5
2022-01-05
ata: libata: remove pointless VPRINTK() calls
Hannes Reinecke
5
-52
/
+0
2022-01-05
ata: pata_pdc2027x: Replace PDPRINTK() with standard ata logging
Hannes Reinecke
1
-43
/
+28
2022-01-05
ata: sata_qstor: replace DPRINTK() with dev_dbg()
Hannes Reinecke
1
-2
/
+2
2022-01-05
ata: sata_rcar: replace DPRINTK() with ata_port_dbg()
Hannes Reinecke
1
-1
/
+1
2022-01-05
ata: sata_fsl: move DPRINTK to ata debugging
Hannes Reinecke
1
-44
/
+39
2022-01-05
ata: pdc_adma: Remove DPRINTK call
Hannes Reinecke
1
-2
/
+0
2022-01-05
ata: pata_octeon_cf: remove DPRINTK() macro in interrupt context
Hannes Reinecke
1
-2
/
+0
2022-01-05
ata: sata_mv: replace DPRINTK with dynamic debugging
Hannes Reinecke
1
-38
/
+38
2022-01-05
ata: sata_mv: kill 'port' argument in mv_dump_all_regs()
Hannes Reinecke
1
-13
/
+6
2022-01-05
ata: libata: move DPRINTK to ata debugging
Hannes Reinecke
1
-9
/
+6
2022-01-05
ata: libata: revamp ata_get_cmd_descript()
Hannes Reinecke
3
-17
/
+11
2022-01-05
ata: libata: move ata_{port,link,dev}_dbg to standard pr_XXX() macros
Hannes Reinecke
3
-86
/
+29
2022-01-05
ata: libata: add tracepoints for ATA error handling
Hannes Reinecke
3
-30
/
+7
2022-01-05
ata: libata-scsi: drop DPRINTK calls for cdb translation
Hannes Reinecke
1
-19
/
+1
2022-01-05
ata: libata-sff: tracepoints for HSM state machine
Hannes Reinecke
2
-13
/
+36
2022-01-05
ata: libata: tracepoints for bus-master DMA
Hannes Reinecke
11
-97
/
+76
2022-01-04
ata: libata: add qc_prep tracepoint
Hannes Reinecke
1
-0
/
+1
2022-01-04
ata: libata: add reset tracepoints
Hannes Reinecke
10
-57
/
+19
2022-01-04
ata: libata: sanitize ATA_HORKAGE_DUMP_ID
Hannes Reinecke
1
-2
/
+2
2022-01-04
ata: libata: move ata_dump_id() to dynamic debugging
Hannes Reinecke
1
-28
/
+10
2022-01-04
ata: libata: Add ata_port_classify() helper
Hannes Reinecke
7
-21
/
+40
2022-01-04
ata: libata: whitespace cleanup
Hannes Reinecke
2
-10
/
+10
[prev]
[next]