mbox series

[GIT,PULL] Please pull u-boot-ufs-next-20250318

Message ID 5ac73ad3-d718-45d5-8578-a37f6fd25d4b@linaro.org
State New
Headers show
Series [GIT,PULL] Please pull u-boot-ufs-next-20250318 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-ufs.git tags/u-boot-ufs-next-20250318

Message

Neil Armstrong March 18, 2025, 4:20 p.m. UTC
Hi Tom,

This is a welcome cleanup and sync with the v6.12 UFS headers to ease
code sync from Linux.

Thanks,
Neil

The following changes since commit 0e1fc465fea62ebae91f2f56cb823e8b37ee1077:

   Merge tag 'dm-pull-15mar25' of git://git.denx.de/u-boot-dm into next (2025-03-15 08:19:31 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-ufs.git tags/u-boot-ufs-next-20250318

for you to fetch changes up to d232d7fdbf6f86e11f2dda2211132fdcffa8b5aa:

   ufs: core: sync ufshci.h with Linux v6.12 (2025-03-18 15:55:08 +0100)

----------------------------------------------------------------
- initial cleanup and defines sync with Linux v6.12

----------------------------------------------------------------
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    |  44 +++--
  drivers/ufs/ufs.h    | 335 +-----------------------------------
  drivers/ufs/ufshci.h | 469 +++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/ufs/unipro.h | 128 ++++++++------
  4 files changed, 571 insertions(+), 405 deletions(-)
  create mode 100644 drivers/ufs/ufshci.h

Comments

Tom Rini March 18, 2025, 7:11 p.m. UTC | #1
On Tue, 18 Mar 2025 17:20:45 +0100, Neil Armstrong wrote:

> This is a welcome cleanup and sync with the v6.12 UFS headers to ease
> code sync from Linux.
> 
> Thanks,
> Neil
> 
> The following changes since commit 0e1fc465fea62ebae91f2f56cb823e8b37ee1077:
> 
> [...]

Merged into u-boot/next, thanks!