[PATCH 0/6] ufs: core: initial cleanup and defines sync with Linux v6.12
Neil Armstrong
neil.armstrong at linaro.org
Tue Nov 26 10:43:13 CET 2024
On 26/11/2024 07:43, Love Kumar wrote:
> Hi,
>
> On 20/11/24 2:52 pm, Neil Armstrong wrote:
>> This serie fixes the build and checkpatch warnings, and
>> does a split of the ufs.h into a separate ufshci.h which
>> helps syndhronizing the defines from Linux v6.12.
>>
>> No functional changes intended, tests on hardware
>> are welcome.
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong at linaro.org>
>> ---
>> Neil Armstrong (6):
>> ufs: core: include missing include/ufs.h
>> ufs: core: mark unexported functions as static
>> ufs: core: cosmetic fixups
>> ufs: core: move ufshci defines in a separate header
>> ufs: core: sync unipro.h with Linux v6.12
>> ufs: core: sync ufshci.h with Linux v6.12
>>
>> drivers/ufs/ufs.c | 43 +++--
>> drivers/ufs/ufs.h | 335 +-----------------------------------
>> drivers/ufs/ufshci.h | 469 +++++++++++++++++++++++++++++++++++++++++++++++++++
>> drivers/ufs/unipro.h | 128 ++++++++------
>> 4 files changed, 571 insertions(+), 404 deletions(-)
>> ---
>> base-commit: dc1859f8d2ac3faaa5e2e1d465ec4bd8980520a5
>> change-id: 20241120-topic-ufs-cleanup-23671e3fc9e9
>>
>> Best regards,
> Verified these changes on AMD platform (amd_versal2_virt_defconfig) and didn't observe any issue with this series.
>
> Tested-by: Love Kumar <love.kumar at amd.com>
Thanks for testing!
Neil
>
> Regards,
> Love Kumar
More information about the U-Boot
mailing list