Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp2404213imd; Fri, 2 Nov 2018 10:47:14 -0700 (PDT) X-Google-Smtp-Source: AJdET5ddkk5HPzeLggNgVxsVAxNM6zv+/kR6oXcM8drV75ow9reG2H+mmES9ueIPAJiJ1H/OnI4m X-Received: by 2002:a63:d757:: with SMTP id w23-v6mr11583178pgi.415.1541180834737; Fri, 02 Nov 2018 10:47:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541180834; cv=none; d=google.com; s=arc-20160816; b=WcLt5YSVwaJcUGPIeH4HrDoVzUAiBpuPvkPSIDmuiFiO8jspSHcBfvZLbgr90wBCjv u2guhTkW1eRyS5utf4deqG1ls+QZmogIr+ekuGEexnaitTYwKN+sUxqCtqqwVXAmtSLj NkKhJVDMlakuR4e9H4oo28xOphKcRTOf84u9Cc22ss4wU9yk3mlI9CpsCqUPF3RuMddo lH5OKQUecqSZgUWp7zuBPNS9l2PD3bOYz4N/oB2qPtlv05zwwoMppzPg8ULNYZPPB+lG J4itzQPPASKSbnD/7Wh/kO964IzxBKSPpTed2/A4CAR6Rm7TbzCitKTSV2jxzqZSVGxR GhHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=fFidRcPo4NIuoXPXokcnlphxhzu3toZAucbe2N8szrw=; b=A4CXpMs2zb1KROLgpUdKl7J6aMPX7kDmvUQHdRU0GQ3HZIhQzSkNfZkaI5UFWn5/wc 3//rsh5QKTUgngorsJpzIqWpY0zjcfdlUvWzxlwXAE2kZa5cZ1jOISsDo7Pmp8M9P9B4 WE6ROJCWdr6Z6Zl3BAGjRat3CglGovayYehC0A9mFn+C693bLpXDX3twHvPDaw0FZ+UU fO4H0jdIAVgsxEnlq4C9kT7EdYGxfAotd5Nxn9Qg8bxLbzm7joi2BT5rjhZR+ndt4u89 SguQK3yP4Vo7Yv2kbOchOFxV99W1CVhdjRavsBpnA8q7tzwDEvXo7NETaABOay8TQ8Eb ThSg== 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 e17-v6si32931498pgb.19.2018.11.02.10.46.59; Fri, 02 Nov 2018 10:47:14 -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 S1727966AbeKCCxV (ORCPT + 99 others); Fri, 2 Nov 2018 22:53:21 -0400 Received: from mail.bootlin.com ([62.4.15.54]:44439 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726700AbeKCCxU (ORCPT ); Fri, 2 Nov 2018 22:53:20 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id B97D9207CF; Fri, 2 Nov 2018 18:45:20 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from bbrezillon (91-160-177-164.subs.proxad.net [91.160.177.164]) by mail.bootlin.com (Postfix) with ESMTPSA id 6DF8420736; Fri, 2 Nov 2018 18:45:20 +0100 (CET) Date: Fri, 2 Nov 2018 18:45:18 +0100 From: Boris Brezillon To: Linus Torvalds Cc: Greg KH , Arnd Bergmann , wsa@the-dreams.de, Vitor.Soares@synopsys.com, pgaj@cadence.com, rafalc@cadence.com, Linux Kernel Mailing List Subject: Re: [GIT PULL] Addition of the I3C subsystem in 4.20 (5.0)? Message-ID: <20181102184518.60531378@bbrezillon> In-Reply-To: References: <20181101063523.26bdbe28@bbrezillon> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, On Thu, 1 Nov 2018 09:27:20 -0700 Linus Torvalds wrote: > On Wed, Oct 31, 2018 at 10:35 PM Boris Brezillon > wrote: > > > > Greg, I didn't get your feedback on v10 of the i3c patchset [1] where I > > was asking if you'd agree to have this framework merged in 4.20 (I know > > you were busy with the 4.19 release and after that the Kernel Summit, so > > that's not a surprise), so I'm sending this PR. It's really not an attempt > > to bypass you, more like a ping that, if positively acknowledged, might > > lead to inclusion of the I3C framework in 4.20 (5.0?) :-). > > Regardless of any other issues, this is now too late in the merge > window for me to accept. > > Yes, the merge window is two weeks, but that's not because people > should send me pull requests for two weeks. A large part of it is that > it takes time to merge stuff, and I want to have time in the later > part of the merge window for things I have to look at and ponder. Ok, I didn't know that. > > So that's why I want new stuff to be ready *before* the merge window, > and I want to see the actual pull requests early. The two weeks is not > for development and to let people delay things a bit, it's to make it > possible to synchronize and to work out issues. Noted, and sorry for the inconvenience. Regards, Boris