From: Chia Hsing Yin <peteryin.openbmc@gmail.com>
To: Andrew Jeffery <andrew@codeconstruct.com.au>
Cc: patrick@stwcx.xyz, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>,
devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600)
Date: Tue, 16 Apr 2024 00:03:08 +0800 [thread overview]
Message-ID: <CAPSyxFRj0twCJG6Lr5UZpznrUHyd_L0Reo=kZSFwCw3FNQ+x+A@mail.gmail.com> (raw)
In-Reply-To: <3eb80a2f21a96cc0fc275db60631f673bb14e77f.camel@codeconstruct.com.au>
Sure thing, I will base on version 5 for future modifications.
Thanks.
On Mon, Apr 15, 2024 at 10:00 AM Andrew Jeffery
<andrew@codeconstruct.com.au> wrote:
>
> On Fri, 2024-04-12 at 17:15 +0800, Peter Yin wrote:
> > Summary:
> > Revise linux device tree entry related to Meta(Facebook) Harma
> > specific devices connected to BMC(AST2600) SoC.
> >
> > Base on : https://lore.kernel.org/all/CACPK8XePx+PvDKzPMjPRn_g9z8yrtAmLvP8Qbepm1AVjuCbaKw@mail.gmail.com/
> >
> > Change log:
> >
> > v4 -> v5
> > - Patch 0011 - Add retimer device
> > - Patch 0012 - Modify gpio line name
> >
> > v3 -> v4
> > - Patch 0010 - Revise node name
> > - fixed PDB temperature node name in Patch 0006
> >
> > v2 -> v3
> > - Patch 0007 - Revise max31790 address
> > - Patch 0008 - Harma: Add NIC Fru device
> > - Patch 0009 - Add ltc4286 device
> >
> > v1 -> v2
> > - Add infineon,slb9670 information for tpm.
> > - Patch 0006 - Add PDB temperature.
> >
> > v1
> > - Patch 0001 - Revise SGPIO line name.
> > - Patch 0002 - Mapping ttyS2 to UART4.
> > - Patch 0003 - Remove Vuart.
> > - Patch 0004 - Add cpu power good line name.
> > - Patch 0005 - Add spi-gpio.
> >
> > Peter Yin (12):
> > ARM: dts: aspeed: Harma: Revise SGPIO line name.
> > ARM: dts: aspeed: Harma: mapping ttyS2 to UART4.
> > ARM: dts: aspeed: Harma: Remove Vuart
> > ARM: dts: aspeed: Harma: Add cpu power good line name
> > ARM: dts: aspeed: Harma: Add spi-gpio
> > ARM: dts: aspeed: Harma: Add PDB temperature
> > ARM: dts: aspeed: Harma: Revise max31790 address
> > ARM: dts: aspeed: Harma: Add NIC Fru device
> > ARM: dts: aspeed: Harma: Add ltc4286 device
> > ARM: dts: aspeed: Harma: Revise node name
> > ARM: dts: aspeed: Harma: Add retimer device
> > ARM: dts: aspeed: Harma: Modify GPIO line name
> >
> > .../dts/aspeed/aspeed-bmc-facebook-harma.dts | 107 ++++++++++++++----
> > 1 file changed, 85 insertions(+), 22 deletions(-)
> >
>
> Joel had applied an earlier version of this series to his for-next
> branch. I'm collecting patches targeting it while he's on leave. I've
> updated the series he'd applied to the v5 you've posted here.
>
> Can you please post any further changes as patches on top? You can find
> my branch here:
>
> https://github.com/amboar/linux/tree/for/bmc/dt-6.10
>
> Andrew
prev parent reply other threads:[~2024-04-15 16:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 9:15 [PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600) Peter Yin
2024-04-12 9:15 ` [PATCH v5 01/12] ARM: dts: aspeed: Harma: Revise SGPIO line name Peter Yin
2024-04-12 9:15 ` [PATCH v5 02/12] ARM: dts: aspeed: Harma: mapping ttyS2 to UART4 Peter Yin
2024-04-12 9:15 ` [PATCH v5 03/12] ARM: dts: aspeed: Harma: Remove Vuart Peter Yin
2024-04-12 9:15 ` [PATCH v5 04/12] ARM: dts: aspeed: Harma: Add cpu power good line name Peter Yin
2024-04-12 9:15 ` [PATCH v5 05/12] ARM: dts: aspeed: Harma: Add spi-gpio Peter Yin
2024-04-12 9:15 ` [PATCH v5 06/12] ARM: dts: aspeed: Harma: Add PDB temperature Peter Yin
2024-04-12 9:15 ` [PATCH v5 07/12] ARM: dts: aspeed: Harma: Revise max31790 address Peter Yin
2024-04-12 9:15 ` [PATCH v5 08/12] ARM: dts: aspeed: Harma: Add NIC Fru device Peter Yin
2024-04-12 9:15 ` [PATCH v5 09/12] ARM: dts: aspeed: Harma: Add ltc4286 device Peter Yin
2024-04-12 9:15 ` [PATCH v5 10/12] ARM: dts: aspeed: Harma: Revise node name Peter Yin
2024-04-12 9:15 ` [PATCH v5 11/12] ARM: dts: aspeed: Harma: Add retimer device Peter Yin
2024-04-12 9:16 ` [PATCH v5 12/12] ARM: dts: aspeed: Harma: Modify GPIO line name Peter Yin
2024-04-15 2:00 ` [PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600) Andrew Jeffery
2024-04-15 16:03 ` Chia Hsing Yin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAPSyxFRj0twCJG6Lr5UZpznrUHyd_L0Reo=kZSFwCw3FNQ+x+A@mail.gmail.com' \
--to=peteryin.openbmc@gmail.com \
--cc=andrew@aj.id.au \
--cc=andrew@codeconstruct.com.au \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=joel@jms.id.au \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patrick@stwcx.xyz \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).