index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot 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
2017-11-28
ata: Fix ahci wording
Michal Simek
3
-5
/
+5
2017-11-03
scsi: ceva: Start port in probe
Michal Simek
1
-1
/
+6
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-3
/
+3
2017-09-13
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
Masahiro Yamada
2
-7
/
+1
2017-08-17
dm: sata: dwc_ahsata: Add support for driver model
Simon Glass
1
-0
/
+113
2017-08-17
dm: sata: Update the AHCI uclass to support operations
Simon Glass
1
-0
/
+37
2017-08-17
dm: sata: dw_sata: Set up common versions of operations
Simon Glass
1
-105
/
+131
2017-08-17
dm: sata: dw_sata: More ahci_init_one() futher down
Simon Glass
1
-33
/
+33
2017-08-17
dm: sata: dw_sata: Drop is_ready
Simon Glass
1
-4
/
+0
2017-08-17
dm: sata: dw_sata: Rename the dwc_ahsata private header
Simon Glass
2
-4
/
+4
2017-08-17
dm: sata: dw_sata: Sort #include directives
Simon Glass
1
-7
/
+6
2017-08-17
dm: sata: dw_sata: Drop unnecessary brackets
Simon Glass
1
-50
/
+48
2017-08-17
dm: sata: dw_sata: Pass uc_priv to internal functions
Simon Glass
1
-48
/
+41
2017-08-17
dm: sata: dw_sata: Drop unnecessary casts
Simon Glass
1
-38
/
+22
2017-08-17
dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
Simon Glass
1
-90
/
+85
2017-08-17
dm: sata: dw_sata: Move exported functions to the end
Simon Glass
1
-62
/
+62
2017-08-17
dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
Simon Glass
1
-43
/
+0
2017-08-17
dm: sata: dwc_ahsata: Make functions static
Simon Glass
1
-6
/
+6
2017-08-03
ahci-pci: Update call to ahci_probe_scsi_pci()
Bin Meng
1
-1
/
+1
2017-08-01
Merge git://git.denx.de/u-boot-x86
Tom Rini
3
-0
/
+49
2017-08-01
dm: scsi: Add a generic PCI-based AHCI driver
Bin Meng
3
-0
/
+49
2017-08-01
dm: ahci: Correct uclass private data
Simon Glass
2
-1
/
+3
2017-08-01
dm: scsi: Drop duplicate SCSI and DM_SCSI options
Simon Glass
1
-18
/
+0
2017-08-01
ahci: Support non-PCI controllers
Simon Glass
1
-9
/
+17
2017-07-28
dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
Bin Meng
1
-5
/
+0
2017-07-11
dm: ahci: Add a driver for SCSI on AHCI
Simon Glass
1
-0
/
+57
2017-07-11
dm: scsi: Adjust return value of scsi_exec()
Simon Glass
1
-3
/
+3
2017-07-11
dm: scsi: Add operations for SCSI devices
Simon Glass
3
-0
/
+9
2017-07-11
dm: ahci: Create a local version of two SCSI functions
Simon Glass
1
-2
/
+13
2017-07-11
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
Simon Glass
1
-3
/
+12
2017-07-11
dm: ahci: Drop use of probe_ent
Simon Glass
2
-30
/
+45
2017-07-11
dm: ahci: Unwind the confusing init code
Simon Glass
3
-8
/
+27
2017-07-11
dm: ahci: Move common code for starting ports into a function
Simon Glass
1
-23
/
+22
2017-07-11
dm: ahci: Refactor to avoid static variables
Simon Glass
1
-68
/
+76
2017-07-11
dm: sata: Move ataid into struct ahci_uc_priv
Simon Glass
1
-23
/
+27
2017-07-11
dm: ahci: Rename struct ahci_probe_ent
Simon Glass
2
-45
/
+45
2017-07-11
dm: scsi: Use the uclass platform data
Simon Glass
3
-6
/
+4
2017-07-11
dm: scsi: Drop the ccb typedef
Simon Glass
1
-6
/
+6
2017-07-11
sata: Move drivers into new drivers/ata directory
Simon Glass
22
-0
/
+10067