index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-30
soundwire: qcom: start the clock during initialization
Srinivas Kandagatla
1
-0
/
+3
2021-03-30
soundwire: qcom: set continue execution flag for ignored commands
Srinivas Kandagatla
1
-1
/
+10
2021-03-30
soundwire: qcom: add support to missing transport params
Srinivas Kandagatla
1
-12
/
+94
2021-03-30
soundwire: cadence: only prepare attached devices on clock stop
Pierre-Louis Bossart
1
-4
/
+6
2021-03-30
soundwire: generic_allocation: fix confusion between group and packing
Pierre-Louis Bossart
1
-4
/
+3
2021-03-30
soundwire: bus: Fix device found flag correctly
Srinivas Kandagatla
1
-1
/
+2
2021-03-30
soundwire: cadence_master: fix kernel-doc
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: stream: remove useless bus initializations
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: stream: remove useless initialization
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: qcom: check of_property_read status
Pierre-Louis Bossart
1
-0
/
+3
2021-03-30
soundwire: intel: remove useless readl
Pierre-Louis Bossart
1
-2
/
+0
2021-03-30
soundwire: generic_bandwidth_allocation: remove useless init
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: bus: remove useless initialization
Pierre-Louis Bossart
1
-1
/
+1
2021-03-30
soundwire: bus: uniquify dev_err() for SCP_INT access
Pierre-Louis Bossart
1
-3
/
+3
2021-03-30
soundwire: bus: demote clock stop prepare log to dev_dbg()
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: bus: use consistent tests for return values
Pierre-Louis Bossart
1
-13
/
+13
2021-03-30
soundwire: bus: test read status
Pierre-Louis Bossart
1
-4
/
+12
2021-03-30
soundwire: bus: use correct driver name in error messages
Pierre-Louis Bossart
1
-3
/
+12
2021-03-23
soundwire: qcom: add missing \n in dev_err()
Pierre-Louis Bossart
1
-1
/
+1
2021-03-23
soundwire: stream: add missing \n in dev_err()
Pierre-Louis Bossart
1
-5
/
+5
2021-03-23
soundwire: cadence: add missing \n in dev_err()
Pierre-Louis Bossart
1
-1
/
+1
2021-03-23
soundwire: bandwidth_allocation: add missing \n in dev_err()
Pierre-Louis Bossart
1
-2
/
+2
2021-03-23
soundwire: intel: add missing \n in dev_err()
Pierre-Louis Bossart
1
-9
/
+9
2021-03-22
soundwire: intel: add master quirks for bus clash and parity
Bard Liao
1
-0
/
+3
2021-03-22
soundwire: bus: handle master quirks for bus clash and parity
Bard Liao
1
-0
/
+39
2021-03-22
soundwire: Intel: add DMI quirk for Dell SKU 0A3E
Pierre-Louis Bossart
1
-0
/
+30
2021-03-22
soundwire: Intel: introduce DMI quirks for HP Spectre x360 Convertible
Pierre-Louis Bossart
4
-1
/
+70
2021-03-22
soundwire: add override addr ops
Vinod Koul
1
-1
/
+7
2021-03-02
ALSA: hda: move Intel SoundWire ACPI scan to dedicated module
Pierre-Louis Bossart
2
-160
/
+0
2021-02-11
soundwire: intel: fix possible crash when no device is detected
Marcin Ĺšlusarz
1
-1
/
+2
2021-02-07
soundwire: bus: clarify dev_err/dbg device references
Pierre-Louis Bossart
1
-30
/
+33
2021-02-07
soundwire: bus: fix confusion on device used by pm_runtime
Pierre-Louis Bossart
1
-9
/
+9
2021-02-07
soundwire: export sdw_write/read_no_pm functions
Bard Liao
1
-3
/
+4
2021-02-06
soundwire: bus: use no_pm IO routines for all interrupt handling
Pierre-Louis Bossart
1
-13
/
+13
2021-02-06
soundwire: bus: use sdw_write_no_pm when setting the bus scale registers
Pierre-Louis Bossart
1
-3
/
+3
2021-02-06
soundwire: bus: use sdw_update_no_pm when initializing a device
Pierre-Louis Bossart
1
-2
/
+14
2021-02-06
soundwire: Revert "soundwire: debugfs: use controller id instead of link_id"
Vinod Koul
1
-1
/
+1
2021-02-01
soundwire: return earlier if no slave is attached
Chao Song
1
-12
/
+9
2021-02-01
soundwire: bus: add better dev_dbg to track complete() calls
Pierre-Louis Bossart
1
-3
/
+8
2021-01-19
soundwire: cadence: adjust verbosity in response handling
Pierre-Louis Bossart
1
-2
/
+2
2021-01-19
soundwire: cadence: fix ACK/NAK handling
Pierre-Louis Bossart
1
-4
/
+4
2021-01-19
soundwire: bus: add more details to track failed transfers
Bard Liao
1
-2
/
+4
2021-01-19
soundwire: cadence: add status in dev_dbg 'State change' log
Pierre-Louis Bossart
1
-9
/
+10
2021-01-19
soundwire: use consistent format for Slave devID logs
Pierre-Louis Bossart
2
-9
/
+6
2021-01-19
soundwire: intel: don't return error when clock stop failed
Bard Liao
1
-2
/
+4
2021-01-19
soundwire: debugfs: use controller id instead of link_id
Srinivas Kandagatla
1
-1
/
+1
2021-01-19
soundwire: sysfs: Constify static struct attribute_group
Rikard Falkeborn
1
-1
/
+1
2021-01-19
soundwire: cadence: reduce timeout on transactions
Pierre-Louis Bossart
1
-1
/
+1
2021-01-06
soundwire: intel: Use kzalloc for allocating only one thing
Zheng Yongjun
1
-1
/
+1
2020-12-05
soundwire: intel: fix another unused-function warning
Arnd Bergmann
1
-6
/
+2
[prev]
[next]