lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 28 Jan 2019 15:54:53 +0000
From:   Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:     gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH 00/13] nvmem: patches for 5.1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ