From: Pooja Katiyar <pooja.katiyar@intel.com>
To: linux-usb@vger.kernel.org
Cc: gregkh@linuxfoundation.org, heikki.krogerus@linux.intel.com,
dmitry.baryshkov@oss.qualcomm.com, johan@kernel.org,
asutosh.pathak@intel.com, Pooja Katiyar <pooja.katiyar@intel.com>
Subject: [PATCH 0/3] usb: typec: ucsi: Add support for SET_PDOS command
Date: Wed, 18 Mar 2026 15:25:28 -0700 [thread overview]
Message-ID: <cover.1773090896.git.pooja.katiyar@intel.com> (raw)
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
next reply other threads:[~2026-03-18 22:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 22:25 Pooja Katiyar [this message]
2026-03-18 22:25 ` [PATCH 1/3] usb: typec: ucsi: Add support for message_out data structure Pooja Katiyar
2026-03-18 22:25 ` [PATCH 2/3] usb: typec: ucsi: Enable debugfs " Pooja Katiyar
2026-03-18 22:25 ` [PATCH 3/3] usb: typec: ucsi: Add support for SET_PDOS command Pooja Katiyar
2026-03-19 7:39 ` [PATCH 0/3] " Johan Hovold
2026-03-19 23:48 ` Katiyar, Pooja
2026-03-30 13:17 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2025-06-06 1:38 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.1773090896.git.pooja.katiyar@intel.com \
--to=pooja.katiyar@intel.com \
--cc=asutosh.pathak@intel.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=johan@kernel.org \
--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 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.