mbox series

[0/2] Add support for time DT property in TCPM

Message ID 20241022-pd-dt-time-props-v1-0-fea96f51b302@google.com (mailing list archive)
Headers show
Series Add support for time DT property in TCPM | expand

Message

Amit Sunil Dhamne Oct. 23, 2024, 3:55 a.m. UTC
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 new DT properties per timer to allow users to define
platform specific values.

The RFC patchset for this was already reviewed and no changes have been
made since. The link is:
https://lore.kernel.org/linux-usb/20240925031135.1101048-1-amitsd@google.com/
Because of this, I have retained the Reviewed-by tags. If you  think
they should be cleared since this is a more formal [PATCH], please
let me know and I'll do so.

Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
---
Amit Sunil Dhamne (2):
      dt-bindings: connector: Add properties to define time values
      usb: typec: tcpm: Add support for parsing time dt properties

 .../bindings/connector/usb-connector.yaml          | 35 ++++++++++-
 drivers/usb/typec/tcpm/tcpm.c                      | 73 +++++++++++++++++-----
 2 files changed, 91 insertions(+), 17 deletions(-)
---
base-commit: 42f7652d3eb527d03665b09edac47f85fb600924
change-id: 20241022-pd-dt-time-props-158760bf26a2

Best regards,