]> Gentwo Git Trees - linux/.git/commit
scsi: ufs: core: Move the tracing enumeration types into a new file
authorBart Van Assche <bvanassche@acm.org>
Fri, 29 Aug 2025 15:38:16 +0000 (08:38 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 31 Aug 2025 01:49:48 +0000 (21:49 -0400)
commitb620462bba6655b47d127db70d18123c7af522d4
treef0fbfdd1e434932f1d16a6d755326da44003f868
parente02436d37a47346fdeebe0f65e5d19c0b9f87eec
scsi: ufs: core: Move the tracing enumeration types into a new file

The <ufs/ufs.h> header file defines constants and data structures
related to the UFS standard. Move the enumeration types related to
tracing into a new header file because these are not defined in the UFS
standard. An intended side effect of this patch is that the tracing
enumeration types are no longer visible to UFS host drivers.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20250829153841.2201700-1-bvanassche@acm.org
Reviewed-by: Avri Altman <avri.altman@sandisk.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufs_trace.h
drivers/ufs/core/ufs_trace_types.h [new file with mode: 0644]
include/ufs/ufs.h