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 40C02C433EF for ; Wed, 15 Jun 2022 17:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357603AbiFORbQ (ORCPT ); Wed, 15 Jun 2022 13:31:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357385AbiFORaz (ORCPT ); Wed, 15 Jun 2022 13:30:55 -0400 X-Greylist: delayed 407 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 15 Jun 2022 10:30:34 PDT Received: from hutie.ust.cz (unknown [IPv6:2a03:3b40:fe:f0::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 295514DF74 for ; Wed, 15 Jun 2022 10:30:34 -0700 (PDT) Content-Type: text/plain; charset=utf-8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cutebit.org; s=mail; t=1655313819; bh=ix8DuR7FVhlX1QFc3YVDpB6U+OMwX3Iyaeweg0Q0V5g=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=i/ajhs61AwEz0DHh1hHE75q/NqJnwpTVYAKzTBsBz82OO/tDa+YuylRBkcnv8A3wY +CoFqyytpaWwe59entSjJYypvIRTr2VnJGhp11D6wH59fKHy7X50D/8fKlvcNWgYTZ PQoTr7SZjw/k0qQ0DQfewKbWP0f/G9kpzcELljPY= Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.80.82.1.1\)) Subject: Re: linux-next: Tree for Jun 15 (drivers/dma/apple-admac.c) From: =?utf-8?Q?Martin_Povi=C5=A1er?= In-Reply-To: Date: Wed, 15 Jun 2022 19:23:37 +0200 Cc: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , linux-arm-kernel , dmaengine@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: <334755C8-8FF2-49D3-ACC3-C76F3BCCBB4F@cutebit.org> References: <20220615160116.528c324b@canb.auug.org.au> <1f8095db-a08f-7b6b-2cee-f530d914b9f8@infradead.org> To: Arnd Bergmann Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org > On 15. 6. 2022, at 19:10, Arnd Bergmann wrote: >=20 > On Wed, Jun 15, 2022 at 6:28 PM Randy Dunlap = wrote: >> On 6/14/22 23:01, Stephen Rothwell wrote: >>> Hi all, >>>=20 >>> Changes since 20220614: >>>=20 >>=20 >> on i386: >>=20 >> ../drivers/dma/apple-admac.c: In function = 'admac_cyclic_write_one_desc': >> ../drivers/dma/apple-admac.c:213:22: warning: right shift count >=3D = width of type [-Wshift-count-overflow] >> writel_relaxed(addr >> 32, ad->base + REG_DESC_WRITE(channo)); >> ^ >=20 > This should probably use lower_32_bits()/upper_32_bits() then. >=20 > Arnd Here=E2=80=99s a patch to use lower/upper_32_bits that=E2=80=99s been = posted. = https://lore.kernel.org/dmaengine/20220614074915.1443629-1-geert@linux-m68= k.org/ Martin