index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
bus.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
ASoC/soundwire: bus: use property to set interrupt masks
Pierre-Louis Bossart
9
-6
/
+30
2020-09-09
soundwire: qcom: fix SLIBMUS/SLIMBUS typo
Jonathan Marek
1
-1
/
+1
2020-09-09
soundwire: cadence: fix race condition between suspend and Slave device alerts
Pierre-Louis Bossart
2
-1
/
+24
2020-09-07
soundwire: qcom: add v1.5.1 compatible
Jonathan Marek
2
-0
/
+2
2020-09-07
soundwire: qcom: add support for mmio soundwire master devices
Jonathan Marek
1
-2
/
+27
2020-09-07
soundwire: qcom: avoid dependency on CONFIG_SLIMBUS
Jonathan Marek
2
-1
/
+5
2020-09-07
soundwire: qcom: fix abh/ahb typo
Jonathan Marek
1
-2
/
+2
2020-09-04
soundwire: intel: remove stream handling from .prepare and .hw_free
Pierre-Louis Bossart
1
-12
/
+7
2020-09-04
soundwire: intel: remove .trigger operation
Pierre-Louis Bossart
1
-39
/
+0
2020-09-04
soundwire: intel: fix NULL/ERR_PTR confusion
Pierre-Louis Bossart
1
-1
/
+1
2020-09-04
soundwire: stream: fix NULL/IS_ERR confusion
Pierre-Louis Bossart
1
-1
/
+1
2020-09-04
soundwire: remove SDW_REG_SHIFT()
Vinod Koul
1
-7
/
+0
2020-09-04
soundwire: intel_init: use FIELD_{GET|PREP}
Vinod Koul
1
-1
/
+1
2020-09-04
soundwire: intel: use FIELD_{GET|PREP}
Vinod Koul
1
-34
/
+18
2020-09-04
soundwire: cadence: use FIELD_{GET|PREP}
Vinod Koul
1
-35
/
+26
2020-09-04
soundwire: qcom : use FIELD_{GET|PREP}
Vinod Koul
1
-15
/
+7
2020-09-04
soundwire: stream: use FIELD_{GET|PREP}
Vinod Koul
1
-8
/
+5
2020-09-04
soundwire: slave: use SDW_DISCO_LINK_ID()
Vinod Koul
1
-1
/
+1
2020-09-04
soundwire: bus: use FIELD_GET()
Vinod Koul
1
-3
/
+3
2020-09-04
soundwire: define and use addr bit masks
Vinod Koul
1
-7
/
+14
2020-09-03
soundwire: intel: don't manage link power individually
Pierre-Louis Bossart
1
-24
/
+46
2020-09-03
soundwire: intel: pass link_mask information to each master
Pierre-Louis Bossart
2
-0
/
+3
2020-09-03
soundwire: intel: add error log for clock-stop invalid configs
Pierre-Louis Bossart
1
-0
/
+5
2020-09-03
soundwire: stream: enable hw_sync as needed by hardware
Pierre-Louis Bossart
1
-6
/
+9
2020-09-03
soundwire: intel: add multi-link hw_synchronization information
Pierre-Louis Bossart
1
-0
/
+7
2020-09-03
soundwire: bus: update multi-link definition with hw sync details
Pierre-Louis Bossart
1
-0
/
+6
2020-09-03
soundwire: intel: add missing support for all clock stop modes
Pierre-Louis Bossart
1
-10
/
+39
2020-09-03
soundwire: intel: add multi-link support
Pierre-Louis Bossart
1
-10
/
+110
2020-09-03
soundwire: intel: ignore software command retries
Pierre-Louis Bossart
1
-0
/
+5
2020-09-03
soundwire: intel: disable shim wake on suspend
Pierre-Louis Bossart
1
-0
/
+18
2020-09-03
soundwire: fix port_ready[] dynamic allocation in mipi_disco
Pierre-Louis Bossart
3
-18
/
+6
2020-09-03
soundwire: add definition for maximum number of ports
Pierre-Louis Bossart
1
-1
/
+2
2020-09-03
ASoC: codecs: soundwire: remove port_ready[] usage from codecs.
Pierre-Louis Bossart
6
-101
/
+6
2020-08-26
soundwire: intel: fix intel_suspend/resume defined but not used warning
Bard Liao
1
-2
/
+2
2020-08-18
soundwire: intel: refine runtime pm for SDW_INTEL_CLK_STOP_BUS_RESET
Rander Wang
1
-2
/
+17
2020-08-18
soundwire: intel: support clock_stop mode without quirks
Pierre-Louis Bossart
1
-1
/
+20
2020-08-18
soundwire: intel_init: handle power rail dependencies for clock stop mode
Pierre-Louis Bossart
1
-0
/
+13
2020-08-18
soundwire: intel: add CLK_STOP_NOT_ALLOWED support
Pierre-Louis Bossart
1
-0
/
+20
2020-08-18
soundwire: intel: add CLK_STOP_BUS_RESET support
Rander Wang
1
-0
/
+44
2020-08-18
soundwire: intel: add CLK_STOP_TEARDOWN for pm_runtime suspend
Pierre-Louis Bossart
3
-31
/
+54
2020-08-18
soundwire: intel: pm_runtime idle scheduling
Pierre-Louis Bossart
1
-2
/
+24
2020-08-18
soundwire: intel: reinitialize IP+DSP in .prepare(), but only when resuming
Bard Liao
2
-1
/
+74
2020-08-18
soundwire: intel: call helper to reset Slave states on resume
Pierre-Louis Bossart
1
-0
/
+12
2020-08-18
soundwire: intel: fix race condition on system resume
Pierre-Louis Bossart
1
-0
/
+12
2020-08-18
soundwire: intel: reset pm_runtime status during system resume
Pierre-Louis Bossart
1
-0
/
+16
2020-08-18
soundwire: intel: add pm_runtime support
Pierre-Louis Bossart
2
-5
/
+112
2020-08-17
soundwire: intel: Add basic power management support
Pierre-Louis Bossart
1
-2
/
+79
2020-08-17
soundwire: master: enable pm runtime
Bard Liao
1
-0
/
+2
2020-08-16
Linux 5.9-rc1
v5.9-rc1
Linus Torvalds
1
-2
/
+2
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
1
-0
/
+6
[next]