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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-26
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
3
-61
/
+84
2008-01-26
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2
-11
/
+16
2008-01-26
ide-disk: use do_rw_taskfile() (take 2)
Bartlomiej Zolnierkiewicz
2
-27
/
+18
2008-01-26
ide-disk: add ide_tf_set_cmd() helper
Bartlomiej Zolnierkiewicz
1
-30
/
+55
2008-01-26
ide-disk: extend timeout for PIO-in commands
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-26
ide: remove 'handler' field from ide_task_t (take 2)
Bartlomiej Zolnierkiewicz
2
-32
/
+37
2008-01-26
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
3
-9
/
+10
2008-01-26
ide: convert do_rw_taskfile() to use ->data_phase
Bartlomiej Zolnierkiewicz
1
-12
/
+13
2008-01-26
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2
-23
/
+12
2008-01-26
ide-disk: guarantee 400ns delay after writing command register
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-01-26
sc1200: remove pointless hwif lookup loop
Bartlomiej Zolnierkiewicz
1
-70
/
+38
2008-01-26
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
2
-17
/
+14
2008-01-26
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
3
-57
/
+55
2008-01-26
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
4
-16
/
+5
2008-01-26
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
2
-9
/
+4
2008-01-26
ide: remove QUIRK_LIST()
Bartlomiej Zolnierkiewicz
2
-7
/
+4
2008-01-26
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
5
-26
/
+24
2008-01-26
ide-{floppy,tape,scsi}: fix register loading order when issuing packet command
Bartlomiej Zolnierkiewicz
3
-3
/
+3
2008-01-26
ide-cd: fix register loading order in cdrom_start_packet_command()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-01-26
ide: remove atapi_ireason_t (take 3)
Bartlomiej Zolnierkiewicz
3
-36
/
+33
2008-01-26
ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t
Bartlomiej Zolnierkiewicz
4
-59
/
+65
2008-01-26
ide: remove atapi_feature_t
Bartlomiej Zolnierkiewicz
2
-12
/
+9
2008-01-26
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
3
-15
/
+12
2008-01-26
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
4
-41
/
+37
2008-01-26
ide-floppy: remove dead code
Bartlomiej Zolnierkiewicz
1
-33
/
+0
2008-01-26
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
2
-26
/
+2
2008-01-26
ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-14
/
+15
2008-01-26
ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-7
/
+9
2008-01-26
ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
4
-12
/
+23
2008-01-26
ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2008-01-26
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
3
-37
/
+35
2008-01-26
ide: remove ide_cmd() helper
Bartlomiej Zolnierkiewicz
1
-20
/
+6
2008-01-26
ide: execute_drive_cmd() cleanup
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-01-26
ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-11
/
+8
2008-01-26
ide: fix registers loading order for WIN_SMART in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide-tape: remove dead USE_IOTRACE code
Bartlomiej Zolnierkiewicz
1
-22
/
+0
2008-01-26
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
3
-13
/
+4
2008-01-26
ide: remove CONFIG_IDEPCI_SHARE_IRQ config option
Bartlomiej Zolnierkiewicz
2
-14
/
+0
2008-01-26
ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler
Bartlomiej Zolnierkiewicz
1
-11
/
+2
2008-01-26
ide-pmac: fix pmac_ide_init_hwif_ports()
Bartlomiej Zolnierkiewicz
1
-7
/
+2
2008-01-26
ide: use do_rw_taskfile() in flagged_taskfile()
Bartlomiej Zolnierkiewicz
3
-118
/
+96
2008-01-26
ide: add ide_no_data_taskfile() helper
Bartlomiej Zolnierkiewicz
3
-31
/
+20
2008-01-26
ide: add ide_tf_load() helper
Bartlomiej Zolnierkiewicz
2
-44
/
+40
2008-01-26
ide-disk: use struct ide_taskfile in __ide_do_rw_disk()
Bartlomiej Zolnierkiewicz
1
-43
/
+42
2008-01-26
ide-disk: fix taskfile registers loading order in __ide_do_rw_disk()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2)
Bartlomiej Zolnierkiewicz
1
-71
/
+32
2008-01-26
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
6
-160
/
+143
2008-01-26
ide: remove task_ioreg_t typedef (take 2)
Bartlomiej Zolnierkiewicz
3
-14
/
+15
[next]