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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 032AFC4167B for ; Mon, 4 Dec 2023 13:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233691AbjLDNbB (ORCPT ); Mon, 4 Dec 2023 08:31:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233832AbjLDNa7 (ORCPT ); Mon, 4 Dec 2023 08:30:59 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3470DF for ; Mon, 4 Dec 2023 05:31:05 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10EE6C433C7; Mon, 4 Dec 2023 13:31:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701696665; bh=d63k/4zq+ci1uefjy/Q+LzOICvD1194+J9xTaUCkf6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AfXFhWhSwtdWw3E5ujjO8giHxIDgdT6bBURXAmuDXxB9S51/l7k3tHJyXL8ka2nKf Ejvnf7ixYfSLJGSQb+LNztn9uvd2O0zVyc66PF98Ciuk7TlSlqfo/IL+CFMuQlAoAV 0E3GE8M+4FBqMmRyGhWCH5JAOOzkag3uwqxnYV7c= Date: Mon, 4 Dec 2023 22:31:03 +0900 From: Greg Kroah-Hartman To: Dmitry Baryshkov Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Gross , Bjorn Andersson , Konrad Dybcio , Hans de Goede , Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Mark Gross , Heikki Krogerus , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: connector: usb: add accessory mode description Message-ID: <2023120437-pebble-tantrum-5c7a@gregkh> References: <20231121202925.2481471-1-dmitry.baryshkov@linaro.org> <20231121202925.2481471-2-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231121202925.2481471-2-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 21, 2023 at 10:26:59PM +0200, Dmitry Baryshkov wrote: > Add description of the USB-C Accessory Modes supported on the particular > USB-C connector. This is required for devices like Qualcomm SM8150-HDK, > which have no other way to express accessory modes supported by the > hardware platform. > > Signed-off-by: Dmitry Baryshkov > --- > .../devicetree/bindings/connector/usb-connector.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) Does not apply to my tree, can you regenerate this against the next linux-next and resend with the acks added? thanks, greg k-h