Received: by 10.192.165.148 with SMTP id m20csp3709997imm; Mon, 23 Apr 2018 10:58:42 -0700 (PDT) X-Google-Smtp-Source: AIpwx48nbEr7W8FCw/hGF4xXU1vjM/fkD2MnCD8vOfWjFSUdtbFtOKziQ5endmVMa1lcwoLtd9rr X-Received: by 10.99.51.137 with SMTP id z131mr17815523pgz.386.1524506322287; Mon, 23 Apr 2018 10:58:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524506322; cv=none; d=google.com; s=arc-20160816; b=C7T4XUqFbxbBzRoRAkBOJsbrBOKSv7yRtRhwj6i9y+/m7x8GEuKAZhE5fr/Fd+OJF5 ZRfdG0QPYTdhNNday83LN//dldg4URZ65893kwegwnb/jdvgHdnjAZ/MUtRtbOYIXEJ3 U87CJJV2VcJjwYOLcG9fwKg0DIRc49F7yBgFu0NRC+p1GlCb7NfV2bB5jOLwlOMCDpnV JUrrWgBB/yg3RaIlEF8cX6eQe/dayluj6vK3W85RnMiIZ7nbjZwaasmi52qydLw3etge CdEWzazo1ViJEaq+9ADP3JP08wZJ6+z0LHtUDRsyfJ8DLz+WAJW2v7gnbspLeBCv5gpw zcug== 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:arc-authentication-results; bh=/U4o87XyzWOFNdm5EDIZXLwp1njBFYCDbxiHzx4oJLs=; b=eYXZ9FOQd6A7TCX211KuCqi2Hb5JNaUtk0SLP0uz8ZHFaDr9Itz1EbWeyPAor0xAwq W92WAMeGeC0qEb4i+fnjjS46j8Vk1LNc+d5aY5nt5OIAKAvB/NN1ixGDViqKp8oZ0JKD +GURxwposrFAGtgROcibaAizgSI/5cQeIyJK2V+bNpzJHuDpLorzl0UjeJdgwCEcUTgg PGHO7JeANV+SgB4HsA8wbkwvh3Up1zy/HYBujjhbcfqOw0lJ8JykwsETJZ5ui3sCjz2k D1GBaP535juDYVnHV85VfrWlg7QOA7vqmi/buMpx4NHUDVXhC81W+Jp5gM0rSYia8cea 3VQw== 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 q127si11201781pfb.1.2018.04.23.10.58.28; Mon, 23 Apr 2018 10:58:42 -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 S932288AbeDWR4z (ORCPT + 99 others); Mon, 23 Apr 2018 13:56:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47944 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932109AbeDWR4w (ORCPT ); Mon, 23 Apr 2018 13:56:52 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 737725A8; Mon, 23 Apr 2018 17:56:51 +0000 (UTC) Date: Mon, 23 Apr 2018 19:56:46 +0200 From: Greg Kroah-Hartman To: Boris Brezillon Cc: Wolfram Sang , linux-i2c@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Arnd Bergmann , Przemyslaw Sroka , Arkadiusz Golec , Alan Douglas , Bartosz Folta , Damian Kos , Alicja Jurasik-Urbaniak , Cyprian Wronka , Suresh Punnoose , Rafal Ciepiela , Thomas Petazzoni , Nishanth Menon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vitor Soares , Geert Uytterhoeven , Linus Walleij , Xiang Lin , linux-gpio@vger.kernel.org Subject: Re: [PATCH v4 00/10] Add the I3C subsystem Message-ID: <20180423175646.GA23210@kroah.com> References: <20180330074751.25987-1-boris.brezillon@bootlin.com> <20180423193814.5c8ca75a@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180423193814.5c8ca75a@bbrezillon> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 23, 2018 at 07:38:14PM +0200, Boris Brezillon wrote: > Hi, > > On Fri, 30 Mar 2018 09:47:41 +0200 > Boris Brezillon wrote: > > > This patch series is a proposal for a new I3C subsystem. > > This v4 has been sent almost a month ago and I didn't get any feedback > so far apart from Rob's R-b. Greg, is there any chance we can get these > patches merged in 4.18? If not, could you tell me what should be > addressed/improved/reworked? I'll look over it later this week, thanks. greg k-h