mbox series

[0/3] Small changes for Rockchip NVMEM drivers

Message ID 20240507122256.3765362-1-heiko@sntech.de (mailing list archive)
Headers show
Series Small changes for Rockchip NVMEM drivers | expand

Message

Heiko Stuebner May 7, 2024, 12:22 p.m. UTC
When the option for legacy cell dt layouts was added, the
Rockchip OTP driver seems to have been overlooked, so set
the necessary option to allow seeing the cells again.

And two patches set the nvmem-type option in the device config.

Heiko Stuebner (3):
  nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
  nvmem: rockchip-otp: Set type to OTP
  nvmem: rockchip-efuse: set type to OTP

 drivers/nvmem/rockchip-efuse.c | 1 +
 drivers/nvmem/rockchip-otp.c   | 2 ++
 2 files changed, 3 insertions(+)

Comments

Quentin Schulz May 7, 2024, 12:42 p.m. UTC | #1
Hi Heiko,

On 5/7/24 2:22 PM, Heiko Stuebner wrote:
> When the option for legacy cell dt layouts was added, the
> Rockchip OTP driver seems to have been overlooked, so set
> the necessary option to allow seeing the cells again.
> 
> And two patches set the nvmem-type option in the device config.
> 

For the whole series:

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
Srinivas Kandagatla June 11, 2024, 9:30 a.m. UTC | #2
On Tue, 07 May 2024 14:22:53 +0200, Heiko Stuebner wrote:
> When the option for legacy cell dt layouts was added, the
> Rockchip OTP driver seems to have been overlooked, so set
> the necessary option to allow seeing the cells again.
> 
> And two patches set the nvmem-type option in the device config.
> 
> Heiko Stuebner (3):
>   nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
>   nvmem: rockchip-otp: Set type to OTP
>   nvmem: rockchip-efuse: set type to OTP
> 
> [...]

Applied, thanks!

[1/3] nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
      commit: d4d688ed8f312dd1cf986c956251acf6176f5085
[2/3] nvmem: rockchip-otp: Set type to OTP
      commit: ee65a6c12badd3e0891c9096d6db7a0dba655c1b
[3/3] nvmem: rockchip-efuse: set type to OTP
      commit: bb503130de1212cac2c368b373b0192eb7c59ab6

Best regards,