[PATCH v5 0/2] Add Meta(Facebook) Ventura BMC(AST2600)

Jason Hsu posted 2 patches 1 year, 2 months ago
There is a newer version of this series
.../bindings/arm/aspeed/aspeed.yaml           |   1 +
arch/arm/boot/dts/aspeed/Makefile             |   1 +
.../aspeed/aspeed-bmc-facebook-ventura.dts    | 877 ++++++++++++++++++
3 files changed, 879 insertions(+)
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-ventura.dts
[PATCH v5 0/2] Add Meta(Facebook) Ventura BMC(AST2600)
Posted by Jason Hsu 1 year, 2 months ago
Add Linux device tree entry related to Meta(Facebook) Ventura specific
devices connected to BMC(AST2600) SoC.

---
v1:
    1. Create ventura dts file.
    2. Add commit msg.
    3. Use format-patch to generate patch.
    4. Add subject prefixes matching the subsystem.
---
v2:
---
    1. Modify email content.
v3:
---
    1. Add mail list.
v4:
    1. Apply git send-email --thread option.
    2. Sort nodes in the dts alphanumerically.
v5:
    1. Run scripts/checkpatch.pl and fix reported warnings.
    2. Remove unnecessary 88E6393X CONFIG FRU.
---
Signed-off-by: Jason-Hsu <jasonhell19@gmail.com>

Jason Hsu (1):
  ARM: dts: aspeed: ventura: add Meta Ventura BMC

Jason-Hsu (1):
  dt-bindings: arm: aspeed: add Meta Ventura board

 .../bindings/arm/aspeed/aspeed.yaml           |   1 +
 arch/arm/boot/dts/aspeed/Makefile             |   1 +
 .../aspeed/aspeed-bmc-facebook-ventura.dts    | 877 ++++++++++++++++++
 3 files changed, 879 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-ventura.dts

-- 
2.34.1
Re: [PATCH v5 0/2] Add Meta(Facebook) Ventura BMC(AST2600)
Posted by Krzysztof Kozlowski 1 year, 2 months ago
On 27/11/2024 08:34, Jason Hsu wrote:
> Add Linux device tree entry related to Meta(Facebook) Ventura specific
> devices connected to BMC(AST2600) SoC.
> 
> ---
> v1:
>     1. Create ventura dts file.
>     2. Add commit msg.
>     3. Use format-patch to generate patch.
>     4. Add subject prefixes matching the subsystem.
> ---
> v2:
> ---
>     1. Modify email content.
> v3:
> ---
>     1. Add mail list.
> v4:
>     1. Apply git send-email --thread option.
>     2. Sort nodes in the dts alphanumerically.
> v5:
>     1. Run scripts/checkpatch.pl and fix reported warnings.


Nothing improved. Do you know how to run checkpatch?

Why did you ignore all other comments?


Best regards,
Krzysztof