Re: [PATCH 0/6] nvmem: patches for 4.21

2018-12-06 Thread Greg Kroah-Hartman
On Fri, Nov 30, 2018 at 01:11:30PM +0100, Bartosz Golaszewski wrote:
> pt., 30 lis 2018 o 12:53 Srinivas Kandagatla
>  napisał(a):
> >
> > Hi Greg,
> >
> > This patchset adds support to
> > - new meson-efuse peripheral clock
> > - add type attribute
> > - add new config option to ignore dt node to scan cells.
> >
> > Can you please pick them up for 4.21.
> >
> 
> Greg,
> 
> could you also pick up this one:
> https://patchwork.kernel.org/patch/10680701/ together with my nvmem
> patch from this series?

Ok, now picked up, thanks.

greg k-h


Re: [PATCH 0/6] nvmem: patches for 4.21

2018-12-06 Thread Greg Kroah-Hartman
On Fri, Nov 30, 2018 at 01:11:30PM +0100, Bartosz Golaszewski wrote:
> pt., 30 lis 2018 o 12:53 Srinivas Kandagatla
>  napisał(a):
> >
> > Hi Greg,
> >
> > This patchset adds support to
> > - new meson-efuse peripheral clock
> > - add type attribute
> > - add new config option to ignore dt node to scan cells.
> >
> > Can you please pick them up for 4.21.
> >
> 
> Greg,
> 
> could you also pick up this one:
> https://patchwork.kernel.org/patch/10680701/ together with my nvmem
> patch from this series?

Ok, now picked up, thanks.

greg k-h


Re: [PATCH 0/6] nvmem: patches for 4.21

2018-11-30 Thread Bartosz Golaszewski
pt., 30 lis 2018 o 12:53 Srinivas Kandagatla
 napisał(a):
>
> Hi Greg,
>
> This patchset adds support to
> - new meson-efuse peripheral clock
> - add type attribute
> - add new config option to ignore dt node to scan cells.
>
> Can you please pick them up for 4.21.
>

Greg,

could you also pick up this one:
https://patchwork.kernel.org/patch/10680701/ together with my nvmem
patch from this series?

Bart

> thanks,
> srini
>
>
> Alexandre Belloni (1):
>   nvmem: add type attribute
>
> Andy Shevchenko (1):
>   nvmem: Move nvmem_type_str array to its only user
>
> Bartosz Golaszewski (1):
>   nvmem: add new config option
>
> Jerome Brunet (3):
>   nvmem: meson-efuse: add error message on user_max failure.
>   nvmem: meson-efuse: bindings: add peripheral clock
>   nvmem: meson-efuse: add peripheral clock
>
>  .../bindings/nvmem/amlogic-efuse.txt  |  3 ++
>  drivers/nvmem/core.c  | 31 ++-
>  drivers/nvmem/meson-efuse.c   | 29 -
>  include/linux/nvmem-provider.h| 11 +++
>  4 files changed, 72 insertions(+), 2 deletions(-)
>
> --
> 2.19.2
>


Re: [PATCH 0/6] nvmem: patches for 4.21

2018-11-30 Thread Bartosz Golaszewski
pt., 30 lis 2018 o 12:53 Srinivas Kandagatla
 napisał(a):
>
> Hi Greg,
>
> This patchset adds support to
> - new meson-efuse peripheral clock
> - add type attribute
> - add new config option to ignore dt node to scan cells.
>
> Can you please pick them up for 4.21.
>

Greg,

could you also pick up this one:
https://patchwork.kernel.org/patch/10680701/ together with my nvmem
patch from this series?

Bart

> thanks,
> srini
>
>
> Alexandre Belloni (1):
>   nvmem: add type attribute
>
> Andy Shevchenko (1):
>   nvmem: Move nvmem_type_str array to its only user
>
> Bartosz Golaszewski (1):
>   nvmem: add new config option
>
> Jerome Brunet (3):
>   nvmem: meson-efuse: add error message on user_max failure.
>   nvmem: meson-efuse: bindings: add peripheral clock
>   nvmem: meson-efuse: add peripheral clock
>
>  .../bindings/nvmem/amlogic-efuse.txt  |  3 ++
>  drivers/nvmem/core.c  | 31 ++-
>  drivers/nvmem/meson-efuse.c   | 29 -
>  include/linux/nvmem-provider.h| 11 +++
>  4 files changed, 72 insertions(+), 2 deletions(-)
>
> --
> 2.19.2
>


[PATCH 0/6] nvmem: patches for 4.21

2018-11-30 Thread Srinivas Kandagatla
Hi Greg,

This patchset adds support to
- new meson-efuse peripheral clock
- add type attribute
- add new config option to ignore dt node to scan cells.

Can you please pick them up for 4.21.

thanks,
srini


Alexandre Belloni (1):
  nvmem: add type attribute

Andy Shevchenko (1):
  nvmem: Move nvmem_type_str array to its only user

Bartosz Golaszewski (1):
  nvmem: add new config option

Jerome Brunet (3):
  nvmem: meson-efuse: add error message on user_max failure.
  nvmem: meson-efuse: bindings: add peripheral clock
  nvmem: meson-efuse: add peripheral clock

 .../bindings/nvmem/amlogic-efuse.txt  |  3 ++
 drivers/nvmem/core.c  | 31 ++-
 drivers/nvmem/meson-efuse.c   | 29 -
 include/linux/nvmem-provider.h| 11 +++
 4 files changed, 72 insertions(+), 2 deletions(-)

-- 
2.19.2



[PATCH 0/6] nvmem: patches for 4.21

2018-11-30 Thread Srinivas Kandagatla
Hi Greg,

This patchset adds support to
- new meson-efuse peripheral clock
- add type attribute
- add new config option to ignore dt node to scan cells.

Can you please pick them up for 4.21.

thanks,
srini


Alexandre Belloni (1):
  nvmem: add type attribute

Andy Shevchenko (1):
  nvmem: Move nvmem_type_str array to its only user

Bartosz Golaszewski (1):
  nvmem: add new config option

Jerome Brunet (3):
  nvmem: meson-efuse: add error message on user_max failure.
  nvmem: meson-efuse: bindings: add peripheral clock
  nvmem: meson-efuse: add peripheral clock

 .../bindings/nvmem/amlogic-efuse.txt  |  3 ++
 drivers/nvmem/core.c  | 31 ++-
 drivers/nvmem/meson-efuse.c   | 29 -
 include/linux/nvmem-provider.h| 11 +++
 4 files changed, 72 insertions(+), 2 deletions(-)

-- 
2.19.2