[PATCH] ufs: Fix wrong bitfield usage for Data Direction in Transfer Request
Neil Armstrong
neil.armstrong at linaro.org
Tue Oct 28 17:57:31 CET 2025
Hi,
On Fri, 10 Oct 2025 11:45:57 +0900, Kunihiko Hayashi wrote:
> Commit d232d7fdbf6f ("ufs: core: sync ufshci.h with Linux v6.12") updated
> the Data Direction values from bitmask values to simple enumerations.
>
> Before:
> enum {
> UTP_NO_DATA_TRANSFER = 0x00000000,
> UTP_HOST_TO_DEVICE = 0x02000000,
> UTP_DEVICE_TO_HOST = 0x04000000,
> };
>
> [...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-ufs (master)
[1/1] ufs: Fix wrong bitfield usage for Data Direction in Transfer Request
https://source.denx.de/u-boot/custodians/u-boot-ufs/-/commit/d0dfb8c635ab4ff60090878879c9f75f9a7193da
--
Neil
More information about the U-Boot
mailing list