index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/doc/sphinx/urllib3-2.7.0
dependabot/pip/test/py/pytest-9.0.3
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
/
ufs
/
ufs.c
Age
Commit message (
Expand
)
Author
2025-10-28
ufs: core: Rename ufs.c to ufs-uclass.c
Marek Vasut
2025-10-28
ufs: core: Fold ufs-uclass into ufs
Marek Vasut
2025-10-28
ufs: core: Add ufshcd_dme_enable() and ufshcd_dme_reset()
Shawn Lin
2025-10-28
ufs: Add bRefClkFreq attribute setting
Jared McArthur
2025-10-28
ufs: Add support for sending UFS attribute requests
Jared McArthur
2025-10-28
ufs: Fix wrong bitfield usage for Data Direction in Transfer Request
Kunihiko Hayashi
2025-08-26
ufs: amd-versal2: Configure RMMI and M-PHY registers for HS mode
Venkatesh Yadav Abbarapu
2025-03-18
ufs: core: cosmetic fixups
Neil Armstrong
2025-03-18
ufs: core: mark unexported functions as static
Neil Armstrong
2025-03-18
ufs: core: include missing include/ufs.h
Neil Armstrong
2024-10-14
ufs: allow UFSHCI version 4.0
Neil Armstrong
2024-10-14
ufs: add get_max_pwr_mode callback
Neil Armstrong
2024-10-14
ufs: add device_reset callback
Neil Armstrong
2024-10-14
ufs: core: remove link_startup_again logic
Neil Armstrong
2024-10-14
ufs: Fix debug message in 'ufs_start'
Bhupesh Sharma
2024-10-14
ufs: Add missing memory barriers
Bhupesh Sharma
2024-10-14
ufs: Clear UECPA once due to LINERESET has happened during LINK_STARTUP
Bhupesh Sharma
2024-10-14
ufs: use dcache helpers for scsi_cmd data and only invalidate if necessary
Neil Armstrong
2024-10-14
ufs: split flush and invalidate to only invalidate when required
Neil Armstrong
2024-10-14
ufs: fix dcache flush and invalidate range calculation
Neil Armstrong
2024-10-14
ufs: allocate descriptors with size aligned with DMA_MINALIGN
Neil Armstrong
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
ufs: Remove <common.h> and add needed includes
Tom Rini
2023-11-27
Merge patch series "ufs: Add a PCI UFS controller support"
Tom Rini
2023-11-27
ufs: Handle UFS 3.1 controllers
Bin Meng
2023-11-27
ufs: Allow mmio registers on the PCI bus
Bin Meng
2023-11-27
ufs: Add a line feed to the end of some dev_xxx() messages
Bin Meng
2023-11-27
ufs: Correct the UFS terminlogy
Bin Meng
2023-11-10
tree-wide: Replace http:// link with https:// link for ti.com
Nishanth Menon
2023-08-24
ufs: Implement cache management
Marek Vasut
2023-08-24
ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
Marek Vasut
2023-08-24
ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
Marek Vasut
2023-08-24
ufs: Handle UFS 3.0 controllers
Marek Vasut
2023-08-24
ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
Marek Vasut
2023-08-24
ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
Marek Vasut
2023-07-14
ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0
Bhupesh Sharma
2023-05-06
drivers: use dev_read_addr_ptr when cast to pointer
Johan Jonker
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-08-03
ufs: Drop dm.h header file
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
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-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-10-23
ufs: Add Initial Support for UFS subsystem
Faiz Abbas