Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@oss.nxp.com>
To: Frieder Schrempf <frieder@fris.de>
Cc: Srinivas Kandagatla <srini@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>, Frank Li <Frank.Li@nxp.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Pankaj Gupta <pankaj.gupta@nxp.com>,
	"Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Frieder Schrempf <frieder.schrempf@kontron.de>
Subject: Re: [PATCH v2 02/10] firmware: imx: ele: Fix indentation in ele_base_msg.h
Date: Tue, 14 Jul 2026 09:08:12 -0500	[thread overview]
Message-ID: <alZCzD0An9GTLZiy@SMW015318> (raw)
In-Reply-To: <20260713-upstreaming-next-20260609-imx-ocotp-ele-v2-2-b8266d93514b@kontron.de>

On Mon, Jul 13, 2026 at 04:53:38PM +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>
> The file uses mixed indentation characters. Use tabs everywhere.
>
> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
> ---

Reviewed-by: Frank Li <Frank.Li@nxp.com>

>  drivers/firmware/imx/ele_base_msg.h | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/firmware/imx/ele_base_msg.h b/drivers/firmware/imx/ele_base_msg.h
> index 75e65e279193..1c5d6791b323 100644
> --- a/drivers/firmware/imx/ele_base_msg.h
> +++ b/drivers/firmware/imx/ele_base_msg.h
> @@ -27,19 +27,19 @@
>  #define ELE_GEN_KEY_BLOB_REQ		0xaf
>  #define ELE_GET_FW_STATUS_REQ		0xc5
>  #define ELE_XIP_DECRYPT_REQ		0xc6
> -#define ELE_WRITE_FUSE                  0xd6
> -#define ELE_DEV_ATTEST_REQ              0xdb
> -#define ELE_WRITE_SHADOW_FUSE_REQ       0xf2
> -#define ELE_READ_SHADOW_FUSE_REQ        0xf3
> +#define ELE_WRITE_FUSE			0xd6
> +#define ELE_DEV_ATTEST_REQ		0xdb
> +#define ELE_WRITE_SHADOW_FUSE_REQ	0xf2
> +#define ELE_READ_SHADOW_FUSE_REQ	0xf3
>
>  #define ELE_GET_INFO_REQ		0xda
>  #define ELE_GET_INFO_REQ_MSG_SZ		0x10
>  #define ELE_GET_INFO_RSP_MSG_SZ		0x08
>
> -#define MAX_UID_SIZE                     (16)
> -#define DEV_GETINFO_ROM_PATCH_SHA_SZ     (32)
> -#define DEV_GETINFO_FW_SHA_SZ            (32)
> -#define DEV_GETINFO_OEM_SRKH_SZ          (64)
> +#define MAX_UID_SIZE			(16)
> +#define DEV_GETINFO_ROM_PATCH_SHA_SZ	(32)
> +#define DEV_GETINFO_FW_SHA_SZ		(32)
> +#define DEV_GETINFO_OEM_SRKH_SZ		(64)
>  #define DEV_GETINFO_MIN_VER_MASK	0xff
>  #define DEV_GETINFO_MAJ_VER_MASK	0xff00
>  #define ELE_DEV_INFO_EXTRA_SZ		0x60
>
> --
> 2.55.0
>
>


  reply	other threads:[~2026-07-14 14:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-13 14:53 [PATCH v2 00/10] Support ELE API in i.MX OCOTP NVMEM driver Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 01/10] dt-bindings: nvmem: imx-ocotp: Add support for secure-enclave Frieder Schrempf
2026-07-14  8:00   ` Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 02/10] firmware: imx: ele: Fix indentation in ele_base_msg.h Frieder Schrempf
2026-07-14 14:08   ` Frank Li [this message]
2026-07-13 14:53 ` [PATCH v2 03/10] firmware: imx: ele: Export API functions Frieder Schrempf
2026-07-14 14:08   ` Frank Li
2026-07-13 14:53 ` [PATCH v2 04/10] nvmem: imx-ocotp-ele: Add keepout table for i.MX93 Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 05/10] nvmem: imx-ocotp-ele: Remove device-specific reg_read() Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 06/10] nvmem: imx-ocotp-ele: Use __free(kfree) in imx_ocotp_reg_read() Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 07/10] nvmem: imx-ocotp-ele: Support the ELE API Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 08/10] nvmem: imx-ocotp-ele: Remove the FUSE_ELE type Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 09/10] nvmem: imx-ocotp-ele: Rename FSB access map Frieder Schrempf
2026-07-13 14:53 ` [PATCH v2 10/10] arm64: dts: imx93-kontron: Enable ELE firmware driver Frieder Schrempf
2026-07-14  6:59   ` Francesco Dolcini
2026-07-14  8:09     ` Frieder Schrempf
2026-07-14  8:32       ` Francesco Dolcini
2026-07-14  8:43         ` Frieder Schrempf
2026-07-14  9:33           ` Francesco Dolcini
2026-07-14 12:06             ` Alexander Stein
2026-07-14 12:33               ` Francesco Dolcini
2026-07-14 12:37                 ` Alexander Stein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alZCzD0An9GTLZiy@SMW015318 \
    --to=frank.li@oss.nxp.com \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=frieder@fris.de \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pankaj.gupta@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=srini@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox