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.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED 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 1BD3AC6786E for ; Fri, 26 Oct 2018 16:21:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B36E220868 for ; Fri, 26 Oct 2018 16:21:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=synopsys.com header.i=@synopsys.com header.b="UruVl0Ak" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B36E220868 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727721AbeJ0A6k (ORCPT ); Fri, 26 Oct 2018 20:58:40 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:42932 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727240AbeJ0A6k (ORCPT ); Fri, 26 Oct 2018 20:58:40 -0400 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 8C29724E0772; Fri, 26 Oct 2018 09:20:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1540570860; bh=PObhxIaYsDuRI5752s6fwNRYSIzTPGLUAOCTQvjvVJM=; h=Subject:To:CC:References:From:Date:In-Reply-To:From; b=UruVl0Ak25zUzJOkPl/o93O4QZ+J7J4kWhweHSvQ/H7hxuYb8F3j5PWpRV32nRVrX ISPUgoEYP8R8C8fiJpnLtJ/XLd9mY353lulOnMar8o4IjBAG712jlMvDXNcV+KBIo1 DEIRp+45r7VNZgHDFtAyOMRWBWvPE5T8WnnT7b3Cuv9AaTrylo0LF3MY3lN1PZ7Nee F/Fl5h6DHd6eyuLLuouTk+GN50HUFmZXTVd9vbOMHP3RgASxg5Mc1Y/4Px3v396GMt pqcUOk0EEOfzk6XXj9xNHCCf+NK1bnSyFlN+dkswc1ogUD2GFcLeHknb2LDOUF4ivm JavL+EIORwBSQ== Received: from US01WEHTC3.internal.synopsys.com (us01wehtc3.internal.synopsys.com [10.15.84.232]) by mailhost.synopsys.com (Postfix) with ESMTP id A19F25197; Fri, 26 Oct 2018 09:20:58 -0700 (PDT) Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by US01WEHTC3.internal.synopsys.com (10.15.84.232) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 26 Oct 2018 09:20:58 -0700 Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.94) by DE02WEHTCA.internal.synopsys.com (10.225.19.92) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 26 Oct 2018 18:20:56 +0200 Received: from [10.0.2.15] (10.107.19.127) by DE02WEHTCB.internal.synopsys.com (10.225.19.80) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 26 Oct 2018 18:20:56 +0200 Subject: Re: [PATCH v10 0/9] Add the I3C subsystem To: Boris Brezillon , vitor CC: Wolfram Sang , , "Jonathan Corbet" , , Greg Kroah-Hartman , 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" , , , Geert Uytterhoeven , Linus Walleij , Xiang Lin , , Sekhar Nori , Przemyslaw Gaj , Peter Rosin , Mike Shettel , Stephen Boyd References: <20181026144333.12276-1-boris.brezillon@bootlin.com> <20181026181548.53228a4b@bbrezillon> From: vitor Message-ID: <87738b8d-8033-9ef1-b0fb-059b64b0dc96@synopsys.com> Date: Fri, 26 Oct 2018 17:20:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181026181548.53228a4b@bbrezillon> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.107.19.127] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/10/18 17:15, Boris Brezillon wrote: > On Fri, 26 Oct 2018 16:22:06 +0100 > vitor wrote: > >> Can you update the i3c/next tree? > Done. Thanks. I will apply the driver and them I give you feedback.