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 823E5C433EF for ; Mon, 13 Dec 2021 09:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9sZC3BM0FqxlCMiKZwzWhRb/YGbLKxxuDvRO9FHVA8M=; b=ej2affYZF2U/b3 qAZ1GSMkXas0wbz8+qzKmGappJfuwan5/n9/RIm2zvlfNZat3YKpEc/JCM1u8azICe8l1naY9SBwp qEGauZWWSqm2/RQq9aAOJbYZFCEBkoa3kJX47jURwRo2bLTbztOuvUP1z6TkLDQb6VzuzMWdFgYdH 1uFxC4xYMZXjLf9FKKqm2Jp21qEJ39NsHFKmAgzWkcnP9cBEgGbYTXKelEB4R2E+8T03iPxvbzSmm SIMkdl3pjBIpjsDxarrJoQMwO1jqh7Q3da7K0sjww5wVoBkAEwmxdv508DfRwhzpUcy6X6gfN+yZ5 3tmmOMzO8LBQjtRjdzsw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwhMV-008XN0-8j; Mon, 13 Dec 2021 09:11:11 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwhGg-008V1j-0K for linux-arm-kernel@lists.infradead.org; Mon, 13 Dec 2021 09:05:11 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B0CD5B80D55; Mon, 13 Dec 2021 09:05:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6B02C00446; Mon, 13 Dec 2021 09:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639386307; bh=p+M3T+RTwV57SMISSVPa/A0bgNo17ZpkMNetFBukon0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TT/2uFqPptvbZ9EQXca29KzXo3/v8Dcqhd/eq1R8kXPB/BkfNgVqNR6/gohyvC1hQ 8Gf2ldpV4iX44ZjLsBOKmjlLzV/LyvU/8p+BDnS/RZtcMDt+i63D8Ja11PTHJ/9LDA lKbAeL9Nq9GIpcaenVIG3DZN2p26hasdsyCPx+yrVll8aU0ev8ygps/wIAdB/W50Q5 x8kqZa4uYrVNWmOz+bvHdsmEI6JHZ1b1bF45OSuVHfBLCZvmPIEtjJ/XS198URKqiv uf3fJQb9SJvMSm3xSoK3hUVWFOVYsY+AumHpa8MHUOLJqiAv2nkU08YMlBUEQuxbr0 DsTBNreOmMaMA== Date: Mon, 13 Dec 2021 14:35:03 +0530 From: Vinod Koul To: Geert Uytterhoeven Cc: Maxime Coquelin , Alexandre Torgue , dmaengine@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: stm32-mdma: Use bitfield helpers Message-ID: References: <36ceab242a594233dc7dc6f1dddb4ac32d1e846f.1637593297.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <36ceab242a594233dc7dc6f1dddb4ac32d1e846f.1637593297.git.geert+renesas@glider.be> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211213_010510_228716_AA5B3264 X-CRM114-Status: UNSURE ( 7.76 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 22-11-21, 16:54, Geert Uytterhoeven wrote: > Use the FIELD_{GET,PREP}() helpers, instead of defining custom macros > implementing the same operations. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel