From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 28B69D116EA for ; Fri, 28 Nov 2025 05:53:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=I4GBhYCB2u3+AHRi46IvQhn/fs34bNr8z2J3UBAZ03Q=; b=LpQNT6Sb5KBYahy/1bzimTMBsc kQ+1eDY4vsAnejiM39RyDSoyyMQhUEX2QufxNDJdbBVi5f3zNWR6dfNMe3pxG55221r59hSGW6aqN OFnJu8HTli8sDXDwh/3kI9DiM8Wtt/gjunyEfO30tQzCUTo50N3Eh99vZzVNotd+v9XDu8CZ8+9LV ahgRmTeMDPwa7lQUtVRBOeva+E3Mbnho/DzUnyiCFde95+HqmXxv9gZwJbAA71JOHqRDKoGHazj0q 7hIbTW99mpyE362g61s3ZYV/i58UMlcJn5N+UypXUP5eenEaS3HFQj0h2b9aEnntCrN9kKmS720F/ b95W1fgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vOrPq-000000000vi-19nf; Fri, 28 Nov 2025 05:53:10 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vOrPo-000000000v3-2xGe; Fri, 28 Nov 2025 05:53:08 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 206DB602BA; Fri, 28 Nov 2025 05:53:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48709C4CEF1; Fri, 28 Nov 2025 05:53:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1764309187; bh=sJNE2EqQudNagDwT3Ypqk6yAIXr51FigU3Oyf0BdWoQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eCSSY75ySualVp9wBNgXvvKLuS2BSTX5ytSYtZe0YgcNmAPcIrVRfY553O65O9OEw K3oDE26LaWPtGvTIl0WcGjW9v91M4KJPrHfxMYP9LVuMIIrLxpjbDWhCsF7K/MNPGI bY8AoNZpm7MjduStHW7SqvEt5ErjRSpVuBoF1AkY= Date: Fri, 28 Nov 2025 06:53:04 +0100 From: Greg Kroah-Hartman To: "zhiyong.tao" Cc: Jiri Slaby , Matthias Brugger , AngeloGioacchino Del Regno , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Digits_Upstream_Group@mediatek.com, liguo.zhang@mediatek.com, Vasanth.Reddy@mediatek.com, Yenchia Chen Subject: Re: [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support Message-ID: <2025112812-encounter-breath-8948@gregkh> References: <20251128021850.3459387-1-zhiyong.tao@mediatek.com> <20251128021850.3459387-2-zhiyong.tao@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251128021850.3459387-2-zhiyong.tao@mediatek.com> X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Fri, Nov 28, 2025 at 10:17:56AM +0800, zhiyong.tao wrote: > From: "Zhiyong.Tao" Please use your name, not your email alias (i.e. drop the "." from the name portion.) > 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 > Signed-off-by: Zhiyong.Tao > --- > drivers/tty/serial/8250/8250_mtk.c | 23 +++++++++++++++++++---- > 1 file changed, 19 insertions(+), 4 deletions(-) > > diff --git a/drivers/tty/serial/8250/8250_mtk.c b/drivers/tty/serial/8250/8250_mtk.c > index 5875a7b9b4b1..e6a56cf54ae0 100644 > --- a/drivers/tty/serial/8250/8250_mtk.c > +++ b/drivers/tty/serial/8250/8250_mtk.c > @@ -19,6 +19,7 @@ > #include > #include > #include > +#include Do you also need to update the Kconfig dependencies? thanks, greg k-h