summaryrefslogtreecommitdiffstats
path: root/sound/soc/nuc900 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-16ASoC: max9860: switch to SPDX license tagPeter Rosin2-29/+12
2018-04-16ASoC: AMD: Support headset button on Stoney DA7219Agrawal, Akshu1-0/+6
2018-04-16ASoC: tfa9879: switch to SPDX license tagPeter Rosin2-18/+7
2018-04-16ASoC: rsnd: don't assume node full path name for HDMI probingKuninori Morimoto1-2/+9
2018-04-16ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto4-4/+7
2018-04-16ASoC: tfa9879: switch to using .probe_newPeter Rosin1-3/+2
2018-04-16ASoC: tfa9879: fix whitespace issues caused by mindless conversionPeter Rosin1-12/+13
2018-04-16ASoC: max9860: fix whitespace issues caused by mindless conversionPeter Rosin1-3/+5
2018-04-16ASoC: TSCS42xx: Add CCF support to get sysclkSteven Eckhoff3-37/+75
2018-04-16ASoC: TSCS42xx: Cleanup private data membersSteven Eckhoff1-10/+6
2018-04-16ASoC: TSCS42xx: Shorten lines and other cleanupSteven Eckhoff1-32/+55
2018-04-16ASoC: rsnd: makes rsnd_cmd_mod_get() staticKuninori Morimoto2-9/+7
2018-04-16ASoC: intel: skl_rt286: Replace GFP_ATOMIC with GFP_KERNEL in skylake_audio_p...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: skl_nau88l25_ssm4567: Replace GFP_ATOMIC with GFP_KERNEL in skyl...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: skl_nau88l25_max98357a: Replace GFP_ATOMIC with GFP_KERNEL in sk...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: cht_bsw_rt5645: Replace GFP_ATOMIC with GFP_KERNEL in snd_cht_mc...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: cht_bsw_max98090_ti: Replace GFP_ATOMIC with GFP_KERNEL in snd_c...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: bytcr_rt5640: Replace GFP_ATOMIC with GFP_KERNEL in snd_byt_rt56...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: bxt_rt298: Replace GFP_ATOMIC with GFP_KERNEL in broxton_audio_p...Jia-Ju Bai1-1/+1
2018-04-16ASoC: intel: bxt_da7219_max98357a: Replace GFP_ATOMIC with GFP_KERNEL in brox...Jia-Ju Bai1-1/+1
2018-04-16ASoC: max9860: switch to using .probe_newPeter Rosin1-3/+2
2018-04-16ASoC: wm8350: remove snd_soc_codecKuninori Morimoto1-3/+0
2018-04-16ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"Colin Ian King1-1/+1
2018-04-16ASoC: trace: remove snd_soc_codecKuninori Morimoto1-1/+0
2018-04-16ASoC: doc: replace codec to componentKuninori Morimoto1-4/+4
2018-04-16Linux 4.17-rc1v4.17-rc1Linus Torvalds1-2/+2
2018-04-14kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo5-4/+28
2018-04-14kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo4-32/+31
2018-04-14kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2-34/+13
2018-04-14kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo1-22/+12
2018-04-14kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo1-46/+30
2018-04-14kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo1-97/+103
2018-04-14kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo3-61/+71
2018-04-14kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo1-16/+22
2018-04-14kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2-8/+13
2018-04-14kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo1-14/+0
2018-04-14include/linux/kexec.h: silence compile warningsPhilipp Rudo1-0/+2
2018-04-14kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro3-188/+201
2018-04-14x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro1-11/+7
2018-04-14x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro1-51/+31
2018-04-14x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro1-12/+12
2018-04-14x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro1-63/+58
2018-04-14kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro8-94/+71
2018-04-14kexec_file: make use of purgatory optionalAKASHI Takahiro3-0/+11
2018-04-14proc: revalidate misc dentriesAlexey Dobriyan1-1/+22
2018-04-14mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka1-1/+2
2018-04-14kexec: export PG_swapbacked to VMCOREINFOPetr Tesarik1-0/+1
2018-04-14ipc/shm: fix use-after-free of shm file via remap_file_pages()Eric Biggers1-3/+20
2018-04-14mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann1-1/+5
2018-04-14mm/gup.c: document return valueMichael S. Tsirkin6-3/+17