mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Zhiyong Tao (陶志勇)" <Zhiyong.Tao@mediatek.com>
To: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Cc: Project_Global_Digits_Upstream_Group
	<Project_Global_Digits_Upstream_Group@mediatek.com>,
	"fred2599@gmail.com" <fred2599@gmail.com>,
	"Yenchia Chen (陳彥嘉)" <Yenchia.Chen@mediatek.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Liguo Zhang (张立国)" <Liguo.Zhang@mediatek.com>,
	"jirislaby@kernel.org" <jirislaby@kernel.org>,
	"linux-serial@vger.kernel.org" <linux-serial@vger.kernel.org>,
	"Vasanth Reddy" <Vasanth.Reddy@mediatek.com>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support
Date: Wed, 25 Mar 2026 06:39:43 +0000	[thread overview]
Message-ID: <55bc4250d7cdd37aead9969e066b49746d888307.camel@mediatek.com> (raw)
In-Reply-To: <2026031837-slimness-playset-a62b@gregkh>

On Wed, 2026-03-18 at 15:19 +0100, gregkh@linuxfoundation.org wrote:
> On Wed, Mar 18, 2026 at 12:12:36PM +0000, Zhiyong Tao (陶志勇) wrote:
> > On Wed, 2026-01-21 at 14:23 +0800, Zhiyong Tao wrote:
> > > On Tue, 2026-01-06 at 11:02 +0100, Greg KH wrote:
> > > > On Mon, Jan 05, 2026 at 10:39:55AM +0800, Zhiyong Tao wrote:
> > > > > From: "Zhiyong.Tao" <zhiyong.tao@mediatek.com>
> > > > > 
> > > > > Add ACPI support to 8250_mtk driver. This makes it possible
> > > > > to
> > > > > use UART on ARM-based desktops with EDK2 UEFI firmware.
> > > > > 
> > > > > Signed-off-by: Yenchia Chen <yenchia.chen@mediatek.com>
> > > > > Signed-off-by: Zhiyong.Tao <zhiyong.tao@mediatek.com>
> > > > > ---
> > > > >  drivers/tty/serial/8250/8250_mtk.c | 23 +++++++++++++++++++-
> > > > > ---
> > > > >  1 file changed, 19 insertions(+), 4 deletions(-)

==>Hi Greg,

Yes, it is a resend of the previous version to rebase to tip for
friendly ping. it is based on the latest linux-next version.

Thanks

> > > > 
> > > > This is a resend of the previous version, right?  Or did
> > > > something
> > > > change?
> > > > 
> > > > confused,
> > > > 
> > > > greg k-h
> > > 
> > > ==> Hi Greg,
> > > Yes, previously Yenchia Chen helped to send out a version.
> > > Currently,
> > > this solution is specifically for the GB10 project and was made
> > > to
> > > support Windows ACPI settings. 
> > > 
> > > In actual application scenarios, the apdma clk will not be turned
> > > off
> > > in normal mode. It is only turned off in the SSPM microprocessor
> > > after
> > > entering standby, and when resuming, the apdma clk is re-enabled
> > > by
> > > SSPM.
> > > 
> > > As for other Linux projects, apdma still uses the DTS node.
> > > 
> > > Thanks
> > > 
> > 
> > Hi Greg,
> > Do you have other suggestion for this?
> 
> You can't just resend something and not say why you are resending it.
> Also, the authorship information seems to be backwards.
> 
> thanks,
> 
> greg k-h


  reply	other threads:[~2026-03-25  6:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-05  2:39 [PATCH 0/1] Mediatek uart patch Zhiyong Tao
2026-01-05  2:39 ` [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support Zhiyong Tao
2026-01-06 10:02   ` Greg KH
2026-01-21  6:23     ` Zhiyong Tao (陶志勇)
2026-03-18 12:12       ` Zhiyong Tao (陶志勇)
2026-03-18 14:19         ` gregkh
2026-03-25  6:39           ` Zhiyong Tao (陶志勇) [this message]
2026-01-16 13:20   ` Greg KH
2026-01-20  9:07     ` Zhiyong Tao (陶志勇)
  -- strict thread matches above, loose matches on Subject: below --
2026-04-23  6:22 [PATCH v2 0/1] Mediatek uart patch Zhiyong Tao
2026-04-23  6:22 ` [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support Zhiyong Tao
     [not found] <20251128021850.3459387-1-zhiyong.tao@mediatek.com>
     [not found] ` <20251128021850.3459387-2-zhiyong.tao@mediatek.com>
2025-11-28  5:53   ` Greg Kroah-Hartman

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=55bc4250d7cdd37aead9969e066b49746d888307.camel@mediatek.com \
    --to=zhiyong.tao@mediatek.com \
    --cc=Liguo.Zhang@mediatek.com \
    --cc=Project_Global_Digits_Upstream_Group@mediatek.com \
    --cc=Vasanth.Reddy@mediatek.com \
    --cc=Yenchia.Chen@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=fred2599@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    /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

all inboxes | Powered by JetHome®