Re: [PATCH 1/2] dt-bindings: connector: Add time property for sender response
From: Jos Wang
Date: Fri Dec 20 2024 - 08:46:16 EST
Thank you for your help in reviewing the code.
I will resubmit the V2 version as soon as possible,put patch 1/2 and
2/2 in the same thread.
Thank
Jos Wang
On Fri, Dec 20, 2024 at 8:25 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Sun, Dec 15, 2024 at 08:46:27PM +0800, joswang wrote:
> > From: Jos Wang <joswang@xxxxxxxxxx>
> >
> > This commit adds the following properties:
> > * pd2-sender-response-time-ms
> > * pd3-sender-response-time-ms
> >
> > This is to enable setting of platform/board specific timer values as
> > these timers have a range of acceptable values.
> >
> > Signed-off-by: Jos Wang <joswang@xxxxxxxxxx>
> > ---
> > .../bindings/connector/usb-connector.yaml | 20 +++++++++++++++++++
> > 1 file changed, 20 insertions(+)
>
> Where is patch 2/2? Oh, I now see it, but our tools do not :(
>
> Please make them properly linked together, normally something like 'git
> send-email' will do that for you.
>
> thakns,
>
> greg k-h