From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 4333259B67F for ; Tue, 8 Sep 2026 22:37:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788907063; cv=none; b=TY5PzIg9n4ZnzPNdsfoCHsymtHk/gK6jKAgMQWt5skwG25VTzyiR0F4QAKXlk3TCuPVJWxl09m1GF9d0RPCfeRAmtDO6cr8anIZQfBe3gJCJ9GeC/OGUP6uj1hFof3bqz/UpejTDdMuydz4J+g5EJreBsFaDUdnoywXgTGEtta0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788907063; c=relaxed/simple; bh=2n0phIkKhbmLdtV+ZLRMad8KXdidoIOnQMaJlIdjOps=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uefsaFHzBeype4Pm6vkp/vFQ4xJO3D/+pFMztbJgcbtfy4DuQSgEuKHH0hbZxtNlgEhw1JWoDlyQXZ2PRb1D1qEoW4ibdxjc1+adMi/9mnsVlvCIehhyUqx3EL/5+LKzg51B7p7pdZexIfgfY8mELPDW2P+HmxOvKrzIe3b9kHQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bs4PuKBT; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bs4PuKBT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E3251F00A3A; Tue, 8 Sep 2026 22:37:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788907058; bh=7z89r6De+Pix2WcL9SoacX1sh2v4nb+4z6b1L4BolQo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Bs4PuKBTBJ0ljf4gzJ5wMylFxMyLimDh67zyNz3W6NKDINFJGk2EEJiMNNUoE3kq/ sX1IxqZuJBY6pDry3k52BHgs2TvjAGaKHqK2nYcWk63N5e1vsrr3Rty3BknUxOBdaa QguXJ0bvLEB0RrKHBtlKK+PtuZqMPvBzthNqAbftO80Cj/RwjtHVT7pC1mKsATfLHd 84k0KtpeyiQyYjbddm6jVpgTtgROswYsnDzdpUeLryUqLWCPrtamZIDO15YcLpHMtT 84OQkyZKZh3NiZF0nlNngijZGKh+fnqVb7Yh0feaACmaBAH+u5oV5L3o7iGIkv3Mhk ojYe7zXFeZZ0g== Date: Wed, 9 Sep 2026 00:37:34 +0200 From: Thorsten Blum To: Geert Uytterhoeven Cc: linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] m68k/serial: Use generic BASE_BAUD in asm/serial.h Message-ID: References: <20260731094402.741645-3-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260731094402.741645-3-thorsten.blum@linux.dev> On Fri, Jul 31, 2026 at 11:44:00AM +0200, Thorsten Blum wrote: > Include asm-generic/serial.h and use the generic BASE_BAUD definition > instead of redefining it. > > Signed-off-by: Thorsten Blum > --- > arch/m68k/include/asm/serial.h | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) Gentle ping? Thanks, Thorsten