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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250513104216.25803-6-krzysztof.kozlowski@linaro.org>
Date: Tue, 13 May 2025 12:42:17 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Arnd Bergmann <arnd@...db.de>,
	soc@...ts.linux.dev
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
	linux-kernel@...r.kernel.org,
	Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL 3/3] drivers: soc for v6.16

Hi,

PowerPC soc driver was on the lists in 2021 and never picked up....

Best regards,
Krzysztof


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/soc-drivers-6.16

for you to fetch changes up to d47f1233374597c348696c3da2142cc92a36fc90:

  soc: fsl: qe: remove unused qe_ic_from_irq function (2025-05-09 16:26:58 +0200)

----------------------------------------------------------------
VT8500 (and FSL) SoC drivers for v6.16

1. VT8500: Add SCC socinfo/hwinfo driver.
2. Cleanup unused function in PowerPC Freescale QE driver to have W=1
   builds warnings free.

----------------------------------------------------------------
Alexey Charkov (2):
      dt-bindings: hwinfo: Add VIA/WonderMedia SoC identification
      soc: Add VIA/WonderMedia SoC identification driver

Krzysztof Kozlowski (1):
      ARM: vt8500: MAINTAINERS: Include vt8500 soc driver in maintainers entry

Tom Rix (1):
      soc: fsl: qe: remove unused qe_ic_from_irq function

 .../bindings/hwinfo/via,vt8500-scc-id.yaml         |  37 ++++++
 MAINTAINERS                                        |   2 +
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/fsl/qe/qe_ic.c                         |   5 -
 drivers/soc/vt8500/Kconfig                         |  19 ++++
 drivers/soc/vt8500/Makefile                        |   2 +
 drivers/soc/vt8500/wmt-socinfo.c                   | 125 +++++++++++++++++++++
 8 files changed, 187 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwinfo/via,vt8500-scc-id.yaml
 create mode 100644 drivers/soc/vt8500/Kconfig
 create mode 100644 drivers/soc/vt8500/Makefile
 create mode 100644 drivers/soc/vt8500/wmt-socinfo.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ