All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2]  Add support for "pd-timers" DT property in TCPM
@ 2024-09-11  0:07 Amit Sunil Dhamne
  2024-09-11  0:07 ` [RFC 1/2] dt-bindings: connector: Add property to set pd timer values Amit Sunil Dhamne
  2024-09-11  0:07 ` [RFC 2/2] usb: typec: tcpm: Add support for pd-timers DT property Amit Sunil Dhamne
  0 siblings, 2 replies; 13+ messages in thread
From: Amit Sunil Dhamne @ 2024-09-11  0:07 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, heikki.krogerus,
	gregkh
  Cc: linux-kernel, kyletso, rdbabiera, Amit Sunil Dhamne

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-10-07 19:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11  0:07 [RFC 0/2] Add support for "pd-timers" DT property in TCPM Amit Sunil Dhamne
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

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.