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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251117-paprika-tipping-e7bb3e211d6f@spud>
Date: Mon, 17 Nov 2025 16:53:21 +0000
From: Conor Dooley <conor@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: conor@...nel.org,
	Conor Dooley <conor.dooley@...rochip.com>,
	Daire McNamara <daire.mcnamara@...rochip.com>,
	Rob Herring <robh@...nel.org>,
	Krzysztof Kozlowski <krzk+dt@...nel.org>,
	linux-riscv@...ts.infradead.org,
	devicetree@...r.kernel.org
Subject: [PATCH v3 0/3] Add support for Microchip PIC64GX Curiosity Kit

From: Conor Dooley <conor.dooley@...rochip.com>

v3 of Pierre-Henry's stuff from over a year ago:
https://lore.kernel.org/all/20240930095449.1813195-1-pierre-henry.moussay@microchip.com/
In it he said "This will be fix in a V3 coming in due time", and I guess
that due time was ~14 months.

I've cut out all the binding patches, to hopefully make their
application process more obvious to subsystem maintainers.
The only real difference in these patches is that I went off and implemented
the clock rework that I was asked for on v3, because it ended up being a
requirement for hwmon and pinctrl work on the platform, as well as
blocking this series (although it was obviously not a technical problem
with the v2 of this series).

CC: Conor Dooley <conor.dooley@...rochip.com>
CC: Daire McNamara <daire.mcnamara@...rochip.com>
CC: Rob Herring <robh@...nel.org>
CC: Krzysztof Kozlowski <krzk+dt@...nel.org>
CC: linux-riscv@...ts.infradead.org
CC: devicetree@...r.kernel.org
CC: linux-kernel@...r.kernel.org

Pierre-Henry Moussay (3):
  dt-bindings: riscv: microchip: document the PIC64GX curiosity kit
  riscv: dts: microchip: add pic64gx and its curiosity kit
  riscv: dts: microchip: remove POLARFIRE mention in Makefile

 .../devicetree/bindings/riscv/microchip.yaml  |   7 +-
 arch/riscv/boot/dts/microchip/Makefile        |  17 +-
 .../dts/microchip/pic64gx-curiosity-kit.dts   | 165 +++++
 .../boot/dts/microchip/pic64gx-pinctrl.dtsi   | 178 +++++
 arch/riscv/boot/dts/microchip/pic64gx.dtsi    | 630 ++++++++++++++++++
 5 files changed, 987 insertions(+), 10 deletions(-)
 create mode 100644 arch/riscv/boot/dts/microchip/pic64gx-curiosity-kit.dts
 create mode 100644 arch/riscv/boot/dts/microchip/pic64gx-pinctrl.dtsi
 create mode 100644 arch/riscv/boot/dts/microchip/pic64gx.dtsi

-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ