usb: typec: ucsi: Add SET_POWER_LEVEL UCSI command to debugfs
authorVenkat Jayaraman <venkat.jayaraman@intel.com>
Sun, 26 Oct 2025 23:58:30 +0000 (16:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Oct 2025 14:35:31 +0000 (15:35 +0100)
Add SET_POWER_LEVEL to list of commands supported by UCSI debugfs.

Signed-off-by: Venkat Jayaraman <venkat.jayaraman@intel.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://patch.msgid.link/20251026235830.936477-1-venkat.jayaraman@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/ucsi/debugfs.c
drivers/usb/typec/ucsi/ucsi.h

index f73f2b5..f3684ab 100644 (file)
@@ -35,6 +35,7 @@ static int ucsi_cmd(void *data, u64 val)
        case UCSI_SET_SINK_PATH:
        case UCSI_SET_NEW_CAM:
        case UCSI_SET_USB:
+       case UCSI_SET_POWER_LEVEL:
        case UCSI_READ_POWER_LEVEL:
                ret = ucsi_send_command(ucsi, val, NULL, 0);
                break;
index 35993bc..700d353 100644 (file)
@@ -127,6 +127,7 @@ void ucsi_connector_change(struct ucsi *ucsi, u8 num);
 #define UCSI_GET_CONNECTOR_STATUS              0x12
 #define UCSI_GET_CONNECTOR_STATUS_SIZE         152
 #define UCSI_GET_ERROR_STATUS                  0x13
+#define UCSI_SET_POWER_LEVEL                   0x14
 #define UCSI_GET_ATTENTION_VDO                 0x16
 #define UCSI_GET_PD_MESSAGE                    0x15
 #define UCSI_GET_CAM_CS                        0x18