Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
262d34363373c10a00279036c1561283c30495c2
/
drivers
/
ata
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
6b9d8a7
ata: sata_sil: Add DM support for Silicon sata driver
by Peng Ma
· 5 years ago
e08b5b1
ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver
by Peng Ma
· 5 years ago
6e73255
ata: ahci allow 64-bit DMA for SATA
by Roman Kapl
· 5 years ago
5b7a2bf
ata: ahci: Don't forget to clear upper address regs.
by Oleksandr Rybalko
· 5 years ago
25643a5
ahci-pci: ASM1061 report wrong class, but support AHCI.
by Oleksandr Rybalko
· 5 years ago
bd98e6a
dm: scsi: Scan the actual number of ports
by Park, Aiden
· 5 years ago
1ee4942
ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
by Peng Ma
· 6 years ago
d2ebc38
scsi: ceva: Clean up the driver code
by Peng Ma
· 6 years ago
2699292
ata: ahci: drop read-only ahci_ioports members
by Christian Gmeiner
· 6 years ago
28b4ba9
ata: ahci: fix memory leak
by Christian Gmeiner
· 6 years ago
4b37f36
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
f8c8669
sunxi: update SATA driver to always use DM_SCSI
by Andre Przywara
· 6 years ago
046a69b
ata: dwc_ahsata: Add ahci driver model support
by Soeren Moch
· 6 years ago
d5326df
ata: dwc_ahsata: Fix sector reports for large disks
by Soeren Moch
· 6 years ago
586f7b9
sata: sata_mv: add orion-sata compatible string
by Michael Walle
· 6 years ago
6d29497
sata: sata_mv: support kirkwood architecture
by Michael Walle
· 6 years ago
cfdf632
sata: sata_mv: use correct format specifier in debug()
by Michael Walle
· 6 years ago
5903b91
ata: ahci_mvebu: add support for Armada 38x
by Baruch Siach
· 6 years ago
0506620
sata: sata_mv: Add DM support to enable CONFIG_BLK usage
by Stefan Roese
· 6 years ago
1039d1a
scsi: ceva: add ls2080a soc support
by Peng Ma
· 6 years ago
aaaffe9
scsi: ceva: add ls1088a soc support
by Peng Ma
· 6 years ago
5fcae59
scsi: ceva: add ls1046a soc support
by Peng Ma
· 6 years ago
27f622d
Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 6 years ago
df983a7
scsi: ceva: add ls1021a soc support.
by Peng Ma
· 6 years ago
822d060
scsi: ceva: add ls1043a soc support
by Peng Ma
· 6 years ago
0545ac9
ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI
by Tuomas Tynkkynen
· 6 years ago
8bf207d
ata: ahci: Loop over the actual number of ports, not the maximum
by Tuomas Tynkkynen
· 6 years ago
79ed61e
scsi: ceva: add ls1012a soc support
by Yuantian Tang
· 6 years ago
6ac8538
ata: ahci_mvebu: add scsi support
by Ken Ma
· 6 years ago
329dd32
ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds
by David Sniatkiwicz
· 6 years ago
592b4a7
ata: mvebu: move mvebu sata driver to drivers/ata directory
by Ken Ma
· 6 years ago
c3898a8
scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSI
by Michal Simek
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
64563f5
dwc_ahci: Fix breakage
by Jean-Jacques Hiblot
· 7 years ago
1811a92
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
by Adam Ford
· 7 years ago
cf71338
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
by Tuomas Tynkkynen
· 7 years ago
b82e667
ata: Migrate CONFIG_LIBATA to Kconfig
by Tuomas Tynkkynen
· 7 years ago
9fd95ef
ata: Migrate CONFIG_SCSI_AHCI to Kconfig
by Tuomas Tynkkynen
· 7 years ago
477b16a
ata: Migrate CONFIG_DWC_AHSATA to Kconfig
by Tuomas Tynkkynen
· 7 years ago
9920d15
ata: Migrate CONFIG_FSL_SATA to Kconfig
by Tuomas Tynkkynen
· 7 years ago
ad0ac54
ata: Migrate CONFIG_SATA_MV to Kconfig
by Tuomas Tynkkynen
· 7 years ago
32f0398
ata: Migrate CONFIG_SATA_SIL3114 to Kconfig
by Tuomas Tynkkynen
· 7 years ago
c88ecf4
ata: Migrate CONFIG_SATA_SIL to Kconfig
by Tuomas Tynkkynen
· 7 years ago
ac2e33e
ata: Drop CONFIG_MX51_PATA
by Tuomas Tynkkynen
· 7 years ago
0d26b83
ata: Drop CONFIG_SATA_DWC
by Tuomas Tynkkynen
· 7 years ago
e81589e
ata: Fix ahci wording
by Michal Simek
· 7 years ago
cba64a2
scsi: ceva: Start port in probe
by Michal Simek
· 7 years ago
9b643e3
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
b27af39
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
by Masahiro Yamada
· 7 years ago
c893f1e
dm: sata: dwc_ahsata: Add support for driver model
by Simon Glass
· 7 years ago
b8341f1
dm: sata: Update the AHCI uclass to support operations
by Simon Glass
· 7 years ago
752126a
dm: sata: dw_sata: Set up common versions of operations
by Simon Glass
· 7 years ago
036a803
dm: sata: dw_sata: More ahci_init_one() futher down
by Simon Glass
· 7 years ago
5908d85
dm: sata: dw_sata: Drop is_ready
by Simon Glass
· 7 years ago
90abb28
dm: sata: dw_sata: Rename the dwc_ahsata private header
by Simon Glass
· 7 years ago
0f07df4
dm: sata: dw_sata: Sort #include directives
by Simon Glass
· 7 years ago
3e59c30
dm: sata: dw_sata: Drop unnecessary brackets
by Simon Glass
· 7 years ago
47c0f36
dm: sata: dw_sata: Pass uc_priv to internal functions
by Simon Glass
· 7 years ago
4b640db
dm: sata: dw_sata: Drop unnecessary casts
by Simon Glass
· 7 years ago
09bb951
dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
by Simon Glass
· 7 years ago
c5273ac
dm: sata: dw_sata: Move exported functions to the end
by Simon Glass
· 7 years ago
1dae3b0
dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
by Simon Glass
· 7 years ago
d7f0943
dm: sata: dwc_ahsata: Make functions static
by Simon Glass
· 7 years ago
7b9c88b
ahci-pci: Update call to ahci_probe_scsi_pci()
by Bin Meng
· 7 years ago
07d7783
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
a5c680f
dm: scsi: Add a generic PCI-based AHCI driver
by Bin Meng
· 7 years ago
bfc1c6b
dm: ahci: Correct uclass private data
by Simon Glass
· 7 years ago
068a2fc
dm: scsi: Drop duplicate SCSI and DM_SCSI options
by Simon Glass
· 7 years ago
745a94f
ahci: Support non-PCI controllers
by Simon Glass
· 7 years ago
9c1390d
dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
by Bin Meng
· 7 years ago
681357f
dm: ahci: Add a driver for SCSI on AHCI
by Simon Glass
· 7 years ago
f6580ef
dm: scsi: Adjust return value of scsi_exec()
by Simon Glass
· 7 years ago
f6ab5a9
dm: scsi: Add operations for SCSI devices
by Simon Glass
· 7 years ago
4e74901
dm: ahci: Create a local version of two SCSI functions
by Simon Glass
· 7 years ago
4682c8a
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
by Simon Glass
· 7 years ago
4279efc
dm: ahci: Drop use of probe_ent
by Simon Glass
· 7 years ago
7cf1afc
dm: ahci: Unwind the confusing init code
by Simon Glass
· 7 years ago
62b4ec8
dm: ahci: Move common code for starting ports into a function
by Simon Glass
· 7 years ago
225b1da
dm: ahci: Refactor to avoid static variables
by Simon Glass
· 7 years ago
4b62b2f
dm: sata: Move ataid into struct ahci_uc_priv
by Simon Glass
· 7 years ago
2c9f9ef
dm: ahci: Rename struct ahci_probe_ent
by Simon Glass
· 7 years ago
1dc64f6
dm: scsi: Use the uclass platform data
by Simon Glass
· 7 years ago
b9560ad
dm: scsi: Drop the ccb typedef
by Simon Glass
· 7 years ago
f2105c6
sata: Move drivers into new drivers/ata directory
by Simon Glass
· 7 years ago