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 DF9C2EE0AD5 for ; Sat, 7 Feb 2026 11:09:49 +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=EFPak3nZF55Lllfit/e4M+oQqhsc7WuTjAOmQl878v0=; b=SfP8UQk5xQdkjZhnraHaMnwWUH vgyM1GcCAJhTfl4MyWGUV5oKTBgA2DpyWPaiZbWmw/D+2ZmgExneUOcKCUUhe0KYfe9LEZc4fRxci NFu/Ki3/PQC7QpFCEubjtVrxKP7OUEnfT11c+VBj4Q00rOWFuyFKluS7J3Si3h4ojuEXsPeJGSjsQ leVlk+qu/Z3uKHPIpoCD6bHzJQNGIdYtbfpACeaxwLpa8vlS57iR00s2weLE3GruFD80k0ObFm9Y5 IsDmRrTTLx88fxS9cL7N+rNnIMrFUSJ9ljiuWwngqBcbRc4E+ABFw/vq9P5h265TaZxyeMa7fzv9s vvGkb/Fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vogC8-0000000COAl-16C6; Sat, 07 Feb 2026 11:09:44 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vogC6-0000000COAJ-21eX; Sat, 07 Feb 2026 11:09:43 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 9331C44519; Sat, 7 Feb 2026 11:09:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 177DDC116D0; Sat, 7 Feb 2026 11:09:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770462579; bh=OIwmG7ylTwl4hisHz0Q19ZZnRiXWGfi075fX99Cag7w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PH1yYcKQkjUSbd3pr9eI9NKoJaKw8BegVjZtlwxIBX/jzcyRU3hJbX1yib0csIqFy wFeZ61PAxKsQp0DoaJukUvVQFaSnBA96kXEim6ymJkkHwgOZtbY7kiTdSd+K9wYJJJ bERHBSPsH51PXzMd1D6DR16eAS1aSG/HZ3waFlKs= Date: Sat, 7 Feb 2026 12:09:36 +0100 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: Fabio Estevam , heiko@sntech.de, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Fabio Estevam , linux-serial@vger.kernel.org Subject: Re: [PATCH 07/11] dt-bindings: serial: snps-dw-apb-uart: Add support for RV1103B Message-ID: <2026020723-despise-panoramic-2bef@gregkh> References: <20260206181309.2696095-1-festevam@gmail.com> <20260206181309.2696095-8-festevam@gmail.com> <20260207-unselfish-gorgeous-duck-cfc1ce@quoll> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260207-unselfish-gorgeous-duck-cfc1ce@quoll> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260207_030942_570657_F2C89EDA X-CRM114-Status: GOOD ( 13.07 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Feb 07, 2026 at 11:59:06AM +0100, Krzysztof Kozlowski wrote: > On Fri, Feb 06, 2026 at 03:13:05PM -0300, Fabio Estevam wrote: > > From: Fabio Estevam > > > > The UART used in the RV1103B SoC is still the same dw-apb-uart compatible > > type as on the SoCs that came before, so add the RV1103B to the list > > of variants. > > > > Cc: Greg Kroah-Hartman > > Cc: linux-serial@vger.kernel.org > > Signed-off-by: Fabio Estevam > > Greg expressed MANY times that patches for him should be sent > separately. It's easy, I just ignore them now :)