public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] usb: typec: ucsi: Add support for SET_PDOS command
@ 2025-10-30 14:48 Pooja Katiyar
  2025-10-30 14:48 ` [PATCH v5 1/4] usb: typec: ucsi: Update UCSI structure to have message in and message out fields Pooja Katiyar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Pooja Katiyar @ 2025-10-30 14:48 UTC (permalink / raw)
  To: linux-usb, gregkh; +Cc: dmitry.baryshkov, heikki.krogerus, 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.

Changelog v5:
- Rebased patches to v6.18-rc3.

Changelog v4:
- Fixed build errors reported by kernel test robot.
- Added changelogs.

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 +--
 drivers/usb/typec/ucsi/ucsi_yoga_c630.c |  15 ++-
 8 files changed, 172 insertions(+), 71 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-12-23 20:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 14:48 [PATCH v5 0/4] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar
2025-10-30 14:48 ` [PATCH v5 1/4] usb: typec: ucsi: Update UCSI structure to have message in and message out fields Pooja Katiyar
2025-12-13  2:58   ` Dmitry Baryshkov
2025-12-18  1:17     ` Katiyar, Pooja
2025-12-18  1:22       ` Dmitry Baryshkov
2025-12-23 12:06         ` Heikki Krogerus
2025-12-23 20:18           ` Katiyar, Pooja
2025-10-30 14:48 ` [PATCH v5 2/4] usb: typec: ucsi: Add support for message out data structure Pooja Katiyar
2025-10-30 14:48 ` [PATCH v5 3/4] usb: typec: ucsi: Enable debugfs for message_out " Pooja Katiyar
2025-10-30 14:48 ` [PATCH v5 4/4] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar
     [not found] ` <MN0PR11MB5985412F8014513916F7F4FD81CEA@MN0PR11MB5985.namprd11.prod.outlook.com>
2025-11-11  0:21   ` [PATCH v5 0/4] " Pathak, Asutosh
2025-11-11  0:46     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox