From: Pooja Katiyar <pooja.katiyar@intel.com>
To: linux-usb@vger.kernel.org, gregkh@linuxfoundation.org
Cc: dmitry.baryshkov@oss.qualcomm.com,
heikki.krogerus@linux.intel.com, pooja.katiyar@intel.com
Subject: [PATCH v5 0/4] usb: typec: ucsi: Add support for SET_PDOS command
Date: Thu, 30 Oct 2025 07:48:54 -0700 [thread overview]
Message-ID: <cover.1761773881.git.pooja.katiyar@intel.com> (raw)
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
next reply other threads:[~2025-10-30 14:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 14:48 Pooja Katiyar [this message]
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-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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1761773881.git.pooja.katiyar@intel.com \
--to=pooja.katiyar@intel.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).