Merge tag 'rpmsg-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[linux-2.6-microblaze.git] / drivers / soundwire / intel.h
index 4ea3d26..76820d0 100644 (file)
@@ -17,6 +17,8 @@
  * @dev: device implementing hw_params and free callbacks
  * @shim_lock: mutex to handle access to shared SHIM registers
  * @shim_mask: global pointer to check SHIM register initialization
+ * @clock_stop_quirks: mask defining requested behavior on pm_suspend
+ * @link_mask: global mask needed for power-up/down sequences
  * @cdns: Cadence master descriptor
  * @list: used to walk-through all masters exposed by the same controller
  */
@@ -31,6 +33,8 @@ struct sdw_intel_link_res {
        struct device *dev;
        struct mutex *shim_lock; /* protect shared registers */
        u32 *shim_mask;
+       u32 clock_stop_quirks;
+       u32 link_mask;
        struct sdw_cdns *cdns;
        struct list_head list;
 };