This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig in repository toolchain/ci/linux.
from 13b86bc4cd64 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm adds 131cb1210d4b regulator: of: fix suspend-min/max-voltage parsing adds f8970d341eec regulator: core: make regulator_register() EPROBE_DEFER aware adds 1d6db22ff7d6 regulator: fixed: Prevent NULL pointer dereference when !C [...] adds 58283636a5a0 dt-bindings: fixed-regulator: fix compatible enum adds a72865f05782 regulator: da9062: fix suspend_enable/disable preparation adds f64db548799e regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_ab [...] adds f75841aa3b4b regulator: lochnagar: Add on_off_delay for VDDCORE adds 1252b283141f regulator: pfuze100-regulator: Variable "val" in pfuze100_ [...] adds 77fd66c9ff3e regulator: qcom-rpmh: Fix PMIC5 BoB min voltage new deed1d446991 Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org [...] adds 95f89e090618 vfio/type1: Initialize resv_msi_base new 64131618e8c8 Merge tag 'vfio-v5.4-rc5' of git://github.com/awilliam/linux-vfio new 9fa8c9c647be tracing: Fix "gfp_t" format for synthetic events new 6b1340cc00ed tracing: Fix race in perf_trace_buf initialization new fa8a74de0622 Merge tag 'trace-v5.4-rc3-3' of git://git.kernel.org/pub/s [...] adds 83629532ce45 ALSA: hda/realtek - Add support for ALC711 adds fb629fa2587d ASoC: samsung: arndale: Add missing OF node dereferencing adds ca2347190adb ASoC: wm8994: Do not register inapplicable controls for WM1811 adds 901e822b2e36 ASoC: soc-component: fix a couple missing error assignments adds 752c938a5c14 ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widg [...] adds 4bb41984bf2f ASoC: max98373: check for device node before parsing adds 9daf4fd0302b ASoC: wm_adsp: Fix theoretical NULL pointer for alg_region adds 798614885a0e ASoC: SOF: loader: fix kernel oops on firmware boot failure adds 2e305a074061 ASoC: SOF: topology: fix parse fail issue for byte/bool tu [...] adds e66e52c5b742 ASoC: SOF: pcm: fix resource leak in hw_free adds 0a1b08345bc5 ASoC: SOF: pcm: harden PCM STOP sequence adds 4ff5f6439fe6 ASoC: SOF: Intel: hda: fix warnings during FW load adds ff2be865633e ASoC: SOF: Intel: initialise and verify FW crash dump data. adds 43b2ab9009b1 ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture adds 4413adc4fd87 ASoC: intel: sof_rt5682: use separate route map for dmic adds a315e76fc544 ASoC: rt5682: add NULL handler to set_jack function adds 6ba5041c23c1 ASoC: intel: sof_rt5682: add remove function to disable jack adds 2bdf194e2030 ASoC: intel: bytcr_rt5651: add null check to support_button_press adds 3ae7359c0e39 ASoC: wm_adsp: Don't generate kcontrols without READ flags adds b1e620e7d32f ASoc: rockchip: i2s: Fix RPM imbalance adds 0632fa042541 ASoC: core: Fix pcm code debugfs error adds bcab05880f93 ASoC: msm8916-wcd-digital: add missing MIX2 path for RX1/2 adds af6219590b54 ASoC: simple_card_utils.h: Fix potential multiple redefini [...] adds 22e58665a010 ASoC: rsnd: Reinitialize bit clock inversion flag for ever [...] adds e5f0d490fb71 ASoC: Intel: sof-rt5682: add a check for devm_clk_get adds 9b7a7f921689 ASoC: stm32: sai: fix sysclk management on shutdown adds 95a32c98055f ASoC: SOF: control: return true when kcontrol values change adds c8d2dcb3e941 Merge tag 'asoc-fix-v5.4-rc4' of https://git.kernel.org/pu [...] adds ba8bf0967a15 ALSA: usb-audio: Fix copy&paste error in the validator adds 4750c2121748 ALSA: hda: Add Tigerlake/Jasperlake PCI ID new f632bfaa33ed Merge tag 'sound-5.4-rc5' of git://git.kernel.org/pub/scm/ [...] new 603d9299da32 mfd: mt6397: Fix probe after changing mt6397-core new f116b96685a0 Merge tag 'mfd-fixes-5.4' of git://git.kernel.org/pub/scm/ [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/regulator/fixed-regulator.yaml | 4 +- drivers/mfd/mt6397-core.c | 64 ++++++----- drivers/regulator/core.c | 13 +++ drivers/regulator/da9062-regulator.c | 118 ++++++++------------- drivers/regulator/fixed.c | 5 +- drivers/regulator/lochnagar-regulator.c | 1 + drivers/regulator/of_regulator.c | 27 +++-- drivers/regulator/pfuze100-regulator.c | 8 +- drivers/regulator/qcom-rpmh-regulator.c | 4 +- drivers/regulator/ti-abb-regulator.c | 26 ++--- drivers/vfio/vfio_iommu_type1.c | 2 +- include/sound/simple_card_utils.h | 8 +- kernel/trace/trace_event_perf.c | 4 + kernel/trace/trace_events_hist.c | 2 + sound/pci/hda/hda_intel.c | 6 ++ sound/pci/hda/patch_realtek.c | 3 + sound/soc/codecs/max98373.c | 20 ++-- sound/soc/codecs/msm8916-wcd-digital.c | 22 ++++ sound/soc/codecs/rt5651.c | 3 + sound/soc/codecs/rt5682.c | 12 ++- sound/soc/codecs/wm8994.c | 43 +++++--- sound/soc/codecs/wm_adsp.c | 10 +- sound/soc/intel/boards/sof_rt5682.c | 60 ++++++++++- sound/soc/rockchip/rockchip_i2s.c | 2 +- sound/soc/samsung/arndale_rt5631.c | 34 +++++- sound/soc/sh/rcar/core.c | 1 + sound/soc/soc-pcm.c | 17 ++- sound/soc/soc-topology.c | 2 +- sound/soc/sof/control.c | 26 +++-- sound/soc/sof/intel/Kconfig | 10 ++ sound/soc/sof/intel/bdw.c | 7 ++ sound/soc/sof/intel/byt.c | 6 ++ sound/soc/sof/intel/hda-ctrl.c | 12 +-- sound/soc/sof/intel/hda-loader.c | 1 + sound/soc/sof/intel/hda-stream.c | 45 ++++++-- sound/soc/sof/intel/hda.c | 7 ++ sound/soc/sof/intel/hda.h | 5 +- sound/soc/sof/loader.c | 4 +- sound/soc/sof/pcm.c | 35 ++++-- sound/soc/sof/topology.c | 4 +- sound/soc/stm/stm32_sai_sub.c | 21 ++-- sound/usb/validate.c | 2 +- 42 files changed, 477 insertions(+), 229 deletions(-)