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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE42CC4167B for ; Thu, 7 Dec 2023 06:51:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377862AbjLGGvR (ORCPT ); Thu, 7 Dec 2023 01:51:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231445AbjLGGvI (ORCPT ); Thu, 7 Dec 2023 01:51:08 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 440531994 for ; Wed, 6 Dec 2023 22:50:49 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 544E9C433C9; Thu, 7 Dec 2023 06:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701931848; bh=rTrj+609LSXiUpACDhoj4mKW1YyIQfyh+kNZrOdvGXE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FyFgUT00KRW2fhfDQ3yiYl2xNNwFdJETCHpiIa+Bs/eHqvAzXvqLYg3BWAXt6iiPS mJY60DT6d8IpPIkhSAOiAeZ/a50cocZ4feFq6CZAzFBTLsxsvLAWXQ26deRnEJhjNB CcKB62Njz310fFyTo8dTwFN88vjdOlxOjM5HGNh4= Date: Thu, 7 Dec 2023 10:37:38 +0900 From: Greg Kroah-Hartman To: =?iso-8859-1?Q?Th=E9o?= Lebrun Cc: Russell King , Jiri Slaby , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Linus Walleij , =?iso-8859-1?Q?Gr=E9gory?= Clement , Alexandre Belloni , Thomas Petazzoni , Vladimir Kondratiev , Tawfik Bayouk , Ilpo =?iso-8859-1?Q?J=E4rvinen?= Subject: Re: [PATCH v5 2/9] tty: serial: amba: Use linux/{bits,bitfield}.h macros Message-ID: <2023120742-argue-slighting-6120@gregkh> References: <20231130-mbly-uart-v5-0-6566703a04b5@bootlin.com> <20231130-mbly-uart-v5-2-6566703a04b5@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231130-mbly-uart-v5-2-6566703a04b5@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 30, 2023 at 03:07:14PM +0100, Théo Lebrun wrote: > The driver uses bit shifts and hexadecimal expressions to declare > constants. Replace that with the BIT(), GENMASK() & FIELD_PREP_CONST() > macros to clarify intent. > > Reviewed-by: Linus Walleij > Reviewed-by: Ilpo Järvinen > Signed-off-by: Théo Lebrun > --- > include/linux/amba/serial.h | 248 +++++++++++++++++++++++--------------------- > 1 file changed, 127 insertions(+), 121 deletions(-) As 0-day had a problem with this patch, I've applied only patch 1 of this series. Can you fix it up and rebase and resend the rest again (while adding the collected reviewed-by that some patches in this series had)? thanks, greg k-h