All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Samuel Holland <samuel@sholland.org>
Cc: Maxime Ripard <mripard@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@siol.net>,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] nvmem: sunxi_sid: Set type to OTP
Date: Mon, 17 May 2021 10:18:25 +0100	[thread overview]
Message-ID: <f71f9e50-6741-9352-4a72-1f82726945e4@linaro.org> (raw)
In-Reply-To: <20210419015815.38910-1-samuel@sholland.org>



On 19/04/2021 02:58, Samuel Holland wrote:
> This device currently reports an "Unknown" type in sysfs.
> Since it is an eFuse hardware device, set its type to OTP.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---

Applied thanks,

--srini
>   drivers/nvmem/sunxi_sid.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c
> index e26ef1bbf198..275b9155e473 100644
> --- a/drivers/nvmem/sunxi_sid.c
> +++ b/drivers/nvmem/sunxi_sid.c
> @@ -142,6 +142,7 @@ static int sunxi_sid_probe(struct platform_device *pdev)
>   
>   	nvmem_cfg->dev = dev;
>   	nvmem_cfg->name = "sunxi-sid";
> +	nvmem_cfg->type = NVMEM_TYPE_OTP;
>   	nvmem_cfg->read_only = true;
>   	nvmem_cfg->size = cfg->size;
>   	nvmem_cfg->word_size = 1;
> 

WARNING: multiple messages have this Message-ID (diff)
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Samuel Holland <samuel@sholland.org>
Cc: Maxime Ripard <mripard@kernel.org>, Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@siol.net>,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] nvmem: sunxi_sid: Set type to OTP
Date: Mon, 17 May 2021 10:18:25 +0100	[thread overview]
Message-ID: <f71f9e50-6741-9352-4a72-1f82726945e4@linaro.org> (raw)
In-Reply-To: <20210419015815.38910-1-samuel@sholland.org>



On 19/04/2021 02:58, Samuel Holland wrote:
> This device currently reports an "Unknown" type in sysfs.
> Since it is an eFuse hardware device, set its type to OTP.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---

Applied thanks,

--srini
>   drivers/nvmem/sunxi_sid.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c
> index e26ef1bbf198..275b9155e473 100644
> --- a/drivers/nvmem/sunxi_sid.c
> +++ b/drivers/nvmem/sunxi_sid.c
> @@ -142,6 +142,7 @@ static int sunxi_sid_probe(struct platform_device *pdev)
>   
>   	nvmem_cfg->dev = dev;
>   	nvmem_cfg->name = "sunxi-sid";
> +	nvmem_cfg->type = NVMEM_TYPE_OTP;
>   	nvmem_cfg->read_only = true;
>   	nvmem_cfg->size = cfg->size;
>   	nvmem_cfg->word_size = 1;
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-05-17  9:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19  1:58 [PATCH] nvmem: sunxi_sid: Set type to OTP Samuel Holland
2021-04-19  1:58 ` Samuel Holland
2021-04-19  2:16 ` Chen-Yu Tsai
2021-04-19  2:16   ` Chen-Yu Tsai
2021-04-19  2:16   ` Chen-Yu Tsai
2021-05-17  9:18 ` Srinivas Kandagatla [this message]
2021-05-17  9:18   ` Srinivas Kandagatla

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=f71f9e50-6741-9352-4a72-1f82726945e4@linaro.org \
    --to=srinivas.kandagatla@linaro.org \
    --cc=jernej.skrabec@siol.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=mripard@kernel.org \
    --cc=samuel@sholland.org \
    --cc=wens@csie.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.