From: Gil Fine Date: Fri, 17 Dec 2021 01:16:42 +0000 (+0200) Subject: thunderbolt: Rename Intel TB_VSE_CAP_IECS capability X-Git-Tag: v6.1-rc5~2245^2~16^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=483c9d8275aff428df433e9d7c718609345500e2;p=platform%2Fkernel%2Flinux-starfive.git thunderbolt: Rename Intel TB_VSE_CAP_IECS capability Rename the VSC capability: TB_VSE_CAP_IECS to TB_VSE_CAP_CP_LP to follow the Intel devices namings as appear in the datasheet. This capability is used for controlling CLx (Low Power states of the link). Signed-off-by: Gil Fine Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/tb_regs.h b/drivers/thunderbolt/tb_regs.h index 2469eb3..105118e 100644 --- a/drivers/thunderbolt/tb_regs.h +++ b/drivers/thunderbolt/tb_regs.h @@ -33,7 +33,7 @@ enum tb_switch_cap { enum tb_switch_vse_cap { TB_VSE_CAP_PLUG_EVENTS = 0x01, /* also EEPROM */ TB_VSE_CAP_TIME2 = 0x03, - TB_VSE_CAP_IECS = 0x04, + TB_VSE_CAP_CP_LP = 0x04, TB_VSE_CAP_LINK_CONTROLLER = 0x06, /* also IECS */ };