Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp28867imm; Mon, 2 Jul 2018 07:09:13 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdBpabZQAEe98RP277QzSB2piQmV/B6Yk0KBiFNhnID57QfzvLEE5/8oKoJCWL5JvE9JH0c X-Received: by 2002:a17:902:74c2:: with SMTP id f2-v6mr19162170plt.260.1530540553013; Mon, 02 Jul 2018 07:09:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530540552; cv=none; d=google.com; s=arc-20160816; b=irscI2udxr4ox2Fd79lFjKppuVHc+3TEuxTGV3lFeQ9KylfaqpKLWL6qF6zv4mAON6 nf+edi0StoV50j9QH/RpFjmBv85KYYtNY34/7a6VkxGpW57L/2T3UdVHCccOmRRIzgr1 5I9a6BfnPsdQ3FsYFgqc66LlTCchCMo9V68YfmnqrUA8YJ3wFoPa3Etu+/Jx21fxt2gt oucLonkkekxdYBXoP51kXm7zhtG2lPVDRpuWE1vDQhxqPKM4Ps4WDIIqhz4m9oiP9HUS Nv4kJj5AKOYeM3ZmgONpngoMifgO0sfEr8+6YyDzp0W3xxfWSFDfoQxCCsNd80v/MQWb tpZA== 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=02jSnGN1wUFs25o4IlgwNNsXwl1W48q6vekvGp/YE9Y=; b=WOAt/QlLxQyfeTLU3vmeWlVhwtRGcFLR4NJ42ibhF9W39O0BgAoY9ceSZ6CsY0V5yk iIesSyp691Z24EbNeEQmpeBisG0jmdCS/pCvEtcK0WUHDLVArm1E1T6kew28A1bHTDTr 1MWAPEUfxGX3D297uswlOjIE1PtcernJ7GRkPXODVMbI5HT55djjfB0pbNsI54xFkQF5 EXiNSmmOhx1TwllnjBF9ZH6j3llwy16M28LrMjU2IRVNqvqPee39HfiH4mbwokcr2XUl i0iGDRfPMjDYyVgd/rRBnzVfPsqKd1HkTmaD8Tw8riPDPZ8LlrQ8qnPaeNvDBuDTSYaQ Wfpw== 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 k188-v6si14118316pgk.129.2018.07.02.07.08.58; Mon, 02 Jul 2018 07:09:12 -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 S1752475AbeGBOHr (ORCPT + 99 others); Mon, 2 Jul 2018 10:07:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41210 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbeGBOHp (ORCPT ); Mon, 2 Jul 2018 10:07:45 -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 136FAECC; Mon, 2 Jul 2018 14:07:44 +0000 (UTC) Date: Mon, 2 Jul 2018 16:07:42 +0200 From: Greg KH To: Thierry Reding Cc: Mikko Perttunen , jassisinghbrar@gmail.com, jonathanh@nvidia.com, devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/8] Tegra Combined UART driver Message-ID: <20180702140742.GA7977@kroah.com> References: <20180702114033.15654-1-mperttunen@nvidia.com> <20180702140343.GO13096@ulmo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180702140343.GO13096@ulmo> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 02, 2018 at 04:03:43PM +0200, Thierry Reding wrote: > On Mon, Jul 02, 2018 at 02:40:25PM +0300, Mikko Perttunen wrote: > > Hi, here's v3. Changes are in individual patches. Acks are still > > missing from the following patches: > > > > mailbox: Add transmit done by blocking option > > mailbox: tegra-hsp: Refactor in preparation of mailboxes > > mailbox: tegra-hsp: Add support for shared mailboxes > > serial: Add Tegra Combined UART driver > > There don't seem to be any build-time dependencies between the above, so > technically I guess these could be applied to the respective trees > separately. The only thing we need to be careful about is to not merge > the final patch before the others, because it will break serial console > if the other patches aren't applied. > > Jassi, Greg, > > What I could do to resolve the runtime dependency is pull the mailbox > patches into a separate branch, create another separate branch for the > TCU driver that is based on the mailbox branch and then base the DT > changes on that branch, or possibly send a separate pull request for > just the DT change late in the merge window or shortly after v4.19-rc1. > > Obviously the latter would be equivalent to you guys merging the patches > through your trees for v4.19-rc1 and me sending out a late pull request > for the DT bits. No need for me to take the serial driver if these types of dependancies are required, you are free to take that in your tree if you want to. does that help? greg k-h