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: <090a5802-d2de-682f-4f12-f7a475ee9339@linaro.org>
Date:   Mon, 6 Jun 2022 11:07:39 +0100
From:   Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:     Claudiu Beznea <claudiu.beznea@...rochip.com>, robh+dt@...nel.org,
        krzk+dt@...nel.org
Cc:     linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 0/2] nvmem: add Microchip OTP controller



On 18/05/2022 12:51, Claudiu Beznea wrote:
> Hi,
> 
> This series adds support for Microchip OTP controller available on
> SAMA7G5. The driver gives access to a non-volatile memory which
> keeps (at the moment) information like booting media and temperature
> calibration data used for thermal measurements.
> 
> Thank you,
> Claudiu Beznea
> 
> Changes in v3:
> - fixed Documentation and binding files names
> - used __maybe_unused for mchp_otpc_ids
> 
> Changes in v2:
> - updated the bindings (patch 1/2) as follows:
> 	- included the device name in files names and updated binding
> 	  content accordingly
> 	- updated the description
> 	- removed address-cells, size-cells
> 	- removed clock include
> 	- use GPL-2.0 OR BSD-2-Clause license
> 	- removed OTP_PKT_SAMA7G5_TEMP_CALIB_LEN and keep hardcoded
> 	  value in examples
> 	
> - updated MAINTAINERS file with new naming of bindings
> 
> Claudiu Beznea (2):
>    dt-bindings: microchip-otpc: document Microchip OTPC
>    nvmem: microchip-otpc: add support

Applied thanks,

--srini
> 
>   .../nvmem/microchip,sama7g5-otpc.yaml         |  50 +++
>   MAINTAINERS                                   |   8 +
>   drivers/nvmem/Kconfig                         |   7 +
>   drivers/nvmem/Makefile                        |   2 +
>   drivers/nvmem/microchip-otpc.c                | 288 ++++++++++++++++++
>   .../nvmem/microchip,sama7g5-otpc.h            |  12 +
>   6 files changed, 367 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
>   create mode 100644 drivers/nvmem/microchip-otpc.c
>   create mode 040000 include/dt-bindings/nvmem
>   create mode 100644 include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ