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.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 5B4D9CA9EC7 for ; Wed, 30 Oct 2019 21:36:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27AA220873 for ; Wed, 30 Oct 2019 21:36:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="H6kn4x8e" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727429AbfJ3VgA (ORCPT ); Wed, 30 Oct 2019 17:36:00 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:37434 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727285AbfJ3Vf6 (ORCPT ); Wed, 30 Oct 2019 17:35:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=oZE9PLQkCNqVdXZKdyI2tvc9yH25xqcUJOKWm/BFDc4=; b=H6kn4x8eafHW+zT8MA8DZo/7m 10m3usqaiRcsUGtruQ1nB9zh4kFZuo3BtMRMQvgvkwcftfx5ss2voVRdDWvgjNSQaCuiVO1kpgZUi m+fiVa9aKYKxxSmTgN6OvCofwC1LLKg0CH9JBFEPANHerRoT71FRlKcovaJrnNFDd/UXSxHV4mhiV 4Uc6dgAxfO602UaQiF/v9SyeuluZf6h7LXyt6AXiC/L+CqZp0EDfWr7O92UalLHiJd4KribvJ5CkA 3rmnr4AVikO9CH08MyUoXJaGzX5TZ4Z5/2XEpzQSCVGFsDajuvmWd2aLXjLtS6bjSCI0VPSHre31F P9JTWBSiQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1iPvdD-0008Vj-UC; Wed, 30 Oct 2019 21:35:55 +0000 Date: Wed, 30 Oct 2019 14:35:55 -0700 From: Christoph Hellwig To: Arnd Bergmann Cc: Bartosz Golaszewski , Greg Kroah-Hartman , linux-doc , Linux Kernel Mailing List , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski , Jonathan Corbet , "Rafael J . Wysocki" , Linus Walleij , Christoph Hellwig Subject: Re: [PATCH v3 0/8] drivers: add new variants of devm_platform_ioremap_resource() Message-ID: <20191030213555.GA25515@infradead.org> References: <20191006053916.8849-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 21, 2019 at 09:29:30PM +0200, Arnd Bergmann wrote: > > Is Christoph's work in next? The series doesn't apply cleanly on next, > > I needed to fix a couple conflicts. What branch should I rebase it on > > before resending? > > Not sure, maybe Christoph can comment. > > Your patches would best go through the char-misc tree and be based > on top of that, for Christoph's I think the idea is to have some go > through the architecture maintainer trees, and have whatever is > left go through my asm-generic tree. Actually I thought of just doing an ioremap tree for this merge window. What kind of changes does Bartosz have? I'm kinda missing the context here.