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=-2.5 required=3.0 tests=MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 8ECA4C0044D for ; Sat, 14 Mar 2020 10:59:52 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6A4A72076D for ; Sat, 14 Mar 2020 10:59:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6A4A72076D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 63D3E6E291; Sat, 14 Mar 2020 10:59:51 +0000 (UTC) Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com [209.85.208.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2886E6E291; Sat, 14 Mar 2020 10:59:51 +0000 (UTC) Received: by mail-ed1-f66.google.com with SMTP id g19so15229850eds.11; Sat, 14 Mar 2020 03:59:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=g01xlTcHoCeW8HA/Zoij0G1oenw325gwe1o5DluyjVk=; b=PaFKiIfFtTnsFkdtWrrCo0Bs2+zoLhGVhZqTnPjgTJ/fN7OcbrjVbGaIaT7GNNKinD UJgDu2i28dDtdvXJaPIsnNHTW6pkI4Dvt5i649RCKU6lQ6rN6R6VQPSGE+J0Kf31blI2 IbqUEY9OpkhiHvJJaQqzy6MeE90gm799JCYdwxwA5YvqwtcT5k0reLn2yaK7XX59VRY5 13voD54Ke2VtSzJJyz9FQ4m0ihEKlacXMX5u7ZzMm9aS6tOPM7VUulbg2ekgLnTzk4wS 4jV9492DxDqpJvS3/w4As4cnuIY+Xjywdl4yOt/xKABzwlJiSgGCcB6069ShxMiVS35c DWTg== X-Gm-Message-State: ANhLgQ0Ebq2g5nlk+mz9pnkIUy6SDCfUm6mlqCFrM8qjxYgqKRJtfHx8 VP55ThMfra88ktBuV4nfmhw= X-Google-Smtp-Source: ADFU+vv1WkKB0u07WBdUm4ghC+dsxjEf7g/P9HdfFTe2RSYc3zQrfQ3xU1TFNHiCqZRBtceL52pXBQ== X-Received: by 2002:a17:906:2181:: with SMTP id 1mr15328632eju.131.1584183589584; Sat, 14 Mar 2020 03:59:49 -0700 (PDT) Received: from kozik-lap ([194.230.155.125]) by smtp.googlemail.com with ESMTPSA id f21sm1538993ejx.41.2020.03.14.03.59.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 14 Mar 2020 03:59:48 -0700 (PDT) Date: Sat, 14 Mar 2020 11:59:44 +0100 From: Krzysztof Kozlowski To: Thomas Zimmermann Subject: Re: [RESEND PATCH v2 6/9] drm/mgag200: Constify ioreadX() iomem argument (as in generic implementation) Message-ID: <20200314105944.GA16044@kozik-lap> References: <20200219175007.13627-1-krzk@kernel.org> <20200219175007.13627-7-krzk@kernel.org> <90baef2d-25fe-fac4-6a7e-b103b4b6721e@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <90baef2d-25fe-fac4-6a7e-b103b4b6721e@suse.de> User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rich Felker , Jiri Slaby , Geert Uytterhoeven , "Michael S. Tsirkin" , David Airlie , Jason Wang , dri-devel@lists.freedesktop.org, virtualization@lists.linux-foundation.org, "James E.J. Bottomley" , netdev@vger.kernel.org, Paul Mackerras , linux-arch@vger.kernel.org, Dave Jiang , Yoshinori Sato , Michael Ellerman , Helge Deller , linux-sh@vger.kernel.org, Alexey Brodkin , Ben Skeggs , nouveau@lists.freedesktop.org, Dave Airlie , Matt Turner , linux-snps-arc@lists.infradead.org, Nick Kossifidis , Allen Hubbe , Arnd Bergmann , linux-alpha@vger.kernel.org, Ivan Kokshaysky , Thomas Gleixner , Mauro Carvalho Chehab , Kalle Valo , Richard Henderson , linux-parisc@vger.kernel.org, Vineet Gupta , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Luis Chamberlain , Jon Mason , linux-ntb@googlegroups.com, Andrew Morton , linux-media@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Mar 12, 2020 at 11:49:05AM +0100, Thomas Zimmermann wrote: > Hi Krzysztof, > > I just received a resend email from 3 weeks ago :/ > > Do you want me to merge the mgag200 patch into drm-misc-next? Thanks but it depends on the first patch in the series so either it could go with your ack through other tree or I will send it later (once 1st patch gets to mainline). Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel