Re: [PATCH v2 0/2] mtd: devices: Qualcomm SCM storage support
From: Miquel Raynal
Date: Wed Jan 28 2026 - 09:14:32 EST
Hello,
>> Junhao Xie (2):
>> firmware: qcom: scm: Add SCM storage interface support
>> mtd: devices: Add Qualcomm SCM storage driver
>>
>> drivers/firmware/qcom/qcom_scm.c | 161 ++++++++++++++++++++
>> drivers/firmware/qcom/qcom_scm.h | 3 +
>> drivers/mtd/devices/Kconfig | 17 +++
>> drivers/mtd/devices/Makefile | 1 +
>> drivers/mtd/devices/qcom_scm_storage.c | 265 +++++++++++++++++++++++++++++++++
>> include/linux/firmware/qcom/qcom_scm.h | 34 +++++
>> 6 files changed, 481 insertions(+)
>> ---
>> base-commit: 63804fed149a6750ffd28610c5c1c98cce6bd377
>
> This is 6.19-rc7, please rebase on linux-next/master (the series
> doesn't currently apply because this base is essentially a full release
> behind)
If I may, I even skipped the mail entirely because it was not about mtd
in the end. There is a single big patch labelled "firmware: qcom:". I
believe the series would better be split in smaller chunks. Typically
one for the storage support and another one for the firmware part, at
least.
Thanks,
Miquèl