index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: ceva: add ls1012a soc support
Yuantian Tang
2018-07-26
1
-35
/
+52
*
ata: ahci_mvebu: add scsi support
Ken Ma
2018-05-29
2
-1
/
+17
*
ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds
David Sniatkiwicz
2018-05-29
1
-8
/
+0
*
ata: mvebu: move mvebu sata driver to drivers/ata directory
Ken Ma
2018-05-29
3
-0
/
+62
*
scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSI
Michal Simek
2018-05-11
1
-16
/
+20
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
19
-39
/
+19
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
dwc_ahci: Fix breakage
Jean-Jacques Hiblot
2018-04-13
1
-13
/
+10
*
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-08
1
-0
/
+1
*
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+6
*
ata: Migrate CONFIG_LIBATA to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+11
*
ata: Migrate CONFIG_SCSI_AHCI to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+5
*
ata: Migrate CONFIG_DWC_AHSATA to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+6
*
ata: Migrate CONFIG_FSL_SATA to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+6
*
ata: Migrate CONFIG_SATA_MV to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+6
*
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+5
*
ata: Migrate CONFIG_SATA_SIL to Kconfig
Tuomas Tynkkynen
2017-12-12
1
-0
/
+6
*
ata: Drop CONFIG_MX51_PATA
Tuomas Tynkkynen
2017-12-12
2
-130
/
+0
*
ata: Drop CONFIG_SATA_DWC
Tuomas Tynkkynen
2017-12-12
3
-2536
/
+0
*
ata: Fix ahci wording
Michal Simek
2017-11-28
3
-5
/
+5
*
scsi: ceva: Start port in probe
Michal Simek
2017-11-03
1
-1
/
+6
*
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
1
-3
/
+3
*
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
Masahiro Yamada
2017-09-12
2
-7
/
+1
*
dm: sata: dwc_ahsata: Add support for driver model
Simon Glass
2017-08-17
1
-0
/
+113
*
dm: sata: Update the AHCI uclass to support operations
Simon Glass
2017-08-17
1
-0
/
+37
*
dm: sata: dw_sata: Set up common versions of operations
Simon Glass
2017-08-17
1
-105
/
+131
*
dm: sata: dw_sata: More ahci_init_one() futher down
Simon Glass
2017-08-17
1
-33
/
+33
*
dm: sata: dw_sata: Drop is_ready
Simon Glass
2017-08-17
1
-4
/
+0
*
dm: sata: dw_sata: Rename the dwc_ahsata private header
Simon Glass
2017-08-17
2
-4
/
+4
*
dm: sata: dw_sata: Sort #include directives
Simon Glass
2017-08-17
1
-7
/
+6
*
dm: sata: dw_sata: Drop unnecessary brackets
Simon Glass
2017-08-17
1
-50
/
+48
*
dm: sata: dw_sata: Pass uc_priv to internal functions
Simon Glass
2017-08-17
1
-48
/
+41
*
dm: sata: dw_sata: Drop unnecessary casts
Simon Glass
2017-08-17
1
-38
/
+22
*
dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
Simon Glass
2017-08-17
1
-90
/
+85
*
dm: sata: dw_sata: Move exported functions to the end
Simon Glass
2017-08-17
1
-62
/
+62
*
dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
Simon Glass
2017-08-17
1
-43
/
+0
*
dm: sata: dwc_ahsata: Make functions static
Simon Glass
2017-08-17
1
-6
/
+6
*
ahci-pci: Update call to ahci_probe_scsi_pci()
Bin Meng
2017-08-03
1
-1
/
+1
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2017-08-01
3
-0
/
+49
|
\
|
*
dm: scsi: Add a generic PCI-based AHCI driver
Bin Meng
2017-08-01
3
-0
/
+49
*
|
dm: ahci: Correct uclass private data
Simon Glass
2017-08-01
2
-1
/
+3
*
|
dm: scsi: Drop duplicate SCSI and DM_SCSI options
Simon Glass
2017-08-01
1
-18
/
+0
*
|
ahci: Support non-PCI controllers
Simon Glass
2017-08-01
1
-9
/
+17
|
/
*
dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
Bin Meng
2017-07-28
1
-5
/
+0
*
dm: ahci: Add a driver for SCSI on AHCI
Simon Glass
2017-07-11
1
-0
/
+57
*
dm: scsi: Adjust return value of scsi_exec()
Simon Glass
2017-07-11
1
-3
/
+3
*
dm: scsi: Add operations for SCSI devices
Simon Glass
2017-07-11
3
-0
/
+9
*
dm: ahci: Create a local version of two SCSI functions
Simon Glass
2017-07-11
1
-2
/
+13
*
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
Simon Glass
2017-07-11
1
-3
/
+12
*
dm: ahci: Drop use of probe_ent
Simon Glass
2017-07-11
2
-30
/
+45
[next]