diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-23 23:00:46 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-23 23:00:46 +0200 |
commit | 7116747a686e3d5decc354e6812f078dd0c44c6e (patch) | |
tree | 84e5d8a5208594aeaa4c1022040a4c2cf4296cd3 /drivers/soundwire/intel.h | |
parent | Merge tag 'linux-watchdog-6.12-rc1' of git://www.linux-watchdog.org/linux-wat... (diff) | |
parent | soundwire: intel_bus_common: enable interrupts before exiting reset (diff) | |
download | linux-7116747a686e3d5decc354e6812f078dd0c44c6e.tar.xz linux-7116747a686e3d5decc354e6812f078dd0c44c6e.zip |
Merge tag 'soundwire-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire
Pull soundwire updates from Vinod Koul:
- bus cleanup for warnings and probe deferral errors suppression
- cadence recheck for status with a delayed work
- intel interrupt rework on reset exit
* tag 'soundwire-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
soundwire: intel_bus_common: enable interrupts before exiting reset
soundwire: cadence: re-check Peripheral status with delayed_work
soundwire: bus: clean up probe warnings
soundwire: bus: drop unused driver name field
soundwire: bus: suppress probe deferral errors
Diffstat (limited to 'drivers/soundwire/intel.h')
-rw-r--r-- | drivers/soundwire/intel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soundwire/intel.h b/drivers/soundwire/intel.h index 1db4d9d3a3ba..dddd29381441 100644 --- a/drivers/soundwire/intel.h +++ b/drivers/soundwire/intel.h @@ -103,6 +103,8 @@ static inline void intel_writew(void __iomem *base, int offset, u16 value) #define INTEL_MASTER_RESET_ITERATIONS 10 +#define SDW_INTEL_DELAYED_ENUMERATION_MS 100 + #define SDW_INTEL_CHECK_OPS(sdw, cb) ((sdw) && (sdw)->link_res && (sdw)->link_res->hw_ops && \ (sdw)->link_res->hw_ops->cb) #define SDW_INTEL_OPS(sdw, cb) ((sdw)->link_res->hw_ops->cb) |