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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 8C221C55179 for ; Fri, 6 Nov 2020 10:44:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 398E721D81 for ; Fri, 6 Nov 2020 10:44:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604659496; bh=ougvJFEDJnn7GLjb5Wkwg0aE2d1u72Yu7Du/d+yLTRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xnLghPe3M6htt88Mwna2GhRgu8NeM/4gwoe3uydU2jbW9P4oYJeT7TNa644k0nER+ O7tbo9dzYG1UcvBnVNIftwQ3Gdvr9z7eWRyQB2ptUyexATFBr2qXs0cc5KiMtOOZv+ 0Q99Npkb3YC/+okOz/cnfkOORfxV87UXF6+QcbpM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726757AbgKFKow (ORCPT ); Fri, 6 Nov 2020 05:44:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:35336 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726010AbgKFKov (ORCPT ); Fri, 6 Nov 2020 05:44:51 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2671720702; Fri, 6 Nov 2020 10:44:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604659489; bh=ougvJFEDJnn7GLjb5Wkwg0aE2d1u72Yu7Du/d+yLTRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XB76eSCDBGX+2Tn28LKNoYpLWsv+KlUQgiXx3ngs0/THLwx772RPL53GyLh7II/mP AF7HphcZKc1/lhlFmJUiDKixR4a9xL//MDINdwZ1awBkwRtQuOUzKjGJvPGOltMZUv mugVcZ1eyufLjHooCAKIIh4fg/3vs7sF3Ng42fGQ= Date: Fri, 6 Nov 2020 11:45:36 +0100 From: Greg Kroah-Hartman To: Badhri Jagan Sridharan Cc: Rob Herring , Thierry Reding , LKML , Prashant Malani , Rob Herring , Maxime Ripard , USB , Mark Brown , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Alexandre Belloni , Heikki Krogerus , Dan Carpenter , Guenter Roeck , Lee Jones Subject: Re: [PATCH v12 01/10] dt-bindings: usb: Maxim type-c controller device tree binding document Message-ID: <20201106104536.GB2785199@kroah.com> References: <20201029063138.1429760-1-badhri@google.com> <20201029063138.1429760-2-badhri@google.com> <20201029153351.GA1911637@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Oct 29, 2020 at 01:01:52PM -0700, Badhri Jagan Sridharan wrote: > Hi Rob, > > The error seems to be because the following patch > 5ed132db5ad4 dt-bindings: connector: Add property to set initial > current cap for FRS > is in usb-next but not in the rc1 branch yet. To make the bot > recognize that this is a > dependency, Is it suffice to mention the following in the commit description? > This patch depends on patch "dt-bindings: connector: Add property to > set initial current cap for FRS". > Or is there something else that I should do ? This should all be in linux-next, Rob, is that ok? thanks, greg k-h