index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
Commit message (
Expand
)
Author
Age
Files
Lines
*
soundwire: intel_auxdevice: improve pm_prepare step
Pierre-Louis Bossart
2023-04-12
1
-2
/
+4
*
soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow
Richard Fitzgerald
2023-04-12
1
-5
/
+10
*
soundwire: intel: don't save hw_params for use in prepare
Pierre-Louis Bossart
2023-04-12
2
-6
/
+7
*
soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries
Charles Keepax
2023-04-12
1
-24
/
+39
*
soundwire: bus: Update kernel doc for no_pm functions
Charles Keepax
2023-04-12
1
-0
/
+37
*
soundwire: bus: Remove now outdated comments on no_pm IO
Charles Keepax
2023-04-12
1
-3
/
+0
*
soundwire: stream: uniquify dev_err() logs
Pierre-Louis Bossart
2023-04-12
1
-8
/
+10
*
soundwire: stream: remove bus->dev from logs on multiple buses
Pierre-Louis Bossart
2023-04-12
1
-2
/
+2
*
soundwire: amd: add pm_prepare callback and pm ops support
Vijendar Mukunda
2023-04-12
1
-0
/
+84
*
soundwire: amd: handle SoundWire wake enable interrupt
Vijendar Mukunda
2023-04-12
2
-0
/
+11
*
soundwire: amd: add runtime pm ops for AMD SoundWire manager driver
Vijendar Mukunda
2023-04-12
2
-0
/
+143
*
soundwire: amd: add SoundWire manager interrupt handling
Vijendar Mukunda
2023-04-12
2
-0
/
+127
*
soundwire: amd: enable build for AMD SoundWire manager driver
Vijendar Mukunda
2023-04-12
2
-0
/
+14
*
soundwire: amd: register SoundWire manager dai ops
Vijendar Mukunda
2023-04-12
2
-0
/
+196
*
soundwire: amd: Add support for AMD Manager driver
Vijendar Mukunda
2023-04-12
2
-0
/
+905
*
soundwire: export sdw_compute_slave_ports() function
Vijendar Mukunda
2023-04-12
2
-9
/
+12
*
soundwire: stream: restore cumulative bus bandwidth when compute_params callb...
Shuming Fan
2023-04-12
1
-1
/
+1
*
soundwire: bandwidth allocation: Use hweight32() to calculate set bits
Richard Fitzgerald
2023-04-12
2
-12
/
+2
*
soundwire: qcom: gracefully handle too many ports in DT
Krzysztof Kozlowski
2023-04-12
1
-0
/
+3
*
soundwire: qcom: define hardcoded version magic numbers
Krzysztof Kozlowski
2023-04-12
1
-8
/
+9
*
soundwire: qcom: correct setting ignore bit on v1.5.1
Krzysztof Kozlowski
2023-04-12
1
-1
/
+1
*
soundwire: cadence: change access to IP_MCP_CMD_BASE
Pierre-Louis Bossart
2023-03-15
1
-9
/
+9
*
soundwire: cadence: split access to IP_MCP_CMDCTRL fields
Pierre-Louis Bossart
2023-03-15
1
-8
/
+8
*
soundwire: cadence: split access to IP_MCP_CONTROL fields
Pierre-Louis Bossart
2023-03-15
1
-16
/
+25
*
soundwire: cadence: split access to IP_MCP_CONFIG fields
Pierre-Louis Bossart
2023-03-15
1
-20
/
+27
*
soundwire: cadence: add helpers to access IP_MCP registers
Pierre-Louis Bossart
2023-03-15
2
-0
/
+19
*
soundwire: cadence: remove CDNS_MCP_CONFIG_SSPMOD
Pierre-Louis Bossart
2023-03-15
1
-1
/
+0
*
soundwire: intel: move bank switch routine to common intel_bus_common.c
Pierre-Louis Bossart
2023-03-15
3
-49
/
+53
*
soundwire: intel: add abstraction for cmdsync check
Pierre-Louis Bossart
2023-03-15
2
-11
/
+20
*
soundwire: intel: move bus common sequences to different file
Pierre-Louis Bossart
2023-03-15
4
-200
/
+219
*
soundwire: intel: use indirection before moving bus start/stop sequences
Pierre-Louis Bossart
2023-03-15
1
-2
/
+2
*
soundwire: intel: add sync_arm/sync_go to ops
Pierre-Louis Bossart
2023-03-15
2
-6
/
+30
*
soundwire: intel: simplify sync_go sequence
Pierre-Louis Bossart
2023-03-15
1
-7
/
+2
*
soundwire: intel: remove useless abstraction
Pierre-Louis Bossart
2023-03-15
1
-8
/
+1
*
soundwire: intel: remove PDI-level restrictions on rates and formats
Pierre-Louis Bossart
2023-03-15
1
-4
/
+0
*
soundwire: intel: remove stale/misleading comment
Pierre-Louis Bossart
2023-03-15
1
-1
/
+0
*
soundwire: intel: move common definitions to header file
Pierre-Louis Bossart
2023-03-15
2
-32
/
+29
*
soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15
Eugene Huang
2023-03-15
1
-0
/
+25
*
Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
9
-146
/
+103
|
\
|
*
soundwire: cadence: further simplify low-level xfer_msg_defer() callback
Pierre-Louis Bossart
2023-01-31
3
-4
/
+5
|
*
soundwire: cadence: use directly bus sdw_defer structure
Pierre-Louis Bossart
2023-01-31
3
-14
/
+10
|
*
soundwire: bus: remove sdw_defer argument in sdw_transfer_defer()
Pierre-Louis Bossart
2023-01-31
3
-11
/
+6
|
*
soundwire: stream: use consistent pattern for freeing buffers
Pierre-Louis Bossart
2023-01-31
1
-1
/
+3
|
*
soundwire: bus: Remove unused reset_page_addr() callback
Richard Fitzgerald
2023-01-31
3
-18
/
+0
|
*
soundwire: bus: Don't zero page registers after every transaction
Richard Fitzgerald
2023-01-31
1
-23
/
+0
|
*
soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
Richard Fitzgerald
2023-01-31
1
-6
/
+3
|
*
soundwire: stream: Move remaining register accesses over to no_pm
Charles Keepax
2023-01-09
2
-16
/
+16
|
*
soundwire: debugfs: Switch to sdw_read_no_pm
Charles Keepax
2023-01-09
1
-1
/
+12
|
*
soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions
Simon Trimmer
2023-01-09
1
-4
/
+4
|
*
soundwire: cadence: remove unused sdw_cdns_master_ops declaration
Gaosheng Cui
2023-01-09
1
-1
/
+0
[next]