summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto2020-01-101-11/+7
* Merge tag 'sdw_interfaces_5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2020-01-092-9/+166
|\
| * soundwire: intel: add clock stop quirksPierre-Louis Bossart2019-12-121-0/+37
| * soundwire: intel: add mutex for shared SHIM register accessPierre-Louis Bossart2019-12-121-0/+2
| * soundwire: intel: add prototype for WAKEEN interrupt processingRander Wang2019-12-121-0/+2
| * soundwire: intel: add link_list to handle interrupts with a single threadBard Liao2019-12-121-0/+2
| * soundwire: intel: update headers for interruptsBard Liao2019-12-121-0/+4
| * soundwire: intel: update stream callbacks for hwparams/free stream operationsRander Wang2019-12-121-4/+28
| * soundwire: intel: update interfaces between ASoC and SoundWirePierre-Louis Bossart2019-12-121-5/+72
| * soundwire: sdw_slave: track unattach_request to handle all init sequencesPierre-Louis Bossart2019-12-121-0/+6
| * soundwire: sdw_slave: add initialization_complete definitionPierre-Louis Bossart2019-12-121-0/+3
| * soundwire: sdw_slave: add enumeration_complete structurePierre-Louis Bossart2019-12-121-0/+4
| * soundwire: sdw_slave: add probe_complete structure and new fieldsPierre-Louis Bossart2019-12-121-0/+6
* | ASoC: SOF: move arch_ops under opsPierre-Louis Bossart2019-12-181-1/+0
* | ASoC: SOF: imx: Describe SAI parameters to be sent to DSPGuido Roncarolo2019-12-183-2/+22
* | ASoC: SOF: define struct with compiler name and versionKarol Trzcinski2019-12-181-0/+15
* | ASoC: soc-core: remove legacy style of codec_confKuninori Morimoto2019-12-161-3/+0
* | ASoC: soc-core: support snd_soc_dai_link_component for codec_confKuninori Morimoto2019-12-161-0/+3
* | ASoC: Drop snd_soc_pcm_lib_ioctl()Takashi Iwai2019-12-111-5/+0
* | ASoC: soc-core: tidyup for CONFIG_DMIKuninori Morimoto2019-12-111-0/+2
* | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-0/+1
|\ \
| * | ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey2019-12-041-0/+1
* | | ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto2019-12-101-2/+2
* | | ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto2019-12-101-2/+2
* | | ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto2019-12-101-3/+0
* | | ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-1/+1
* | | ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto2019-12-101-2/+0
* | | ASoC: soc-core: remove dai_link_listKuninori Morimoto2019-12-101-7/+0
* | | ASoC: SOF: ipc: channel map structuresSlawomir Blauciak2019-12-101-0/+61
* | | ASoC: SOF: Add asynchronous sample rate converter topology supportSeppo Ingalsuo2019-12-103-1/+34
* | | ASoC: SOF: nocodec: Amend arguments for sof_nocodec_setup()Ranjani Sridharan2019-12-091-3/+0
* | | ASoC: SOF: Remove unused drv_name in sof_pdataDaniel Baluta2019-12-091-1/+0
* | | ASoC: SOF: remove nocodec_fw_filenameRanjani Sridharan2019-12-091-1/+0
* | | ASoC: SOF: Introduce default_fw_filename member in sof_dev_descRanjani Sridharan2019-12-091-0/+3
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0810-23/+64
|\ \
| * | inet: protect against too small mtu values.Eric Dumazet2019-12-072-0/+10
| * | tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| * | tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| * | tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| * | net: core: rename indirect block ingress cb functionJohn Hurley2019-12-071-8/+7
| * | net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-051-1/+1
| * | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-2/+4
| * | net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
| * | cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-031-0/+1
| * | Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-021-2/+6
| |\ \
| | * | bpf: Avoid setting bpf insns pages read-only when prog is jitedDaniel Borkmann2019-12-011-2/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-12-081-0/+2
|\ \ \ \
| * | | | Input: add privacy screen toggle keycodeMathew King2019-12-051-0/+2
* | | | | Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-0817-51/+123
|\ \ \ \ \