# git rev-parse -q --verify 3acbd2de6bc3af215c6ed7732dfc097d1e238503^{commit} 3acbd2de6bc3af215c6ed7732dfc097d1e238503 already have revision, skipping fetch # git checkout -q -f -B kisskb 3acbd2de6bc3af215c6ed7732dfc097d1e238503 # git clean -qxdf # < git log -1 # commit 3acbd2de6bc3af215c6ed7732dfc097d1e238503 # Merge: d49f8a52b15b de7d83da84bd # Author: Linus Torvalds # Date: Thu Oct 25 09:00:15 2018 -0700 # # Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound updates from Takashi Iwai: # "There have been little changes in ALSA core stuff, but ASoC core still # kept rolling for the continued restructuring. The rest are lots of # small driver-specific changes and some minor API updates. Here are # highlights: # # General: # - Appropriate fall-through annotations everywhere # - Some code cleanup in memalloc code, handling non-cacahed pages more # commonly in the helper # - Deployment of SNDRV_PCM_INFO_SYNC_APPLPTR flag consistently # # Drivers: # - More HD-audio CA0132 codec improvement for supporting other Creative # boards # - Plumbing legacy HD-audio codecs as ASoC BE on Intel SST; this will # give move support of existing HD-audio devices with DSP # - A few device-specific HD-audio quirks as usual # - New quirk for RME CC devices and correction for B&W PX for USB-audio # - FireWire: code refactoring including devres usages # # ASoC Core: # - Continued componentization works; it's almost done! # - A bunch of new for_each_foo macros # - Cleanups and fixes in DAPM code # # ASoC Drivers: # - MCLK support for several different devices, including CS42L51, STM32 # SAI, and MAX98373 # - Support for Allwinner A64 CODEC analog, Intel boards with DA7219 and # MAX98927, Meson AXG PDM inputs, Nuvoton NAU8822, Renesas R8A7744 and # TI PCM3060" # # * tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (299 commits) # ASoC: stm32: sai: fix master clock naming # ASoC: stm32: add clock dependency for sai # ALSA: hda/ca0132 - Actually fix microphone issue # ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks # ASoC: wm2000: Remove wm2000_read helper function # ASoC: cs42l51: fix mclk support # ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populate # ASoC: wm_adsp: Rename memory fields in wm_adsp_buffer # ASoC: cs42l51: add mclk support # ASoC: stm32: sai: set sai as mclk clock provider # ASoC: dt-bindings: add mclk support to cs42l51 # ASoC: dt-bindings: add mclk provider support to stm32 sai # ASoC: soc-core: fix trivial checkpatch issues # ASoC: dapm: Add support for hw_free on CODEC to CODEC links # ASoC: Intel: kbl_da7219_max98927: minor white space clean up # ALSA: i2c/cs8427: Fix int to char conversion # ALSA: doc: Brush up the old writing-an-alsa-driver # ASoC: rsnd: tidyup SSICR::SWSP for TDM # ASoC: rsnd: enable TDM settings for SSI parent # ASoC: pcm3168a: add hw constraint for capture channel # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-gcc --version # < git log --format=%s --max-count=1 3acbd2de6bc3af215c6ed7732dfc097d1e238503 # < make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- defconfig # make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/vdso/Makefile:38: MIPS VDSO requires binutils >= 2.25 /kisskb/src/arch/mips/vdso/Makefile:38: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:152:32: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:100:6: note: 'levelspread[]' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1855:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2594:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here /kisskb/src/arch/mips/vdso/Makefile:38: MIPS VDSO requires binutils >= 2.25 /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] FIT description: Linux 4.19.0-g3acbd2de6bc3 Created: Fri Oct 26 08:34:08 2018 Image 0 (kernel@0) Description: Linux 4.19.0-g3acbd2de6bc3 Created: Fri Oct 26 08:34:08 2018 Type: Kernel Image Compression: gzip compressed Data Size: 4306014 Bytes = 4205.09 KiB = 4.11 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x80804b70 Hash algo: sha1 Hash value: 92a150f75bae03b53ef4d73b0e484e46ba046e76 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Fri Oct 26 08:34:08 2018 Type: Flat Device Tree Compression: uncompressed Data Size: 3668 Bytes = 3.58 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 569c37cc891ce1e1f3a193cb41cc691a5d2debb5 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Fri Oct 26 08:34:08 2018 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Fri Oct 26 08:34:08 2018 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 509ce58e44c561d54539e64e9d4b47054e696fc6 Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips # Build took: 0:01:33.180051