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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45071C2D0E4 for ; Thu, 19 Nov 2020 08:00:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8F4D246BC for ; Thu, 19 Nov 2020 08:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726199AbgKSIAM (ORCPT ); Thu, 19 Nov 2020 03:00:12 -0500 Received: from verein.lst.de ([213.95.11.211]:37921 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725816AbgKSIAM (ORCPT ); Thu, 19 Nov 2020 03:00:12 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id A0D0067373; Thu, 19 Nov 2020 09:00:00 +0100 (CET) Date: Thu, 19 Nov 2020 08:59:59 +0100 From: Christoph Hellwig To: Maxime Ripard Cc: Christoph Hellwig , Hans Verkuil , wens@kernel.org, Daniel Vetter , David Airlie , Paul Kocialkowski , Yong Deng , linux-arm-kernel@lists.infradead.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Jernej Skrabec , Maarten Lankhorst , Thomas Zimmermann , Robin Murphy Subject: Re: [PATCH 0/7] sunxi: Remove the calls to dma_direct_set_offset Message-ID: <20201119075959.GA15942@lst.de> References: <20201106151411.321743-1-maxime@cerno.tech> <20201106160737.GA31913@lst.de> <20201109094303.llqsxqoxjagiqa55@gilmour.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201109094303.llqsxqoxjagiqa55@gilmour.lan> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 09, 2020 at 10:43:03AM +0100, Maxime Ripard wrote: > Hi Christoph, Chen-Yu, Hans, > > On Fri, Nov 06, 2020 at 05:07:37PM +0100, Christoph Hellwig wrote: > > Thanks, > > > > this looks good to me: > > > > Reviewed-by: Christoph Hellwig > > > > Can you include this patch at the end of your series to that it gets > > picked up with the other patches? > > I guess the easiest to avoid bisection issues would be to merge all this > through drm-misc, would that work for you? Is this going to get picked up in drm-misc? I don't see it in linux-next so far.