index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
dwc_ahsata.c
Age
Commit message (
Expand
)
Author
2025-04-22
Merge patch series "MIPS: Boston: Various enhancements"
Tom Rini
2025-04-22
ahci: dwc_ahsata: Generalize the driver
Jiaxun Yang
2025-04-22
ahci: DMA addressing fixes
Jiaxun Yang
2024-08-27
ata: dwc_ahsata: create boot device
Heinrich Schuchardt
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
ata: Remove <common.h> and add needed includes
Tom Rini
2023-10-10
blk: Use a macro for the typical block size
Bin Meng
2023-05-06
drivers: use dev_read_addr_ptr when cast to pointer
Johan Jonker
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-06-28
ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI code
Tom Rini
2022-04-09
sata: call device_probe() after scanning
AKASHI Takahiro
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-08
sata: dwc_ahsata: Fix memory issue in reset_sata
Ye Li
2020-05-08
sata: dwc_ahsata: Fix incorrect free
Ye Li
2020-05-08
sata: ahsata: Fix wrong operand for checking SERR DIAG_X
Ye Li
2020-05-08
sata: ahsata: Fix resource leak
Ye Li
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-04-13
ata: dwc_ahsata: Add ahci driver model support
Soeren Moch
2019-04-13
ata: dwc_ahsata: Fix sector reports for large disks
Soeren Moch
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-17
dm: sata: dwc_ahsata: Add support for driver model
Simon Glass
2017-08-17
dm: sata: dw_sata: Set up common versions of operations
Simon Glass
2017-08-17
dm: sata: dw_sata: More ahci_init_one() futher down
Simon Glass
2017-08-17
dm: sata: dw_sata: Drop is_ready
Simon Glass
2017-08-17
dm: sata: dw_sata: Rename the dwc_ahsata private header
Simon Glass
2017-08-17
dm: sata: dw_sata: Sort #include directives
Simon Glass
2017-08-17
dm: sata: dw_sata: Drop unnecessary brackets
Simon Glass
2017-08-17
dm: sata: dw_sata: Pass uc_priv to internal functions
Simon Glass
2017-08-17
dm: sata: dw_sata: Drop unnecessary casts
Simon Glass
2017-08-17
dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
Simon Glass
2017-08-17
dm: sata: dw_sata: Move exported functions to the end
Simon Glass
2017-08-17
dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
Simon Glass
2017-08-17
dm: sata: dwc_ahsata: Make functions static
Simon Glass
2017-07-11
dm: ahci: Rename struct ahci_probe_ent
Simon Glass
2017-07-11
sata: Move drivers into new drivers/ata directory
Simon Glass