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 24DD2C00140 for ; Sun, 21 Aug 2022 05:53:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229701AbiHUFxd (ORCPT ); Sun, 21 Aug 2022 01:53:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiHUFxc (ORCPT ); Sun, 21 Aug 2022 01:53:32 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5D7060D3 for ; Sat, 20 Aug 2022 22:53:29 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 5C74E68AA6; Sun, 21 Aug 2022 07:53:26 +0200 (CEST) Date: Sun, 21 Aug 2022 07:53:26 +0200 From: Christoph Hellwig To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Russell King , Christoph Hellwig , Linus Walleij , Marc Zyngier Subject: Re: [PATCH 1/4] ARM: footbridge: remove addin mode Message-ID: <20220821055326.GA25950@lst.de> References: <20220818211550.3272321-1-arnd@kernel.org> <20220818211550.3272321-2-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818211550.3272321-2-arnd@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2022 at 11:15:47PM +0200, Arnd Bergmann wrote: > The recently added phys_to_dma() functions are now trivial and > could probably be removed again as a follow-up, if anyone knows > how. The normal way to that would be with a call to dma_direct_set_offset in the init code. But for that we'd need to find someone to care enough about footbridge to test it.