All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: typec: ucsi: Add support for SET_PDOS command
@ 2025-06-06  1:38 Pooja Katiyar
  2025-06-06  1:38 ` [PATCH 1/3] usb: typec: ucsi: Add support for message out data structure Pooja Katiyar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Pooja Katiyar @ 2025-06-06  1:38 UTC (permalink / raw)
  To: linux-usb, gregkh; +Cc: heikki.krogerus, andriy.shevchenko, 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.

Pooja Katiyar (3):
  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/debugfs.c   | 32 ++++++++++++++++++++++++++++++
 drivers/usb/typec/ucsi/ucsi.h      | 17 ++++++++++++++++
 drivers/usb/typec/ucsi/ucsi_acpi.c | 16 +++++++++++++++
 3 files changed, 65 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/3] usb: typec: ucsi: Add support for SET_PDOS command
@ 2026-03-18 22:25 Pooja Katiyar
  2026-03-19  7:39 ` Johan Hovold
  2026-03-30 13:17 ` Greg KH
  0 siblings, 2 replies; 11+ messages in thread
From: Pooja Katiyar @ 2026-03-18 22:25 UTC (permalink / raw)
  To: linux-usb
  Cc: gregkh, heikki.krogerus, dmitry.baryshkov, johan, asutosh.pathak,
	Pooja Katiyar

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

Pooja Katiyar (3):
  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   |  6 ++-
 drivers/usb/typec/ucsi/debugfs.c        | 31 +++++++++++++++
 drivers/usb/typec/ucsi/ucsi.c           | 52 ++++++++++++++++++++-----
 drivers/usb/typec/ucsi/ucsi.h           | 20 +++++++++-
 drivers/usb/typec/ucsi/ucsi_acpi.c      | 22 ++++++++++-
 drivers/usb/typec/ucsi/ucsi_ccg.c       |  6 ++-
 drivers/usb/typec/ucsi/ucsi_yoga_c630.c |  6 ++-
 7 files changed, 123 insertions(+), 20 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-30 13:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06  1:38 [PATCH 0/3] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar
2025-06-06  1:38 ` [PATCH 1/3] usb: typec: ucsi: Add support for message out data structure Pooja Katiyar
2025-06-06  1:38 ` [PATCH 2/3] usb: typec: ucsi: Enable debugfs for message_out " Pooja Katiyar
2025-06-06  9:03   ` Andy Shevchenko
2025-06-06  1:38 ` [PATCH 3/3] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar
2025-06-06  3:24   ` Dmitry Baryshkov
2025-06-11  8:52     ` Heikki Krogerus
  -- strict thread matches above, loose matches on Subject: below --
2026-03-18 22:25 [PATCH 0/3] " Pooja Katiyar
2026-03-19  7:39 ` Johan Hovold
2026-03-19 23:48   ` Katiyar, Pooja
2026-03-30 13:17 ` Greg KH

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.