Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3846943imm; Tue, 11 Sep 2018 03:05:35 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbdS485Y1lnbSNwS6eG2+40CagrQBYhfCEx8QR0UEi4HKN49bQ63dFS/SuVFdvPPX7tWU1Y X-Received: by 2002:a62:6948:: with SMTP id e69-v6mr28570838pfc.166.1536660335179; Tue, 11 Sep 2018 03:05:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536660335; cv=none; d=google.com; s=arc-20160816; b=fa9LZc6HXqF6uKc4JLywV9pcK5aNw/7ldWrYGhxzTe/HSP2xFsH/WjWnFnZLHO0+gL rD6aPhIxK+hxtVyH1BM3ZmSY7M6lr3jSTQkFxPYpy+VIciR/NOEXM30uWT+8symMihdM 228hvyhRuKQHbRhcjfhVTXV5YswUVQqvQhzSO/aNPCORBkF7vnMCV3oSzZ7bLHaOFJ7Z PbGasLyaATPtMURNZSwUVRPtEigMS4y9KJ6jxFTm4HdwKnGIUwvEsLWKZrp5ejfphtdS x3gFUG2BUf+UgTf4jCk0X7Lp3J5ySfHpohlu+qAe6HBXGr5TJ6wGTbs7ylynN5qScn4X mJuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kpOnk96mvw+KQ5+vFg5/lnuKFUY0xzGxXhCnYxhVr1s=; b=N2douj2SN1fPtkai3iqZQxGw+EO2XUIdIQi2edVgR/T6CEBfArLxXRQwWX+zl6aHod YqzwbKXBYQ1k729cD44IXrPHaVLiv7vjNmGWyWSDdPKpubyMs/AIl6X8SlahsWLz1gGP 2s2WyCjzI0UWROYWv6qlGZ4NbC4Me4OYxOTFhwVxpW4tBiDSBuegZXjyu0nrRheBr5kC XEIxbvPf+HMx2e72nU0cSmw6y6Vd5YyUTKUsPNB/3Rz8eMTh/F8IRUCuAorPOG6e3IPU vuNFSYqnnitkL0xIj/Ses5mQC3awZmSueSzwprzM6VzUlaki6aNr8JOHJ/4budl9a8MP u5Yw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n5-v6si21000410pgf.529.2018.09.11.03.05.19; Tue, 11 Sep 2018 03:05:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726881AbeIKPCP (ORCPT + 99 others); Tue, 11 Sep 2018 11:02:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33518 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726554AbeIKPCP (ORCPT ); Tue, 11 Sep 2018 11:02:15 -0400 Received: from localhost (ip-213-127-74-90.ip.prioritytelecom.net [213.127.74.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 471C6D33; Tue, 11 Sep 2018 10:03:39 +0000 (UTC) Date: Tue, 11 Sep 2018 12:03:36 +0200 From: Greg KH To: Nicolas Ferre Cc: Lee Jones , Radu Pirea , broonie@kernel.org, alexandre.belloni@bootlin.com, richard.genoud@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [GIT PULL] Immutable branch between MFD, SPI and TTY due for the v4.20 merge window Message-ID: <20180911100336.GA3822@kroah.com> References: <20180713164736.26028-1-radu.pirea@microchip.com> <20180910151803.GX28860@dell> <20180911084548.GC4185@dell> <20180911090132.GB25161@kroah.com> <20180911094430.GG4185@dell> <743b5545-e942-b6f4-4ce6-8e10950a05fc@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <743b5545-e942-b6f4-4ce6-8e10950a05fc@microchip.com> 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 On Tue, Sep 11, 2018 at 11:56:49AM +0200, Nicolas Ferre wrote: > On 11/09/2018 at 11:44, Lee Jones wrote: > > On Tue, 11 Sep 2018, Greg KH wrote: > > > > > On Tue, Sep 11, 2018 at 09:45:48AM +0100, Lee Jones wrote: > > > > On Mon, 10 Sep 2018, Lee Jones wrote: > > > > > > > > > Enjoy! > > > > > > > > > > The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: > > > > > > > > > > Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) > > > > > > > > > > are available in the Git repository at: > > > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-spi-tty-v4.20 > > > > > > > > > > for you to fetch changes up to c24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b: > > > > > > > > > > tty/serial: atmel: Change the driver to work under at91-usart MFD (2018-09-10 16:12:43 +0100) > > > > > > > > > > ---------------------------------------------------------------- > > > > > Immutable branch between MFD, SPI and TTY due for the v4.20 merge window > > > > > > > > Due to a comedy of errors, I'm voiding this pull-request. > > > > > > Um, I can't do that as my tree can not be rebased :( > > > > Oh dear. :( > > > > > I can take follow-on patches, so I will go apply the patch posted so > > > that my tree builds again. I recommend you just apply it as well. > > > > What a pickle. As per my last email, it looks as though this set was > > applied under false pretences. The MFD patch which was carrying my > > Ack was doing so incorrectly. The author mistakenly applied it to the > > wrong patch. After re-review (actually initial review) I wish to NACK > > the implementation. > > What? We discussed this to the bone! > > Radu followed all the recommendations, collected all the feedback from major > subsystems SPI and USART, resent the series again. > > It was then forgotten. Wrong series was finally applied (which could trigger > 0-day reports, I warn you)... and now we are discussing about the > implementation of *v2* (we're at v12)! > > > My suggestion would be to sit tight, rather than do anything rash and > > see how this plays out. After which we can fix your tree. > > Come on, Greg's tree is fixed now. We can catch-up with v11..v12 changes > with patches and cleanup the mess together. > > Just one misalignment with one patch merged for v4.19-rc1, fixed the same > day, cannot generate such a reaction after months of development. I agree, my tree is now fixed, no harm done. Just apply the same patch to whomever also pulled it into their trees and all is good. thanks, greg k-h