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]
Message-Id: <20241230143035.265518-1-srinivas.kandagatla@linaro.org>
Date: Mon, 30 Dec 2024 14:30:24 +0000
From: srinivas.kandagatla@...aro.org
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org,
	Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: [PATCH 00/11] nvmem: patches (set 1) for 6.14

From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>

Hi Greg,

Here are few nvmem patches for 6.14, Could you queue
these for 6.14.

patche include
	- updates to bindings to include MSM8917, QCS8300, IPQ5424.
	- add support for mobileye provider.
	- few enhancements in rmem driver.
	- few cleanups in nvmem core.
	- update MAINTAINERS to include nvmem dt-bindings
Thanks,
Srini

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


Barnabás Czémán (1):
  dt-bindings: nvmem: Add compatible for MS8917

Jingyi Wang (1):
  dt-bindings: nvmem: qfprom: Add compatible for QCS8300

Manikanta Mylavarapu (1):
  dt-bindings: nvmem: Add compatible for IPQ5424

Peng Fan (1):
  MAINTAINERS: Update nvmem section

Thomas Weißschuh (1):
  nvmem: core: constify 'struct bin_attribute'

Théo Lebrun (6):
  dt-bindings: nvmem: rmem: Add mobileye,eyeq5-bootloader-config
  nvmem: specify ->reg_read/reg_write() expected return values
  nvmem: rmem: make ->reg_read() straight forward code
  nvmem: rmem: remove unused struct rmem::size field
  nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEM
  MIPS: mobileye: eyeq5: add bootloader config reserved memory

 .../bindings/nvmem/qcom,qfprom.yaml           |  3 +
 .../devicetree/bindings/nvmem/rmem.yaml       |  1 +
 MAINTAINERS                                   |  1 +
 arch/mips/boot/dts/mobileye/eyeq5.dtsi        | 22 +++++
 drivers/nvmem/core.c                          | 35 +++----
 drivers/nvmem/rmem.c                          | 95 +++++++++++++++++--
 include/linux/nvmem-provider.h                |  4 +-
 7 files changed, 134 insertions(+), 27 deletions(-)

-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ