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
*
ata: dwc-ahci: change trace level for phy errors managed by uclass
Patrick Delaunay
2020-09-08
1
-2
/
+2
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2020-08-25
1
-0
/
+15
|
\
|
*
ata: ahci: Add BAR index quirk for Cavium PCI SATA device
Suneel Garapati
2020-08-25
1
-0
/
+15
*
|
ahci: mediatek: fix copyright and author-lines
Frank Wunderlich
2020-08-24
1
-4
/
+2
|
/
*
ata: mvebu: use dev_read_addr() to get base address
Masahiro Yamada
2020-08-22
1
-1
/
+1
*
ahci: mediatek: add ahci driver
Frank Wunderlich
2020-08-19
3
-0
/
+139
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
1
-1
/
+1
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-1
/
+1
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
1
-1
/
+1
*
sata_sil: Enable DM_PCI operation
Andre Przywara
2020-07-07
2
-2
/
+15
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
8
-0
/
+8
*
Fix some checkpatch warnings in calls to udelay()
Simon Glass
2020-05-18
1
-8
/
+8
*
common: Drop log.h from common header
Simon Glass
2020-05-18
9
-0
/
+9
*
common: Drop part.h from common header
Simon Glass
2020-05-18
7
-0
/
+10
*
common: Drop net.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD
Trevor Woerner
2020-05-15
2
-2
/
+2
*
rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
Trevor Woerner
2020-05-15
1
-1
/
+1
*
sata: dwc_ahsata: Fix memory issue in reset_sata
Ye Li
2020-05-08
1
-0
/
+3
*
sata: dwc_ahsata: Fix incorrect free
Ye Li
2020-05-08
1
-1
/
+0
*
sata: ahsata: Fix wrong operand for checking SERR DIAG_X
Ye Li
2020-05-08
1
-1
/
+1
*
sata: ahsata: Fix resource leak
Ye Li
2020-05-08
1
-0
/
+5
*
Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"
Peng Ma
2020-02-25
3
-1042
/
+0
*
ata: fsl_sata: Continue probing other sata port when failed current port.
Peng Ma
2020-01-08
1
-7
/
+51
*
ata: sata_sil: Continue probing other sata port when failed current port.
Peng Ma
2020-01-08
1
-4
/
+56
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
6
-0
/
+6
*
ata: sata_sil: Add DM support for Silicon sata driver
Peng Ma
2019-11-19
3
-193
/
+353
*
ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver
Peng Ma
2019-11-19
3
-88
/
+233
*
ata: ahci allow 64-bit DMA for SATA
Roman Kapl
2019-10-31
1
-3
/
+11
*
ata: ahci: Don't forget to clear upper address regs.
Oleksandr Rybalko
2019-10-11
1
-4
/
+7
*
ahci-pci: ASM1061 report wrong class, but support AHCI.
Oleksandr Rybalko
2019-10-11
1
-0
/
+1
*
dm: scsi: Scan the actual number of ports
Park, Aiden
2019-08-26
1
-0
/
+8
*
ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
Peng Ma
2019-05-23
4
-0
/
+1042
*
scsi: ceva: Clean up the driver code
Peng Ma
2019-05-22
1
-17
/
+33
*
ata: ahci: drop read-only ahci_ioports members
Christian Gmeiner
2019-05-18
1
-12
/
+0
*
ata: ahci: fix memory leak
Christian Gmeiner
2019-05-09
1
-4
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2019-04-17
3
-0
/
+134
|
\
|
*
sunxi: update SATA driver to always use DM_SCSI
Andre Przywara
2019-04-17
3
-0
/
+134
*
|
ata: dwc_ahsata: Add ahci driver model support
Soeren Moch
2019-04-13
2
-0
/
+32
*
|
ata: dwc_ahsata: Fix sector reports for large disks
Soeren Moch
2019-04-13
1
-11
/
+3
|
/
*
sata: sata_mv: add orion-sata compatible string
Michael Walle
2019-04-12
1
-0
/
+1
*
sata: sata_mv: support kirkwood architecture
Michael Walle
2019-04-12
1
-4
/
+3
*
sata: sata_mv: use correct format specifier in debug()
Michael Walle
2019-04-12
1
-1
/
+1
*
ata: ahci_mvebu: add support for Armada 38x
Baruch Siach
2019-04-12
1
-0
/
+1
*
sata: sata_mv: Add DM support to enable CONFIG_BLK usage
Stefan Roese
2019-04-12
2
-149
/
+197
*
scsi: ceva: add ls2080a soc support
Peng Ma
2018-12-06
1
-0
/
+4
*
scsi: ceva: add ls1088a soc support
Peng Ma
2018-12-06
1
-4
/
+18
*
scsi: ceva: add ls1046a soc support
Peng Ma
2018-12-06
1
-0
/
+3
*
Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2018-09-29
1
-1
/
+27
|
\
|
*
scsi: ceva: add ls1021a soc support.
Peng Ma
2018-09-27
1
-1
/
+24
[next]