[PATCH v3 1/5] ufs: Expose selected UFS functions
Tom Rini
trini at konsulko.com
Mon Jun 8 21:04:38 CEST 2026
On Mon, Jun 08, 2026 at 01:33:25PM +0300, Raz Ben Yehuda wrote:
> Remove static qualifier from selected functios to allow
> future use
>
> Signed-off-by: Raz Ben Yehuda <raz.benyehuda at mobileye.com>
> ---
> drivers/ufs/ufs-uclass.c | 18 +++++++++---------
> drivers/ufs/ufs.h | 13 +++++++++++++
> 2 files changed, 22 insertions(+), 9 deletions(-)
Making these functions public means that the kernel-doc portions need to
moved too, and put in include/ufs.h. This fixes the problem of having to
get drivers/ufs/ufs.h included by cmd/ufs.c in a later patch.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260608/b42afce2/attachment.sig>
More information about the U-Boot
mailing list