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: <20250724-linkstar-h68k-patchv3-v3-0-b9f87b7306e5@tahomasoft.com>
Date: Thu, 24 Jul 2025 17:37:57 -0400
From: Erik Beck <xunil@...omasoft.com>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, 
 Conor Dooley <conor+dt@...nel.org>, Heiko Stuebner <heiko@...ech.de>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, 
 linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org, 
 Erik Beck <xunil@...omasoft.com>
Subject: [PATCH v3 0/2] ARM64:Rockchip:dts:dt-bindings:New Board:Seeed
 LinkStar H68K-1432v1

Add Support for LinkStar H68K board based on ARM64 and RK3568: dts and
dt-bindings.

This patch series provides support for the Seeed LinkStar H68K-1432v1,
a compact travel router with four ethernet ports, four USB ports,
integrated WiFi, HDMI and audio headphone outputs, eMMC and microSD storage.

These patches:
     - Create a devicetree for the board;
     - Add a Makefile entry for the board;
     - Add the board to dt-bindings;

v3:
  Responsive to comments received from:
     - Chukun Pan <amadeus@....edu.cn>
     - Krzysztof Kozlowski <krzk+dt@...nel.org>
     - Rob Herring <robh@...nel.org>
     - Heiko Stuebner <heiko@...ech.de>

     /* (Thank you all!) */

  Those changes are:
     - Removed copyright line of <amadeus@....edu.cn> per their request;
     - Fixed indentations;
     - Replaced space indentations with tabs;
     - Packaging this patch set together properly using b4, fixing the threading;
     - Clarifying versioning and Changelog;

v2: (https://lore.kernel.org/all/20250721201137.233166-1-xunil@tahomasoft.com/)
  Responding to comments received from Heiko Stuebner <heiko@...ech.de>

  Those changes are:

     - Splits the single commit into two, one for the yaml binding,
       and the other for the board devicetree plus Makefile addition;

     - Adds other recipients needed from get_maintainer.pl --nol and --nom;

     - Uses git send-email to send the patches, to avoid adding line
       breaks from the MUA;

     - Changes comment style to conform with style guide;
     - Removes several unneeded comments from the devicetree;
     - Changes LED naming scheme with more standard nomenclature;
     - Changes naming of regulators, prepending 'regulator', such as:
        ~ from: vcc12v_dcin: vcc12v-dcin {}
        ~ to:   vcc12v_dcin: regulator-vcc12v-dcin {}

     - Removes unneeded tx_delay/rx_delay from rgmii-id

v1: (https://lore.kernel.org/all/20250718075058.243a5619.xunil@tahomasoft.com/)
  - Initial patch to provide support for Seeed LinkStar H68K

Signed-off-by: Erik Beck <xunil@...omasoft.com>
---
Erik Beck (2):
      dt-bindings: arm: rockchip: add LinkStar-H68k-1432v1
      arm64: dts: rockchip: add LinkStar-H68k-1432v1

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 arch/arm64/boot/dts/rockchip/Makefile              |   1 +
 .../dts/rockchip/rk3568-linkstar-h68k-1432v1.dts   | 740 +++++++++++++++++++++
 3 files changed, 746 insertions(+)
---
base-commit: c3b855b67143231dc4ce359936c882e6b71f8ab6
change-id: 20250724-linkstar-h68k-patchv3-21094073ba09

Best regards,
-- 
Erik Beck <xunil@...omasoft.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ