[PATCH 0/3] nvmem: patches (set 2) for 5.18

Srinivas Kandagatla posted 3 patches 4 years, 3 months ago
.../bindings/nvmem/sunplus,sp7021-ocotp.yaml  |  86 +++++++
MAINTAINERS                                   |   6 +
drivers/nvmem/Kconfig                         |  12 +
drivers/nvmem/Makefile                        |   2 +
drivers/nvmem/qfprom.c                        |   2 +-
drivers/nvmem/sunplus-ocotp.c                 | 228 ++++++++++++++++++
6 files changed, 335 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
create mode 100644 drivers/nvmem/sunplus-ocotp.c
[PATCH 0/3] nvmem: patches (set 2) for 5.18
Posted by Srinivas Kandagatla 4 years, 3 months ago
Hi Greg,

Here is final set of nvmem patches for 5.18 which includes

- Add new Sunplus nvmem provider and bindings.
- fix in qfprom to increase blow timeout.

Can you please queue them up for 5.18.

thanks for you help,
srini

Knox Chiou (1):
  nvmem: qfprom: Increase fuse blow timeout to prevent write fail

Vincent Shih (2):
  nvmem: Add driver for OCOTP in Sunplus SP7021
  dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver

 .../bindings/nvmem/sunplus,sp7021-ocotp.yaml  |  86 +++++++
 MAINTAINERS                                   |   6 +
 drivers/nvmem/Kconfig                         |  12 +
 drivers/nvmem/Makefile                        |   2 +
 drivers/nvmem/qfprom.c                        |   2 +-
 drivers/nvmem/sunplus-ocotp.c                 | 228 ++++++++++++++++++
 6 files changed, 335 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
 create mode 100644 drivers/nvmem/sunplus-ocotp.c

-- 
2.21.0

Re: [PATCH 0/3] nvmem: patches (set 2) for 5.18
Posted by Srinivas Kandagatla 4 years, 3 months ago
Hi Greg,

On 23/02/2022 22:34, Srinivas Kandagatla wrote:
> Hi Greg,
> 
> Here is final set of nvmem patches for 5.18 which includes
> 
> - Add new Sunplus nvmem provider and bindings.
> - fix in qfprom to increase blow timeout.
> 
> Can you please queue them up for 5.18.
> 
> thanks for you help,
> srini
> 
> Knox Chiou (1):
>    nvmem: qfprom: Increase fuse blow timeout to prevent write fail
> 
> Vincent Shih (2):
>    nvmem: Add driver for OCOTP in Sunplus SP7021
>    dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver

Sorry for inconvenience, but can you please ignore this set if you have 
not already applied them.

There seems to be a issue with yaml file which fails dt-bindings check 
and there are few more patches that can go for 5.18.

I will a send new set soon.

Thanks for your help
--srini

> 
>   .../bindings/nvmem/sunplus,sp7021-ocotp.yaml  |  86 +++++++
>   MAINTAINERS                                   |   6 +
>   drivers/nvmem/Kconfig                         |  12 +
>   drivers/nvmem/Makefile                        |   2 +
>   drivers/nvmem/qfprom.c                        |   2 +-
>   drivers/nvmem/sunplus-ocotp.c                 | 228 ++++++++++++++++++
>   6 files changed, 335 insertions(+), 1 deletion(-)
>   create mode 100644 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
>   create mode 100644 drivers/nvmem/sunplus-ocotp.c
> 
Re: [PATCH 0/3] nvmem: patches (set 2) for 5.18
Posted by Srinivas Kandagatla 4 years, 3 months ago

On 25/02/2022 10:52, Srinivas Kandagatla wrote:
> Hi Greg,
> 
> On 23/02/2022 22:34, Srinivas Kandagatla wrote:
>> Hi Greg,
>>
>> Here is final set of nvmem patches for 5.18 which includes
>>
>> - Add new Sunplus nvmem provider and bindings.
>> - fix in qfprom to increase blow timeout.
>>
>> Can you please queue them up for 5.18.
>>
>> thanks for you help,
>> srini
>>
>> Knox Chiou (1):
>>    nvmem: qfprom: Increase fuse blow timeout to prevent write fail
>>
>> Vincent Shih (2):
>>    nvmem: Add driver for OCOTP in Sunplus SP7021
>>    dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver
> 
> Sorry for inconvenience, but can you please ignore this set if you have 
> not already applied them.
> 
Opps, It looks like these were just applied.

I can send other patches along with fix to yaml as next set, if that 
works for you?


thanks,
srini


> There seems to be a issue with yaml file which fails dt-bindings check 
> and there are few more patches that can go for 5.18.
> 
> I will a send new set soon.
> 
> Thanks for your help
> --srini
> 
>>
>>   .../bindings/nvmem/sunplus,sp7021-ocotp.yaml  |  86 +++++++
>>   MAINTAINERS                                   |   6 +
>>   drivers/nvmem/Kconfig                         |  12 +
>>   drivers/nvmem/Makefile                        |   2 +
>>   drivers/nvmem/qfprom.c                        |   2 +-
>>   drivers/nvmem/sunplus-ocotp.c                 | 228 ++++++++++++++++++
>>   6 files changed, 335 insertions(+), 1 deletion(-)
>>   create mode 100644 
>> Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
>>   create mode 100644 drivers/nvmem/sunplus-ocotp.c
>>
Re: [PATCH 0/3] nvmem: patches (set 2) for 5.18
Posted by Greg KH 4 years, 3 months ago
On Fri, Feb 25, 2022 at 11:17:47AM +0000, Srinivas Kandagatla wrote:
> 
> 
> On 25/02/2022 10:52, Srinivas Kandagatla wrote:
> > Hi Greg,
> > 
> > On 23/02/2022 22:34, Srinivas Kandagatla wrote:
> > > Hi Greg,
> > > 
> > > Here is final set of nvmem patches for 5.18 which includes
> > > 
> > > - Add new Sunplus nvmem provider and bindings.
> > > - fix in qfprom to increase blow timeout.
> > > 
> > > Can you please queue them up for 5.18.
> > > 
> > > thanks for you help,
> > > srini
> > > 
> > > Knox Chiou (1):
> > >    nvmem: qfprom: Increase fuse blow timeout to prevent write fail
> > > 
> > > Vincent Shih (2):
> > >    nvmem: Add driver for OCOTP in Sunplus SP7021
> > >    dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver
> > 
> > Sorry for inconvenience, but can you please ignore this set if you have
> > not already applied them.
> > 
> Opps, It looks like these were just applied.
> 
> I can send other patches along with fix to yaml as next set, if that works
> for you?

Yes please.
Re: [PATCH 0/3] nvmem: patches (set 2) for 5.18
Posted by Greg KH 4 years, 3 months ago
On Fri, Feb 25, 2022 at 10:52:59AM +0000, Srinivas Kandagatla wrote:
> Hi Greg,
> 
> On 23/02/2022 22:34, Srinivas Kandagatla wrote:
> > Hi Greg,
> > 
> > Here is final set of nvmem patches for 5.18 which includes
> > 
> > - Add new Sunplus nvmem provider and bindings.
> > - fix in qfprom to increase blow timeout.
> > 
> > Can you please queue them up for 5.18.
> > 
> > thanks for you help,
> > srini
> > 
> > Knox Chiou (1):
> >    nvmem: qfprom: Increase fuse blow timeout to prevent write fail
> > 
> > Vincent Shih (2):
> >    nvmem: Add driver for OCOTP in Sunplus SP7021
> >    dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver
> 
> Sorry for inconvenience, but can you please ignore this set if you have not
> already applied them.

I already applied them :(

> There seems to be a issue with yaml file which fails dt-bindings check and
> there are few more patches that can go for 5.18.
> 
> I will a send new set soon.

Send a fixup patch?

thanks,

greg k-h