From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F2F111D6193; Sat, 7 Feb 2026 11:09:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770462580; cv=none; b=TbHTeu1/cMxuwzirGuUf3XdNwiskIQHPKEGz4NR/b3aXbAAOVCkGGAQd9BetzQu0HOa9Oa7/kgAAGgAS/Y4A6bJsSOsgRLGLBjx8V6838HLadIoHE46x+URnlu1/z5F31wTmq15DeFQJrE12WyY1UoqqJ03EtgaAPoLMUGEFTpk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770462580; c=relaxed/simple; bh=OIwmG7ylTwl4hisHz0Q19ZZnRiXWGfi075fX99Cag7w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j+3dxFToFDZsJZUnYHABX6871v1zJphGXy0oIwLxUYROIRvVepaxB1AwvjaO0nns9GoZr84KhyeGq1KmASPwRIOpC1wUtDCDg74kwVt4mpphCANJVl4bSSOjRVm9dvtvHSjaPoJ4R9Nwdyvfkbp6AtNTfVRRod/7szdTqTjqR14= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=PH1yYcKQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="PH1yYcKQ" 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> Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260207-unselfish-gorgeous-duck-cfc1ce@quoll> 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 :)