Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: qcom: socinfo: arrange the socinfo_image_names array in alphabetical order

The socinfo_image_names array is currently neither arranged alphabetically
nor by image index values, making it harder to maintain. Reorder the array
alphabetically to improve readability and simplify the addition of new
entries.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250929-image_crm-v1-1-e06530c42357@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Kathiravan Thirumoorthy and committed by
Bjorn Andersson
abac241e 94124bf2

+6 -6
+6 -6
drivers/soc/qcom/socinfo.c
··· 60 60 [SMEM_IMAGE_TABLE_APPSBL_INDEX] = "appsbl", 61 61 [SMEM_IMAGE_TABLE_APPS_INDEX] = "apps", 62 62 [SMEM_IMAGE_TABLE_BOOT_INDEX] = "boot", 63 + [SMEM_IMAGE_TABLE_CDSP1_INDEX] = "cdsp1", 64 + [SMEM_IMAGE_TABLE_CDSP_INDEX] = "cdsp", 63 65 [SMEM_IMAGE_TABLE_CNSS_INDEX] = "cnss", 66 + [SMEM_IMAGE_TABLE_DSPS_INDEX] = "dsps", 67 + [SMEM_IMAGE_TABLE_GPDSP1_INDEX] = "gpdsp1", 68 + [SMEM_IMAGE_TABLE_GPDSP_INDEX] = "gpdsp", 64 69 [SMEM_IMAGE_TABLE_MPSS_INDEX] = "mpss", 65 70 [SMEM_IMAGE_TABLE_RPM_INDEX] = "rpm", 71 + [SMEM_IMAGE_TABLE_TME_INDEX] = "tme", 66 72 [SMEM_IMAGE_TABLE_TZ_INDEX] = "tz", 67 73 [SMEM_IMAGE_TABLE_VIDEO_INDEX] = "video", 68 - [SMEM_IMAGE_TABLE_DSPS_INDEX] = "dsps", 69 - [SMEM_IMAGE_TABLE_CDSP_INDEX] = "cdsp", 70 - [SMEM_IMAGE_TABLE_CDSP1_INDEX] = "cdsp1", 71 - [SMEM_IMAGE_TABLE_GPDSP_INDEX] = "gpdsp", 72 - [SMEM_IMAGE_TABLE_GPDSP1_INDEX] = "gpdsp1", 73 - [SMEM_IMAGE_TABLE_TME_INDEX] = "tme", 74 74 }; 75 75 76 76 static const char *const pmic_models[] = {