summaryrefslogtreecommitdiff
path: root/scripts/Makefile.randstruct
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2024-12-24 17:49:18 +0800
committerLee Jones <lee@kernel.org>2025-01-09 11:13:32 +0000
commitaba4f736fc5553b936808ccdfd3ce21ee3ec7ae0 (patch)
tree225591fd1dcbf67e2a61059cef90dd0c65b06ffb /scripts/Makefile.randstruct
parentba5095ebbc7a83965ac049a50fa493d7c751f19b (diff)
downloadkernel-aba4f736fc5553b936808ccdfd3ce21ee3ec7ae0.tar.gz
dt-bindings: mfd: syscon: Add rk3562 QoS register compatible
Document rk3562 compatible for QoS registers. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Link: https://lore.kernel.org/r/20241224094920.3821861-16-kever.yang@rock-chips.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'scripts/Makefile.randstruct')
0 files changed, 0 insertions, 0 deletions
de driver to the partner (via the ChromeOS EC). The function introduced here is intended to be called by the alt mode driver (via the Type-C bus logic). Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Prashant Malani <pmalani@chromium.org> Reviewed-by: Benson Leung <bleung@chromium.org> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20221228004648.793339-11-pmalani@chromium.org 2023-01-09platform/chrome: cros_typec_vdm: Add VDM reply supportPrashant Malani Handle response VDMs which are sent by the partner (replying to VDMs sent by the host system itself). These get forwarded to the altmode driver. Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Prashant Malani <pmalani@chromium.org> Reviewed-by: Benson Leung <bleung@chromium.org> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20221228004648.793339-10-pmalani@chromium.org 2023-01-09platform/chrome: cros_ec_typec: Add initial VDM supportPrashant Malani Add ops to support USB PD VDM (Vendor Defined Message) from the port driver. This enables the port driver to interface with alternate mode drivers and communicate with connected peripherals. The initial support just contains an implementation of the Enter Mode command. Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Prashant Malani <pmalani@chromium.org> [pmalani: Fixed trivial conflict in Makefile] Reviewed-by: Benson Leung <bleung@chromium.org> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20221228004648.793339-9-pmalani@chromium.org