[PATCH V2] scsi: ufs: Get boot device storage type from command line

From: Chetan C R
Date: Thu Jul 28 2022 - 13:31:02 EST


v1->v2:
- Made UFS_QCOM_CMDLINE as default 'Y' to get __setup()

Get the boot device storage type by reading it from
kernel command line arguments and export the same
information to ufs modules.

Chetan C R (1):
scsi: ufs: Get boot device storage type from command line

drivers/ufs/host/Kconfig | 10 ++++++++
drivers/ufs/host/Makefile | 1 +
drivers/ufs/host/ufs-cmdline.c | 54 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 65 insertions(+)
create mode 100644 drivers/ufs/host/ufs-cmdline.c

--
2.7.4