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=-0.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 1ABB5C43613 for ; Sun, 23 Jun 2019 20:22:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 DCEC420665 for ; Sun, 23 Jun 2019 20:22:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NKghhpxt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DCEC420665 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=free.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SCqDRKCYX9SVusrtdEj3pEzHrRQQI7ei8xb+zDrD2G4=; b=NKghhpxtuBOtIv w7LtrbQBTb93/aULBQafIBmARHJG7P2tAe0+8/mJevtb8Jm4XwluEd3DLIg7g2dm1iKtSQnNuWEvs I+Axk4cyj2Mgy74B5ALzVYTZqPwHBr1AFT5yqb4cj5o+6pKwTkd4+EgPw+lJlQCEweWZAut7WGYB/ V0CPeDxXKyCqg+asRV7+smP+pTRWa+KZjb4LwzdDbWQMykxmSffcMl6B8ZGLy93YDMDd40Fz0F4X9 7Mj7xqjLZyG+qwOmKxm9Ur4FaHJq59MaOlXSeLZLH0HGGWuVYP9snk/F5siFg6dJ9F6yEZtR87L46 7Wwpk3S94fY7TvNxIlOw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hf90F-0000lE-IW; Sun, 23 Jun 2019 20:22:19 +0000 Received: from smtp09.smtpout.orange.fr ([80.12.242.131] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hf90B-0000kQ-Hf for linux-arm-kernel@lists.infradead.org; Sun, 23 Jun 2019 20:22:17 +0000 Received: from belgarion ([86.210.207.101]) by mwinf5d85 with ME id ULN7200042BnxPa03LN7RP; Sun, 23 Jun 2019 22:22:10 +0200 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sun, 23 Jun 2019 22:22:10 +0200 X-ME-IP: 86.210.207.101 From: Robert Jarzmik To: Olof Johansson Subject: Re: [GIT PULL] pxa for v5.2 References: <87o9321uk3.fsf@belgarion.home> <20190619161312.gurj3tqkg6rohapf@localhost> X-URL: http://belgarath.falguerolles.org/ Date: Sun, 23 Jun 2019 22:22:06 +0200 In-Reply-To: <20190619161312.gurj3tqkg6rohapf@localhost> (Olof Johansson's message of "Wed, 19 Jun 2019 09:13:12 -0700") Message-ID: <87imsw128h.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190623_132215_870593_875D4111 X-CRM114-Status: GOOD ( 11.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: arm@kernel.org, Haojian Zhuang , linux-arm-kernel@lists.infradead.org, Daniel Mack Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Olof Johansson writes: > Hi Robert, > We usually separate changes to mach-* and DTS into separate branches unless > they have some dependencies (and even then, we usually try to base one on the > other for visibility's sake). Ah ok, that's what I usually do, but I thought I was "outdated" and that nowadays you didn't mind anymore ... > Would you mind respin these into two pull requests? Of course not, I'll do it straight away. Cheers. -- Robert _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel