mbox series

[0/5] nvmem: patches for v4.11

Message ID 1485126160-3892-1-git-send-email-srinivas.kandagatla@linaro.org
Headers show
Series nvmem: patches for v4.11 | expand

Message

Srinivas Kandagatla Jan. 22, 2017, 11:02 p.m. UTC
Hi Greg, 

This patchset contains new driver support for imx6ul, two enhancements
to nvmem core and a fix in doc.
Can you please queue these for v4.11.

Thanks,
srini


Bai Ping (2):
  nvmem: octop: Add support for imx6ul
  devicetree: bindings: nvmem: Add compatible string for imx6ul

Vivek Gautam (3):
  nvmem: core: Allow ignoring length when reading a cell
  nvmem: core: Correct a bunch of function documentations
  nvmem: core: Allow getting nvmem cell with a NULL cell id

 .../devicetree/bindings/nvmem/imx-ocotp.txt        |  6 ++-
 drivers/nvmem/core.c                               | 45 +++++++++++++---------
 drivers/nvmem/imx-ocotp.c                          |  1 +
 3 files changed, 32 insertions(+), 20 deletions(-)

-- 
2.7.4

Comments

gregkh@linuxfoundation.org Jan. 25, 2017, 10:49 a.m. UTC | #1
On Sun, Jan 22, 2017 at 11:02:34PM +0000, Srinivas Kandagatla wrote:
> Hi Greg, 

> 

> This patchset contains new driver support for imx6ul, two enhancements

> to nvmem core and a fix in doc.

> Can you please queue these for v4.11.


You really sent 6 patches, one was a duplicate...

I've fixed it up, be more careful next time please.

greg k-h