1. 3f9c59e soundwire: intel: remove useless readl by Pierre-Louis Bossart · 3 years, 11 months ago
  2. 4e3ea93 soundwire: intel: add missing \n in dev_err() by Pierre-Louis Bossart · 3 years, 10 months ago
  3. bb877be soundwire: intel: add master quirks for bus clash and parity by Bard Liao · 3 years, 11 months ago
  4. f6594cd soundwire: Intel: introduce DMI quirks for HP Spectre x360 Convertible by Pierre-Louis Bossart · 3 years, 11 months ago
  5. ee3db94 soundwire: intel: don't return error when clock stop failed by Bard Liao · 4 years ago
  6. 235ae89 soundwire: intel: Use kzalloc for allocating only one thing by Zheng Yongjun · 4 years, 1 month ago
  7. 17e0da0 soundwire: intel: fix another unused-function warning by Arnd Bergmann · 4 years, 2 months ago
  8. 0f9138e soundwire: intel: enable test modes by Pierre-Louis Bossart · 4 years, 4 months ago
  9. f067c92 soundwire: intel: use {u32|u16}p_replace_bits by Vinod Koul · 4 years, 4 months ago
  10. 9026118 soundwire: Add generic bandwidth allocation algorithm by Bard Liao · 4 years, 4 months ago
  11. 244eb88 soundwire: intel: remove stream handling from .prepare and .hw_free by Pierre-Louis Bossart · 4 years, 5 months ago
  12. e1c3a7f soundwire: intel: remove .trigger operation by Pierre-Louis Bossart · 4 years, 5 months ago
  13. 06dcb4e soundwire: intel: fix NULL/ERR_PTR confusion by Pierre-Louis Bossart · 4 years, 5 months ago
  14. 3b4979c soundwire: intel: use FIELD_{GET|PREP} by Vinod Koul · 4 years, 5 months ago
  15. 5ee74eb soundwire: intel: don't manage link power individually by Pierre-Louis Bossart · 4 years, 5 months ago
  16. f748f34e soundwire: intel: add error log for clock-stop invalid configs by Pierre-Louis Bossart · 4 years, 5 months ago
  17. 94eed66 soundwire: intel: add multi-link hw_synchronization information by Pierre-Louis Bossart · 4 years, 5 months ago
  18. d78071b soundwire: intel: add missing support for all clock stop modes by Pierre-Louis Bossart · 4 years, 5 months ago
  19. 857a7c4 soundwire: intel: add multi-link support by Pierre-Louis Bossart · 4 years, 5 months ago
  20. 0ef2986 soundwire: intel: ignore software command retries by Pierre-Louis Bossart · 4 years, 5 months ago
  21. e4be9fa soundwire: intel: disable shim wake on suspend by Pierre-Louis Bossart · 4 years, 5 months ago
  22. f046b23 soundwire: intel: fix intel_suspend/resume defined but not used warning by Bard Liao · 4 years, 5 months ago
  23. 08abad9 soundwire: intel: refine runtime pm for SDW_INTEL_CLK_STOP_BUS_RESET by Rander Wang · 4 years, 5 months ago
  24. 61fb830 soundwire: intel: support clock_stop mode without quirks by Pierre-Louis Bossart · 4 years, 5 months ago
  25. caf6881 soundwire: intel: add CLK_STOP_NOT_ALLOWED support by Pierre-Louis Bossart · 4 years, 5 months ago
  26. 6626a61 soundwire: intel: add CLK_STOP_BUS_RESET support by Rander Wang · 4 years, 5 months ago
  27. a320f41 soundwire: intel: add CLK_STOP_TEARDOWN for pm_runtime suspend by Pierre-Louis Bossart · 4 years, 5 months ago
  28. a2d9c16 soundwire: intel: pm_runtime idle scheduling by Pierre-Louis Bossart · 4 years, 5 months ago
  29. a5a0239 soundwire: intel: reinitialize IP+DSP in .prepare(), but only when resuming by Bard Liao · 4 years, 5 months ago
  30. 99b6a30 soundwire: intel: call helper to reset Slave states on resume by Pierre-Louis Bossart · 4 years, 5 months ago
  31. cb1e6d5 soundwire: intel: fix race condition on system resume by Pierre-Louis Bossart · 4 years, 5 months ago
  32. b61b8b3 soundwire: intel: reset pm_runtime status during system resume by Pierre-Louis Bossart · 4 years, 5 months ago
  33. ebf878e soundwire: intel: add pm_runtime support by Pierre-Louis Bossart · 4 years, 5 months ago
  34. 9b3b4b3 soundwire: intel: Add basic power management support by Pierre-Louis Bossart · 4 years, 6 months ago
  35. 575ec5e Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next by Greg Kroah-Hartman · 4 years, 6 months ago
  36. ab2c913 soundwire: intel: add wake interrupt support by Rander Wang · 4 years, 6 months ago
  37. 4a98a6b soundwire: intel/cadence: merge Soundwire interrupt handlers/threads by Bard Liao · 4 years, 6 months ago
  38. 437e328 soundwire: intel: introduce helper for link synchronization by Pierre-Louis Bossart · 4 years, 6 months ago
  39. 02629e45 soundwire: intel: introduce a helper to arm link synchronization by Pierre-Louis Bossart · 4 years, 6 months ago
  40. 4a17c44 soundwire: intel: revisit SHIM programming sequences. by Pierre-Louis Bossart · 4 years, 6 months ago
  41. 7d2845d soundwire: intel: reuse code for wait loops to set/clear bits by Pierre-Louis Bossart · 4 years, 6 months ago
  42. 9cb834b soundwire: intel: don't free dma_data in DAI shutdown by Pierre-Louis Bossart · 4 years, 7 months ago
  43. ff16d1e soundwire: intel: remove stream allocation/free by Pierre-Louis Bossart · 4 years, 7 months ago
  44. 0955314 soundwire: intel: implement get_sdw_stream() operations by Pierre-Louis Bossart · 4 years, 7 months ago
  45. 6d2c666 soundwire: intel: transition to 3 steps initialization by Pierre-Louis Bossart · 4 years, 8 months ago
  46. 83e129af soundwire: intel: clarify drvdata and remove more indirections by Pierre-Louis Bossart · 4 years, 8 months ago
  47. b6109dd soundwire: intel: cleanups for indirections/logs by Pierre-Louis Bossart · 4 years, 8 months ago
  48. bf6d6e6 soundwire: intel: fix memory leak with devm_kasprintf by Pierre-Louis Bossart · 4 years, 7 months ago
  49. 7ceaa40 soundwire: bus_type: add sdw_master_device support by Pierre-Louis Bossart · 4 years, 8 months ago
  50. 5cab3ff soundwire: bus: rename sdw_bus_master_add/delete, add arguments by Pierre-Louis Bossart · 4 years, 8 months ago
  51. 611905d soundwire: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer by Kuninori Morimoto · 4 years, 9 months ago
  52. 7b174f2 soundwire: cadence: simplifiy cdns_init() by Rander Wang · 4 years, 10 months ago
  53. eff346f soundwire: intel: free all resources on hw_free() by Pierre-Louis Bossart · 5 years ago
  54. 5e7484d soundwire: intel: add sdw_stream_setup helper for .startup callback by Rander Wang · 5 years ago
  55. 973a842 soundwire: intel: add trigger support in sdw dai driver by Rander Wang · 5 years ago
  56. 27b198f soundwire: intel: add prepare support in sdw dai driver by Rander Wang · 5 years ago
  57. 2523486 soundwire: intel: rename res field as link_res by Pierre-Louis Bossart · 5 years ago
  58. a19efb5 soundwire: intel: fix factor of two in MCLK handling by Bard Liao · 5 years ago
  59. 4b206d3 soundwire: intel: update stream callbacks for hwparams/free stream operations by Rander Wang · 5 years ago
  60. 01b59c7 Merge 5.4-rc7 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  61. c134f91 soundwire: intel: fix PDI/stream mapping for Bulk by Pierre-Louis Bossart · 5 years ago
  62. 3ccb855 soundwire: cadence_master: make clock stop exit configurable on init by Pierre-Louis Bossart · 5 years ago
  63. 9e3d47f soundwire: intel/cadence: add flag for interrupt enable by Pierre-Louis Bossart · 5 years ago
  64. dfbe642 soundwire: intel: add helper for initialization by Pierre-Louis Bossart · 5 years ago
  65. 49ea07d soundwire: intel/cadence: fix startup sequence by Pierre-Louis Bossart · 5 years ago
  66. cf92496 soundwire: intel: fix intel_register_dai PDI offsets and numbers by Bard Liao · 5 years ago
  67. 1b53385e soundwire: cadence_master: improve PDI allocation by Bard Liao · 5 years ago
  68. 57a3479 soundwire: cadence/intel: simplify PDI/port mapping by Pierre-Louis Bossart · 5 years ago
  69. 8046453 soundwire: intel: remove playback/capture stream_name by Bard Liao · 5 years ago
  70. 535bbe6 soundwire: remove DAI_ID_RANGE definitions by Pierre-Louis Bossart · 5 years ago
  71. df72b71 soundwire: intel: add missing headers for cross-compilation by Pierre-Louis Bossart · 5 years ago
  72. 395713d soundwire: intel: handle disabled links by Pierre-Louis Bossart · 5 years ago
  73. 79ee663 soundwire: intel: add debugfs register dump by Pierre-Louis Bossart · 5 years ago
  74. e87cf35 soundwire: intel: remove unused variables by Vinod Koul · 5 years ago
  75. 183c768 soundwire: intel: move shutdown() callback and don't export symbol by Pierre-Louis Bossart · 5 years ago
  76. 085f4ac soundwire: intel: read mclk_freq property from firmware by Pierre-Louis Bossart · 5 years ago
  77. 1804633 soundwire: intel: fix channel number reported by hardware by Pierre-Louis Bossart · 5 years ago
  78. 05c8afe4 soundwire: intel: prevent possible dereference in hw_params by Pierre-Louis Bossart · 5 years ago
  79. 0fc6041 soundwire: intel: remove BIOS work-arounds by Pierre-Louis Bossart · 5 years ago
  80. 2f4281f Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next by Greg Kroah-Hartman · 6 years ago
  81. 3919412 soundwire: intel: set dai min and max channels correctly by Srinivas Kandagatla · 6 years ago
  82. 121f436 soundwire: Intel: add log for number of PCM and PDM PDIs by Pierre-Louis Bossart · 6 years ago
  83. 3424305 soundwire: rename 'freq' fields by Pierre-Louis Bossart · 6 years ago
  84. 1215dae soundwire: intel: more alignment fixes by Vinod Koul · 6 years ago
  85. 17ed5be soundwire: add missing newlines in dynamic debug logs by Pierre-Louis Bossart · 6 years ago
  86. 2890a63 soundwire: intel: fix boolean comparison by Pierre-Louis Bossart · 6 years ago
  87. 7cc6e31 soundwire: intel: protect macro parameters by Pierre-Louis Bossart · 6 years ago
  88. d542bc9 soundwire: intel: fix alignment issues by Pierre-Louis Bossart · 6 years ago
  89. 4abbd78 soundwire: intel: fix implicit header use of module.h/export.h by Paul Gortmaker · 6 years ago
  90. 4ac5627 soundwire: intel: fix inversion in devm_kcalloc parameters by Pierre-Louis Bossart · 6 years ago
  91. b163559 soundwire: intel: constify snd_soc_dai_ops structures by Julia Lawall · 6 years ago
  92. c272a76 soundwire: intel: Remove duplicate assignment by Shreyas NC · 6 years ago
  93. 30246e2 soundwire: intel: Add pre/post bank switch ops by Shreyas NC · 6 years ago
  94. c46302e soundwire: intel: Add audio DAI ops by Vinod Koul · 7 years ago
  95. 37a2d22 soundwire: intel: Add stream initialization by Vinod Koul · 7 years ago
  96. 07abeff soundwire: cdns: Add port routines by Vinod Koul · 7 years ago
  97. c91605f soundwire: Remove cdns_master_ops by Shreyas NC · 7 years ago
  98. 7094dc2 soundwire: intel: fix missing assignment to ret by Colin Ian King · 7 years ago
  99. 71bb8a1 soundwire: intel: Add Intel Master driver by Vinod Koul · 7 years ago