[0/4] nvmem: fixes for 6.1

Message ID 20221118063840.6357-1-srinivas.kandagatla@linaro.org
Headers
Series nvmem: fixes for 6.1 |

Message

Srinivas Kandagatla Nov. 18, 2022, 6:38 a.m. UTC
  Hi Greg,

Here is a few minor fixes in u-boot-env, rmem and lan9662-otp nvmem providers.
-two lan9662 fixes are to fix the compatible string and fix a smatch
warning.
- rmem fixes an error handling path.
- u-boot env has fix for data offset.

If its not too late, can you take them for 6.1.

Many thanks,
Srini


*** BLURB HERE ***

Christian Lamparter (1):
  nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-env

Claudiu Beznea (1):
  nvmem: lan9662-otp: fix compatible name

Horatiu Vultur (1):
  nvmem: lan9662-otp: Change return type of
    lan9662_otp_wait_flag_clear()

Wei Yongjun (1):
  nvmem: rmem: Fix return value check in rmem_read()

 drivers/nvmem/lan9662-otpc.c | 4 ++--
 drivers/nvmem/rmem.c         | 4 ++--
 drivers/nvmem/u-boot-env.c   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
  

Comments

Greg KH Nov. 22, 2022, 5:22 p.m. UTC | #1
On Fri, Nov 18, 2022 at 06:38:36AM +0000, Srinivas Kandagatla wrote:
> Hi Greg,
> 
> Here is a few minor fixes in u-boot-env, rmem and lan9662-otp nvmem providers.
> -two lan9662 fixes are to fix the compatible string and fix a smatch
> warning.
> - rmem fixes an error handling path.
> - u-boot env has fix for data offset.
> 
> If its not too late, can you take them for 6.1.
> 

2 of these were already in 6.1-rc6, but I took the others now as well.

thanks,

greg k-h