All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amit Sunil Dhamne <amitsd@google.com>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org,  heikki.krogerus@linux.intel.com,
	gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, kyletso@google.com,
	rdbabiera@google.com,  Amit Sunil Dhamne <amitsd@google.com>
Subject: [RFC 0/2]  Add support for "pd-timers" DT property in TCPM
Date: Tue, 10 Sep 2024 17:07:04 -0700	[thread overview]
Message-ID: <20240911000715.554184-1-amitsd@google.com> (raw)

USB PD specification defines a bunch of timers that can have a range
of acceptable values instead of specific values. These values have to
be tuned based on the platform. However, TCPM currently sets them to
a default value without providing a mechanism to set platform specific
values.

This patchset adds a new DT property called "pd-timers" to allow users
to define platform specific values.

Amit Sunil Dhamne (2):
  dt-bindings: connector: Add property to set pd timer values
  usb: typec: tcpm: Add support for pd-timers DT property

 .../bindings/connector/usb-connector.yaml     |  23 ++++
 drivers/usb/typec/tcpm/tcpm.c                 | 110 +++++++++++++++---
 include/dt-bindings/usb/pd.h                  |   8 ++
 3 files changed, 123 insertions(+), 18 deletions(-)


base-commit: f299cd11f7539482e87b2d2d527968a26b33f0ec
-- 
2.46.0.598.g6f2099f65c-goog


             reply	other threads:[~2024-09-11  0:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-11  0:07 Amit Sunil Dhamne [this message]
2024-09-11  0:07 ` [RFC 1/2] dt-bindings: connector: Add property to set pd timer values Amit Sunil Dhamne
2024-09-12 10:05   ` Dmitry Baryshkov
2024-09-12 23:26     ` Amit Sunil Dhamne
2024-09-13  4:34       ` Dmitry Baryshkov
2024-09-16 16:33         ` Rob Herring
2024-09-16 23:52           ` Amit Sunil Dhamne
2024-09-16 16:05       ` Krzysztof Kozlowski
2024-09-16 16:05   ` Krzysztof Kozlowski
2024-09-17  1:59     ` Amit Sunil Dhamne
2024-09-27  7:48       ` Krzysztof Kozlowski
2024-10-07 19:45         ` Amit Sunil Dhamne
2024-09-11  0:07 ` [RFC 2/2] usb: typec: tcpm: Add support for pd-timers DT property Amit Sunil Dhamne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240911000715.554184-1-amitsd@google.com \
    --to=amitsd@google.com \
    --cc=conor+dt@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kyletso@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdbabiera@google.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.