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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 1E082C43387 for ; Mon, 17 Dec 2018 19:40:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EE308206A2 for ; Mon, 17 Dec 2018 19:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388344AbeLQTkd (ORCPT ); Mon, 17 Dec 2018 14:40:33 -0500 Received: from muru.com ([72.249.23.125]:58646 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727610AbeLQTkd (ORCPT ); Mon, 17 Dec 2018 14:40:33 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9878D80DB; Mon, 17 Dec 2018 19:40:36 +0000 (UTC) Date: Mon, 17 Dec 2018 11:40:29 -0800 From: Tony Lindgren To: Stephen Rothwell Cc: Linus Walleij , Olof Johansson , Arnd Bergmann , ARM , Linux Next Mailing List , Linux Kernel Mailing List , Janusz Krzysztofik Subject: Re: linux-next: manual merge of the gpio tree with the arm-soc tree Message-ID: <20181217194029.GZ6707@atomide.com> References: <20181217191753.172ca200@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181217191753.172ca200@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Stephen Rothwell [181217 00:18]: > Hi all, > > Today's linux-next merge of the gpio tree got a conflict in: > > arch/arm/mach-omap1/board-ams-delta.c > > between commit: > > 19a2668a8ae3 ("ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device") > > from the arm-soc tree and commit: > > 21abf103818a ("gpio: Pass a flag to gpiochip_request_own_desc()") > > from the gpio tree. > > I fixed it up (the former removed the code updated by the latter, so > I used that) and can carry the fix as necessary. This is now fixed as > far as linux-next is concerned, but any non trivial conflicts should be > mentioned to your upstream maintainer when your tree is submitted for > merging. You may also want to consider cooperating with the maintainer > of the conflicting tree to minimise any particularly complex conflicts. OK thank you. Regards, Tony