From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1BED8D53E; Mon, 4 Dec 2023 13:31:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="AfXFhWhS" 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> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231121202925.2481471-2-dmitry.baryshkov@linaro.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