From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AC7F207A32 for ; Wed, 28 Jan 2026 14:14:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769609647; cv=none; b=Ct47+xYHM4yrf9kM4s3BS5F2B7tjpDJv6wgU08iEhUfZrUfi8GRq7/WJLwQXM20kFJzSdKO4ypj9uvha9AmiOV4MDWfPyrTnZ/uO2RG6nBAAaL5G9tJ7xzXRUaps+cMU+QUIjf3vjPqu/EluIpCUUUGPhlXHIQ8urhjudA17L1M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769609647; c=relaxed/simple; bh=VZQPtpx66Ybd4yhAHAYKULdlXDwl+sITPXYT2lvDWPE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=UlduW+niceoaPrCE03rM0R6VqLd8oQnLeJ8MzpcEx/SjjVl4HYsyJsJaa+jpf4Gvoo10qTbpyf7BE8X8oonviitXkCLvTirAvqXxrua9V3HR+F7/ZorCg/F8H6XXdG8boUQIKQK1jQ9LBkyEtZ44yRF6kFF6D0NZP7CWQRk+lm0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=QonMFsWe; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="QonMFsWe" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 6842E1A2ABC; Wed, 28 Jan 2026 14:14:04 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 321D66071F; Wed, 28 Jan 2026 14:14:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8013B119A8801; Wed, 28 Jan 2026 15:13:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1769609643; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Ws3luuLYkZ0uOhioCUNbEqgIzoIgh5ljL8mxNOKgJ6I=; b=QonMFsWePHktG/indanJbrSHvacEEguYH9qqLfq/orHpuE+tRTtn1vVoKSRb7nPlozZVCI A9RVFvKDIa/qN5ghBArp2AVlZgGcHaOpzjlhhWWY94Ag9JqUp7fDFsncVlcqrhmemBb5eR wqq87/35VntFmdWiq25QR47ZbWJqcQOB9bJNTCMWipeLgTXST0bTXTdDE3B6gUYZQxdcyK lrkcXsTJPo8JyKEVNniSosJ3mfs+LP87LKx7lP/PH8lcqqHlnyq4RCV2Tojl7sa9ulFeXa 7yaZ9fJe/xrm6XItbCR5bw2O59lgTrAzqqYS0043jcdg8B59jOA1pdvkrid2Gw== From: Miquel Raynal To: Konrad Dybcio Cc: Junhao Xie , Bjorn Andersson , Konrad Dybcio , Richard Weinberger , Vignesh Raghavendra , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Xilin Wu Subject: Re: [PATCH v2 0/2] mtd: devices: Qualcomm SCM storage support In-Reply-To: (Konrad Dybcio's message of "Wed, 28 Jan 2026 14:26:23 +0100") References: <20260126-scm-storage-v2-v2-0-fa045c7e7699@radxa.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Wed, 28 Jan 2026 15:13:59 +0100 Message-ID: <875x8ln7tk.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Hello, >> Junhao Xie (2): >> firmware: qcom: scm: Add SCM storage interface support >> mtd: devices: Add Qualcomm SCM storage driver >>=20 >> 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=C3=A8l