[PATCH 0/3] nvmem: fixes for 6.11

srinivas.kandagatla@linaro.org posted 3 patches 1 year, 3 months ago
.../devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.yaml       | 2 +-
drivers/nvmem/core.c                                       | 6 +++---
drivers/nvmem/u-boot-env.c                                 | 7 +++++++
3 files changed, 11 insertions(+), 4 deletions(-)
[PATCH 0/3] nvmem: fixes for 6.11
Posted by srinivas.kandagatla@linaro.org 1 year, 3 months ago
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

Hi Greg,

Here are few fixes in nvmem for 6.11, Could you queue
these for next possible rc.

fixes include
	- fixing kernel doc about return value
	- fix u-boot provider boundary checking
	- fix dt-bindings for Zynq nvmem provider

Thanks,
Srini



MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


Geert Uytterhoeven (1):
  nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc

John Thomson (1):
  nvmem: u-boot-env: error if NVMEM device is too small

Michal Simek (1):
  dt-bindings: nvmem: Use soc-nvmem node name instead of nvmem

 .../devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.yaml       | 2 +-
 drivers/nvmem/core.c                                       | 6 +++---
 drivers/nvmem/u-boot-env.c                                 | 7 +++++++
 3 files changed, 11 insertions(+), 4 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] nvmem: fixes for 6.11
Posted by Greg KH 1 year, 3 months ago
On Mon, Sep 02, 2024 at 03:25:07PM +0100, srinivas.kandagatla@linaro.org wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> 
> Hi Greg,
> 
> Here are few fixes in nvmem for 6.11, Could you queue
> these for next possible rc.

You forgot to cc: stable on all of these :(
Re: [PATCH 0/3] nvmem: fixes for 6.11
Posted by Srinivas Kandagatla 1 year, 3 months ago

On 03/09/2024 11:20, Greg KH wrote:
> On Mon, Sep 02, 2024 at 03:25:07PM +0100, srinivas.kandagatla@linaro.org wrote:
>> From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>>
>> Hi Greg,
>>
>> Here are few fixes in nvmem for 6.11, Could you queue
>> these for next possible rc.
> 
> You forgot to cc: stable on all of these :(
> 
Sorry Greg, Should I resend them with CC Stable?

--srini
Re: [PATCH 0/3] nvmem: fixes for 6.11
Posted by Greg KH 1 year, 3 months ago
On Tue, Sep 03, 2024 at 11:45:59AM +0100, Srinivas Kandagatla wrote:
> 
> 
> On 03/09/2024 11:20, Greg KH wrote:
> > On Mon, Sep 02, 2024 at 03:25:07PM +0100, srinivas.kandagatla@linaro.org wrote:
> > > From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> > > 
> > > Hi Greg,
> > > 
> > > Here are few fixes in nvmem for 6.11, Could you queue
> > > these for next possible rc.
> > 
> > You forgot to cc: stable on all of these :(
> > 
> Sorry Greg, Should I resend them with CC Stable?

I fixed them up by hand.
Re: [PATCH 0/3] nvmem: fixes for 6.11
Posted by Srinivas Kandagatla 1 year, 3 months ago

On 03/09/2024 11:52, Greg KH wrote:
> On Tue, Sep 03, 2024 at 11:45:59AM +0100, Srinivas Kandagatla wrote:
>>
>>
>> On 03/09/2024 11:20, Greg KH wrote:
>>> On Mon, Sep 02, 2024 at 03:25:07PM +0100, srinivas.kandagatla@linaro.org wrote:
>>>> From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>>>>
>>>> Hi Greg,
>>>>
>>>> Here are few fixes in nvmem for 6.11, Could you queue
>>>> these for next possible rc.
>>>
>>> You forgot to cc: stable on all of these :(
>>>
>> Sorry Greg, Should I resend them with CC Stable?
> 
> I fixed them up by hand.
Thank you

--srini