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 C74721CAA70; Mon, 10 Mar 2025 07:15:29 +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=1741590929; cv=none; b=k8nI70JUN07n6cDVcSN/2XqYjvtbAD7TixhjI39wiVNLtq8mYfElNkZkZjgm2gfW8NUjTI5JfegA1eKWKEziZvllaoUrfwrf+aidfpU77dYxt6LKF6/nRhvNTBkfL4DFQffD8MWuWIECLUZ0yJ8O6C8m55+Q0Q78BtijUEHOMWQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741590929; c=relaxed/simple; bh=gFnHB2SIZMW1uSMUca45r2RzoCogViTde2yZGSQuqLA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CincbYb1Odi51WB49p9LYwrg+pJw4YmzocrVct7Ev1AawcnSLSMVtHQ2+bOBh6XfVsTk9GFtHRgoEk2Be+NHNhKubqtjQZBBW1Wh3HGxXvDft4naUaDc7fxlvAg5nxrha0oUkbklVzETi/M5Kn6vJmfkQBn/sRwhfnp79Y65bHQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ij88EF5R; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ij88EF5R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CD83C4CEED; Mon, 10 Mar 2025 07:15:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741590929; bh=gFnHB2SIZMW1uSMUca45r2RzoCogViTde2yZGSQuqLA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ij88EF5R72C3F+9cFoXWHdVZq2x2+W/f+rn4Pn/I0LNvZbHVd+s8qpu4/ovfVXDNa cyg05y5KxMMpOLEkCSXo8t91RTM35OpK9I0t9mJTyTCMAVCDZ2611g0v9DMr5fmtUu VGG2LfI7DzS4HlQIMlGSECnVr0QmsM4GTFBcOu2FJleAMDxkt8C3sm0KUfv0AP2wnu CAhV8Zu/mMp0DYmeqJDWCrrfyBALULQBQN6v5rv/ss4BRtY4oHcBDofqGlVkKmVLaU tvvitlIIWvaLkxE28fo8RLJ7ri36gwGqWIVuNCF4Nduh63fW3W82nMhqspS2idnpqK yXq3s5fiKGISw== Date: Mon, 10 Mar 2025 12:45:25 +0530 From: Vinod Koul To: Krishna Kurapati Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kishon Vijay Abraham I , Konrad Dybcio , Dmitry Baryshkov , Johan Hovold , Manivannan Sadhasivam , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: (subset) [PATCH v3 0/3] Add support for USB controllers on QCS615 Message-ID: References: <173505391861.950293.11120368190852109172.b4-ty@kernel.org> <318620fc-e174-4ef3-808a-69fe1d4e1df5@oss.qualcomm.com> <163cab94-3271-44ed-a211-300087f4bd83@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <163cab94-3271-44ed-a211-300087f4bd83@oss.qualcomm.com> On 06-03-25, 18:53, Krishna Kurapati wrote: > > > On 2/14/2025 6:00 PM, Vinod Koul wrote: > > On 23-01-25, 09:23, Dmitry Baryshkov wrote: > > > On Thu, 23 Jan 2025 at 09:00, Krishna Kurapati > > > wrote: > > > > > > > As mentioned in the cover letter, the bindings of phy have been merged > > > > > from v1. > > > > > > > > Hi Vinod, > > > > > > > > Can you help in taking in the patch-3. As mentioned in previous mail, > > > > the bindings are merged and present in linux-next. > > > > Can you pls post it after rebasing > > > > Hi Vinod, > > I see the patch-3 is applying cleanly on top of latest linux next. Do you > suggest sending a rebase or v3 is fine ? Please rebase on phy/next and resend -- ~Vinod