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
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
scc_pata: make use of scc_dma_sff_read_status()
Sergei Shtylyov
1
-3
/
+3
2009-01-06
ide-dma-sff: factor out ide_dma_sff_write_status()
Sergei Shtylyov
1
-21
/
+16
2009-01-06
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
Sergei Shtylyov
22
-40
/
+59
2009-01-06
ide: don't set hwif->dma_ops in init_dma() method
Sergei Shtylyov
3
-6
/
+2
2009-01-06
Resurrect IT8172 IDE controller driver
Shane McDonald
3
-0
/
+174
2009-01-06
piix: sync ich_laptop[] with ata_piix.c
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-01-06
ide: fix ide_port_scan() to do ACPI setup after initializing request queues
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: remove now redundant ->cur_dev checks
Bartlomiej Zolnierkiewicz
1
-61
/
+46
2009-01-06
ide: remove superfluous hwif variable assignment from ide_timer_expiry()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-01-06
ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2009-01-06
ide: make "paranoia" ->handler check in ide_intr() more strict
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-01-06
ide-cd: convert to ide-atapi facilities
Borislav Petkov
2
-95
/
+6
2009-01-06
ide-cd: start DMA before sending the actual packet command
Borislav Petkov
1
-3
/
+3
2009-01-06
ide-cd: wait for DRQ to get set per default
Borislav Petkov
1
-14
/
+7
2009-01-06
ide: Fix drive's DWORD-IO handling
Mario Schwalbe
1
-2
/
+1
2009-01-06
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
6
-83
/
+58
2009-01-06
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
6
-31
/
+63
2009-01-06
ide: NUMA aware allocation of host and port structures
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-01-06
it821x: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-6
/
+2
2009-01-06
cmd64x: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2009-01-06
cmd640: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2009-01-06
amd74xx: use ide_get_pair_dev() helper
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-01-06
ide: remove ->error method from struct ide_driver
Bartlomiej Zolnierkiewicz
4
-14
/
+2
2009-01-06
ide: unexport ide_wait_not_busy()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2009-01-06
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
10
-38
/
+38
2009-01-06
ide: remove 'byte' typedef
Bartlomiej Zolnierkiewicz
4
-18
/
+18
2009-01-06
ide: remove ide_pci_enablebit_t typedef
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: remove local_irq_set() macro
Bartlomiej Zolnierkiewicz
2
-2
/
+4
2009-01-06
ide: remove HWIF() macro
Bartlomiej Zolnierkiewicz
34
-101
/
+102
2009-01-06
ide: move ide_init_port_data() and friends to ide-probe.c
Bartlomiej Zolnierkiewicz
2
-146
/
+135
2009-01-06
ide: update ide_unregister() documentation
Bartlomiej Zolnierkiewicz
1
-13
/
+5
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
25
-235
/
+164
2009-01-06
ide: use lock bitops for ports serialization (v2)
Bartlomiej Zolnierkiewicz
1
-42
/
+63
2009-01-06
ide: remove hwgroup->hwif and {drive,hwif}->next
Bartlomiej Zolnierkiewicz
2
-90
/
+12
2009-01-06
ide: use per-port IRQ handlers
Bartlomiej Zolnierkiewicz
3
-64
/
+32
2009-01-06
ide: add ->cur_port to struct ide_host and use it for serialized hosts
Bartlomiej Zolnierkiewicz
1
-10
/
+15
2009-01-06
ide: fix setting nIEN on idle devices
Bartlomiej Zolnierkiewicz
1
-4
/
+6
2009-01-06
ide: fix LOCKDEP warning
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-01-02
ide-atapi: start dma in a drive-specific way
Borislav Petkov
1
-4
/
+11
2009-01-02
ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...
Borislav Petkov
1
-11
/
+11
2009-01-02
ide-atapi: remove timeout arg to ide_issue_pc
Borislav Petkov
3
-3
/
+8
2009-01-02
ide-cd: remove handler wrappers
Borislav Petkov
1
-38
/
+11
2009-01-02
ide-cd: remove xferlen arg to cdrom_start_packet_command
Borislav Petkov
1
-5
/
+5
2009-01-02
ide-atapi: split drive-specific functionality in ide_issue_pc
Borislav Petkov
1
-16
/
+20
2009-01-02
ide-atapi: assign expiry and timeout based on device type
Borislav Petkov
1
-13
/
+17
2009-01-02
ide-atapi: compute cmd_len based on device type in ide_transfer_pc
Borislav Petkov
1
-1
/
+13
2009-01-02
ide: remove the last ide-scsi remnants
Borislav Petkov
4
-9
/
+2
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_pc_intr()
Borislav Petkov
1
-55
/
+13
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_transfer_pc()
Borislav Petkov
1
-10
/
+4
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_issue_pc
Borislav Petkov
1
-11
/
+1
[next]