index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
2018-07-26
scsi: ceva: add ls1012a soc support
Yuantian Tang
2018-05-29
ata: ahci_mvebu: add scsi support
Ken Ma
2018-05-29
ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds
David Sniatkiwicz
2018-05-29
ata: mvebu: move mvebu sata driver to drivers/ata directory
Ken Ma
2018-05-11
scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSI
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-13
dwc_ahci: Fix breakage
Jean-Jacques Hiblot
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2017-12-12
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_LIBATA to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_SCSI_AHCI to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_DWC_AHSATA to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_FSL_SATA to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_SATA_MV to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Migrate CONFIG_SATA_SIL to Kconfig
Tuomas Tynkkynen
2017-12-12
ata: Drop CONFIG_MX51_PATA
Tuomas Tynkkynen
2017-12-12
ata: Drop CONFIG_SATA_DWC
Tuomas Tynkkynen
2017-11-28
ata: Fix ahci wording
Michal Simek
2017-11-03
scsi: ceva: Start port in probe
Michal Simek
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-12
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
Masahiro Yamada
2017-08-17
dm: sata: dwc_ahsata: Add support for driver model
Simon Glass
2017-08-17
dm: sata: Update the AHCI uclass to support operations
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-08-03
ahci-pci: Update call to ahci_probe_scsi_pci()
Bin Meng
2017-08-01
Merge git://git.denx.de/u-boot-x86
Tom Rini
2017-08-01
dm: scsi: Add a generic PCI-based AHCI driver
Bin Meng
2017-08-01
dm: ahci: Correct uclass private data
Simon Glass
2017-08-01
dm: scsi: Drop duplicate SCSI and DM_SCSI options
Simon Glass
2017-08-01
ahci: Support non-PCI controllers
Simon Glass
2017-07-28
dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
Bin Meng
2017-07-11
dm: ahci: Add a driver for SCSI on AHCI
Simon Glass
2017-07-11
dm: scsi: Adjust return value of scsi_exec()
Simon Glass
2017-07-11
dm: scsi: Add operations for SCSI devices
Simon Glass
2017-07-11
dm: ahci: Create a local version of two SCSI functions
Simon Glass
2017-07-11
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
Simon Glass
2017-07-11
dm: ahci: Drop use of probe_ent
Simon Glass
[next]