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
/
intel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-23
Merge tag 'soundwire-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
1
-184
/
+365
2020-07-21
soundwire: intel: add wake interrupt support
Rander Wang
1
-1
/
+39
2020-07-21
soundwire: intel/cadence: merge Soundwire interrupt handlers/threads
Bard Liao
1
-15
/
+0
2020-07-21
soundwire: intel: introduce helper for link synchronization
Pierre-Louis Bossart
1
-8
/
+26
2020-07-21
soundwire: intel: introduce a helper to arm link synchronization
Pierre-Louis Bossart
1
-10
/
+16
2020-07-21
soundwire: intel: revisit SHIM programming sequences.
Pierre-Louis Bossart
1
-34
/
+203
2020-07-21
soundwire: intel: reuse code for wait loops to set/clear bits
Pierre-Louis Bossart
1
-17
/
+10
2020-07-15
soundwire: intel: don't free dma_data in DAI shutdown
Pierre-Louis Bossart
1
-7
/
+0
2020-07-15
soundwire: intel: remove stream allocation/free
Pierre-Louis Bossart
1
-56
/
+1
2020-07-15
soundwire: intel: implement get_sdw_stream() operations
Pierre-Louis Bossart
1
-0
/
+18
2020-06-22
soundwire: intel: transition to 3 steps initialization
Pierre-Louis Bossart
1
-16
/
+34
2020-06-22
soundwire: intel: clarify drvdata and remove more indirections
Pierre-Louis Bossart
1
-19
/
+19
2020-06-22
soundwire: intel: cleanups for indirections/logs
Pierre-Louis Bossart
1
-35
/
+33
2020-06-22
soundwire: intel: fix memory leak with devm_kasprintf
Pierre-Louis Bossart
1
-2
/
+3
2020-05-19
soundwire: bus_type: add sdw_master_device support
Pierre-Louis Bossart
1
-1
/
+0
2020-05-19
soundwire: bus: rename sdw_bus_master_add/delete, add arguments
Pierre-Louis Bossart
1
-4
/
+4
2020-04-20
soundwire: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI p...
Kuninori Morimoto
1
-2
/
+2
2020-03-19
soundwire: cadence: simplifiy cdns_init()
Rander Wang
1
-1
/
+1
2020-02-18
soundwire: intel: free all resources on hw_free()
Pierre-Louis Bossart
1
-2
/
+39
2020-02-18
soundwire: intel: add sdw_stream_setup helper for .startup callback
Rander Wang
1
-0
/
+64
2020-02-18
soundwire: intel: add trigger support in sdw dai driver
Rander Wang
1
-0
/
+39
2020-02-18
soundwire: intel: add prepare support in sdw dai driver
Rander Wang
1
-0
/
+17
2020-02-18
soundwire: intel: rename res field as link_res
Pierre-Louis Bossart
1
-18
/
+19
2020-01-14
soundwire: intel: fix factor of two in MCLK handling
Bard Liao
1
-0
/
+3
2019-12-12
soundwire: intel: update stream callbacks for hwparams/free stream operations
Rander Wang
1
-6
/
+14
2019-11-11
Merge 5.4-rc7 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+2
2019-11-09
soundwire: intel: fix PDI/stream mapping for Bulk
Pierre-Louis Bossart
1
-2
/
+8
2019-10-24
soundwire: cadence_master: make clock stop exit configurable on init
Pierre-Louis Bossart
1
-1
/
+1
2019-10-24
soundwire: intel/cadence: add flag for interrupt enable
Pierre-Louis Bossart
1
-6
/
+7
2019-10-24
soundwire: intel: add helper for initialization
Pierre-Louis Bossart
1
-5
/
+11
2019-10-24
soundwire: intel/cadence: fix startup sequence
Pierre-Louis Bossart
1
-2
/
+12
2019-10-21
soundwire: intel: fix intel_register_dai PDI offsets and numbers
Bard Liao
1
-2
/
+2
2019-10-21
soundwire: cadence_master: improve PDI allocation
Bard Liao
1
-3
/
+2
2019-10-21
soundwire: cadence/intel: simplify PDI/port mapping
Pierre-Louis Bossart
1
-105
/
+28
2019-10-21
soundwire: intel: remove playback/capture stream_name
Bard Liao
1
-17
/
+0
2019-10-21
soundwire: remove DAI_ID_RANGE definitions
Pierre-Louis Bossart
1
-2
/
+0
2019-10-16
soundwire: intel: add missing headers for cross-compilation
Pierre-Louis Bossart
1
-0
/
+1
2019-08-23
soundwire: intel: handle disabled links
Pierre-Louis Bossart
1
-3
/
+22
2019-08-23
soundwire: intel: add debugfs register dump
Pierre-Louis Bossart
1
-0
/
+121
2019-08-22
soundwire: intel: remove unused variables
Vinod Koul
1
-1
/
+0
2019-08-21
soundwire: intel: move shutdown() callback and don't export symbol
Pierre-Louis Bossart
1
-2
/
+15
2019-08-21
soundwire: intel: read mclk_freq property from firmware
Pierre-Louis Bossart
1
-0
/
+26
2019-08-21
soundwire: intel: fix channel number reported by hardware
Pierre-Louis Bossart
1
-0
/
+10
2019-08-21
soundwire: intel: prevent possible dereference in hw_params
Pierre-Louis Bossart
1
-2
/
+4
2019-08-02
soundwire: intel: remove BIOS work-arounds
Pierre-Louis Bossart
1
-11
/
+0
2019-07-05
Merge tag 'soundwire-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
1
-5
/
+12
2019-06-06
soundwire: intel: set dai min and max channels correctly
Srinivas Kandagatla
1
-2
/
+2
2019-05-27
soundwire: Intel: add log for number of PCM and PDM PDIs
Pierre-Louis Bossart
1
-0
/
+6
2019-05-27
soundwire: rename 'freq' fields
Pierre-Louis Bossart
1
-5
/
+6
2019-05-02
soundwire: intel: more alignment fixes
Vinod Koul
1
-18
/
+18
[next]