Hi Greg, Here are few nvmem patches which includes - some improvements to nvmem core done by Alban - add support for imx MX7ULP and MX6ULL. - fix block index calculation on sc27xx provider - add ACPI support to BCM OCOTP provider
Can you please pick them up for 5.1. thanks, srini Alban Bedel (7): nvmem: core: Set the provider read-only when no write callback is given nvmem: core: Fix of_nvmem_cell_get() for optional cells nvmem: core: Fix cell lookup when no cell is found nvmem: core: Properly handle connection ID in of_nvmem_device_get() nvmem: core: Always reference the device returned by nvmem_device_get() nvmem: core: Fix device reference leak nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup() Anson Huang (2): dt-bindings: nvmem: imx-ocotp: add compatible string for i.MX7ULP nvmem: imx-ocotp: add i.MX7ULP support Freeman Liu (1): nvmem: sc27xx: Convert nvmem offset to block index Srinath Mannam (1): nvmem: bcm-ocotp: Add ACPI support to BCM OCOTP Stefan Wahren (2): dt-bindings: imx-ocotp: Add i.MX6ULL/ULZ support nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support .../devicetree/bindings/nvmem/imx-ocotp.txt | 4 +- drivers/nvmem/bcm-ocotp.c | 37 +++++++++--------- drivers/nvmem/core.c | 38 +++++++++++-------- drivers/nvmem/imx-ocotp.c | 13 +++++++ drivers/nvmem/sc27xx-efuse.c | 12 ++++-- 5 files changed, 66 insertions(+), 38 deletions(-) -- 2.20.1