index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
2
-5
/
+8
2022-05-03
pci: Map bars with offset and length
Andrew Scull
2
-6
/
+6
2022-04-11
ahci: add PCI bindings for Marvell 88SE6121/45 SATA controllers
Hajo Noerenberg
1
-0
/
+2
2022-04-09
sata: call device_probe() after scanning
AKASHI Takahiro
4
-0
/
+33
2022-02-21
Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-0
/
+44
2022-02-15
scsi: ceva: Enable PHY and reset support
Michal Simek
1
-0
/
+44
2022-02-09
Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig
Simon Glass
1
-0
/
+10
2022-02-09
ahci: Make ahci drivers depend on AHCI
Simon Glass
1
-13
/
+13
2022-02-09
sata: sata_sil: Only support BLK
Simon Glass
1
-115
/
+3
2022-02-09
sata: Rearrange Kconfig for SATA
Simon Glass
1
-34
/
+37
2022-02-09
sata: Only support BLK
Simon Glass
2
-30
/
+1
2022-02-09
sata: Drop Silicon Image SIL3114 SATA driver
Simon Glass
4
-978
/
+0
2021-11-09
scsi: ceva: rename the resource name to match the linux kernel one
Michael Walle
1
-1
/
+1
2021-09-16
pci: Fix mismerge with v2021.10-rc4
Tom Rini
1
-1
/
+1
2021-09-16
Merge tag 'v2021.10-rc4' into next
Tom Rini
2
-59
/
+10
2021-09-13
pci: acpi: Drop DM_PCI check from ahci
Simon Glass
1
-55
/
+0
2021-09-10
arm: mvebu : sata_mv should probe all ports
Tony Dinh
1
-4
/
+10
2021-09-01
ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI
Pali Rohár
2
-1
/
+7
2021-09-01
ata: ahci-pci: Fix dependency on DM_PCI
Pali Rohár
1
-0
/
+1
2021-08-11
arm: mvebu: sata_mv failed to identify HDDs during cold start
Tony Dinh
1
-2
/
+27
2021-08-06
pci: sata_sil: Drop DM_PCI checks
Simon Glass
2
-12
/
+0
2021-07-07
Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
1
-0
/
+2
2021-07-06
ata: ahci-pci: Use scsi_ops to initialize ops
Masami Hiramatsu
1
-0
/
+2
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-05-24
ata: ahci: fix ahci_link_up() type mismatch for LTO
Marek Behún
1
-1
/
+1
2021-05-11
ata: Make LIBATA means AHCI is enabled mandatory.
Tom Rini
1
-2
/
+4
2021-04-23
ata: ahci: Fix usage on big-endian platforms
Stefan Roese
1
-12
/
+11
2021-04-23
sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS Octeon
Stefan Roese
2
-2
/
+3
2021-04-20
drivers: ata: ahci: update max id if it is more than available ports
Suneel Garapati
1
-0
/
+3
2021-04-10
drivers: ata: Remove mvsata_ide driver
Tom Rini
3
-206
/
+0
2021-04-10
ata: DWC_AHSATA depends on BLK
Tom Rini
1
-0
/
+1
2021-03-19
ahci: mediatek: fix undefined reference of dev_err
Frank Wunderlich
1
-0
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
3
-0
/
+4
2021-01-31
ata: sunxi: fix debug messages
Dario Binacchi
1
-4
/
+4
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
1
-1
/
+2
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
4
-8
/
+8
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
3
-28
/
+28
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
5
-13
/
+13
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
7
-9
/
+9
2020-09-08
ata: dwc-ahci: change trace level for phy errors managed by uclass
Patrick Delaunay
1
-2
/
+2
2020-08-25
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
1
-0
/
+15
2020-08-25
ata: ahci: Add BAR index quirk for Cavium PCI SATA device
Suneel Garapati
1
-0
/
+15
2020-08-24
ahci: mediatek: fix copyright and author-lines
Frank Wunderlich
1
-4
/
+2
2020-08-22
ata: mvebu: use dev_read_addr() to get base address
Masahiro Yamada
1
-1
/
+1
2020-08-19
ahci: mediatek: add ahci driver
Frank Wunderlich
3
-0
/
+139
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
1
-1
/
+1
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-07-07
sata_sil: Enable DM_PCI operation
Andre Przywara
2
-2
/
+15
[next]