lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f71f9e50-6741-9352-4a72-1f82726945e4@linaro.org>
Date:   Mon, 17 May 2021 10:18:25 +0100
From:   Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:     Samuel Holland <samuel@...lland.org>
Cc:     Maxime Ripard <mripard@...nel.org>, Chen-Yu Tsai <wens@...e.org>,
        Jernej Skrabec <jernej.skrabec@...l.net>,
        linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nvmem: sunxi_sid: Set type to OTP



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@...lland.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;
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ