All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] usb: typec: ucsi: Add support for SET_PDOS command
@ 2025-09-06  4:30 Pooja Katiyar
  2025-09-06  4:30 ` [PATCH v3 1/4] usb: typec: ucsi: Update UCSI structure to have message in and message out fields Pooja Katiyar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Pooja Katiyar @ 2025-09-06  4:30 UTC (permalink / raw)
  To: linux-usb, gregkh; +Cc: dmitry.baryshkov, pooja.katiyar

This series implements support for UCSI SET_PDOS command. It provides
interface to send message out data structure and update source or sink
capabilities PDOs on a connector over debugfs interface.

It also updates UCSI structure to have message in and message out fields
instead of handling them as separate parameters.

Pooja Katiyar (4):
  usb: typec: ucsi: Update UCSI structure to have message in and message
    out fields
  usb: typec: ucsi: Add support for message out data structure
  usb: typec: ucsi: Enable debugfs for message_out data structure
  usb: typec: ucsi: Add support for SET_PDOS command

 drivers/usb/typec/ucsi/cros_ec_ucsi.c |   5 +-
 drivers/usb/typec/ucsi/debugfs.c      |  36 +++++++-
 drivers/usb/typec/ucsi/displayport.c  |  11 ++-
 drivers/usb/typec/ucsi/ucsi.c         | 118 ++++++++++++++++++--------
 drivers/usb/typec/ucsi/ucsi.h         |  22 +++--
 drivers/usb/typec/ucsi/ucsi_acpi.c    |  25 ++++--
 drivers/usb/typec/ucsi/ucsi_ccg.c     |  11 ++-
 7 files changed, 165 insertions(+), 63 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-09-06  8:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-06  4:30 [PATCH v3 0/4] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar
2025-09-06  4:30 ` [PATCH v3 1/4] usb: typec: ucsi: Update UCSI structure to have message in and message out fields Pooja Katiyar
2025-09-06  8:30   ` kernel test robot
2025-09-06  4:30 ` [PATCH v3 2/4] usb: typec: ucsi: Add support for message out data structure Pooja Katiyar
2025-09-06  4:31 ` [PATCH v3 3/4] usb: typec: ucsi: Enable debugfs for message_out " Pooja Katiyar
2025-09-06  4:31 ` [PATCH v3 4/4] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar

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.