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 E48C718C3B; Mon, 4 Mar 2024 08:32:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709541135; cv=none; b=p8ntTyHFy5A7Nuv5f1cpcH3uji6HIV9YD+wiyjPWiKiK8L4Fk3/3ifpe7PyM/zLU2BKHbQCK3dQ6Xvoq0PDBSf9i5XcJbk5JBKmp51L5zvH8C8YhKx/KQG/XR31j4eo5MPrFuXwc2idTEWZ4sSplBc4HZMAvDrQkkZgpIACnuAU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709541135; c=relaxed/simple; bh=fn9kDRhZ3uC3sP4IiPeeESBvBHtP48VNUDNBMZJeC3Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G8BU2e02jCz9HUtH396GZK4/lgsNVay4oMIhOvBJHE6ZH+92kCHuzlWbdoG6xY0C6iE636zyjq06740zRmhZbitEo3Zo7yM78wgfx9NI/V3WXcF9auWzUNeH092zNHscZjfOoCsuQ7yW7Y/PQfLuTdFJ6Jg640f/0B22Y2n2Xzo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Y/Jj8le7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Y/Jj8le7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E829C433F1; Mon, 4 Mar 2024 08:32:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709541134; bh=fn9kDRhZ3uC3sP4IiPeeESBvBHtP48VNUDNBMZJeC3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y/Jj8le7t8Mf67Bo8yrx17ReQ0T67yEoRnZLMGeGsWFFL0O19KHnefe8E782EpjUW swecSn4joziaHzpdw3aPoC8X0dqCBA7wuBdjGhaiyp116bgHhexVtnTWn73LL8Q11i aeuxty/3Xi+ZsVYaR0566NX08/eE9Z7n4jw3kua8= Date: Mon, 4 Mar 2024 09:32:12 +0100 From: Greg Kroah-Hartman To: Dmitry Baryshkov Cc: Bjorn Andersson , Konrad Dybcio , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Wesley Cheng , Bryan O'Donoghue , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v3 2/3] dt-bindings: usb: qcom,pmic-typec: add support for the PM4125 block Message-ID: <2024030452-detail-curable-b5a4@gregkh> References: <20240221-pm4125-typec-v3-0-fdd0ee0465b8@linaro.org> <20240221-pm4125-typec-v3-2-fdd0ee0465b8@linaro.org> Precedence: bulk X-Mailing-List: devicetree@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: On Mon, Mar 04, 2024 at 02:08:19AM +0200, Dmitry Baryshkov wrote: > On Wed, 21 Feb 2024 at 02:00, Dmitry Baryshkov > wrote: > > > > On Wed, 21 Feb 2024 at 01:58, Dmitry Baryshkov > > wrote: > > > > > > The PM4125 PMIC has the same Type-C register block as the PMI632. > > > Likewise it doesn't support USB Power Delivery. Define the compatible > > > for the TypeC block found on PM4125, using PMI632 as a compatible. > > > > > > Signed-off-by: Dmitry Baryshkov > > > > Making a fool of me, for v2 there was: > > > > Reviewed-by: Krzysztof Kozlowski > > Greg, as Mark has picked up the vbus regulator patch, is there a > chance of you picking up this patch? As it doesn't apply to my usb-next branch, it's hard to do so :( Can you rebase it against there and resend? thanks, greg k-h