This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bc491fb12513 Merge tag 'fixes-2021-12-22' of git://git.kernel.org/pub/s [...] new dfd0743f1d9e tee: handle lookup of shm with reference count 0 new 18549bf4b21c tee: optee: Fix incorrect page free bug new 6add87fdae9b optee: Suppress false positive kmemleak report in optee_ha [...] new a6a476878ea9 Merge tag 'fixes-for-v5.16' of https://git.linaro.org/peop [...] new 08d2061ff9c5 arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode new 2ac2f089de4f Merge tag 'sunxi-fixes-for-5.16-1' of git://git.kernel.org [...] new 017a716e7b0e bus: sunxi-rsb: Fix shutdown new 8d674d09972a Merge tag 'sunxi-drivers-for-5.17-1' of git://git.kernel.o [...] new 39e660687ac0 ARM: dts: imx6qdl-wandboard: Fix Ethernet support new 849e087ba68a arm64: dts: lx2160a: fix scl-gpios property name new 7ad8b2fcb850 Merge tag 'imx-fixes-5.16-3' of git://git.kernel.org/pub/s [...] new c8cc50a98e4f Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/s [...] new 4fc7261dbab1 mmc: sdhci-tegra: Fix switch to HS400ES mode new 66c915d09b94 mmc: core: Disable card detect during shutdown new f89b548ca66b mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands new ff31ee0a0f47 mmc: mmci: stm32: clear DLYB_CR after sending tuning command new 0d81b5faa234 Merge tag 'mmc-v5.16-rc5' of git://git.kernel.org/pub/scm/ [...] new 9a5875f14b0e gpio: dln2: Fix interrupts when replugging the device new 3e4d9a485029 gpio: virtio: remove timeout new 3bf6f013980a Merge tag 'gpio-fixes-for-v5.16-rc7' of git://git.kernel.o [...] new 2dee54b289fb ALSA: drivers: opl3: Fix incorrect use of vp->state new c01c1db1dc63 ALSA: jack: Check the return value of kstrdup() new d296a74b7b59 ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 new aa72394667e5 ALSA: hda/realtek: Add new alc285-hp-amp-init model new f7ac570d0f02 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook new cd57eb3c403c ASoC: SOF: Intel: pci-tgl: add ADL-N support new de7dd9092cd3 ASoC: SOF: Intel: pci-tgl: add new ADL-P variant new d341b427c3c3 ASoC: tegra: Add DAPM switches for headphones and mic jack new db635ba4fadf ASoC: tegra: Restore headphones jack name on Nyan Big new 8deb34a90f06 ASoC: rt5682: fix the wrong jack type detected new 80d5be1a057e ASoC: tas2770: Fix setting of high sample rates new 1bcd326631dc ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_co [...] new ee907afb0c39 ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s new 065807d758e2 Merge tag 'asoc-fix-v5.16-rc6' of https://git.kernel.org/p [...] new b6fd77472dea ALSA: hda/hdmi: Disable silent stream on GLK new 385f287f9853 ALSA: hda: intel-sdw-acpi: harden detection of controller new 78ea40efb48e ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2 new 39a8fc4971a0 ALSA: rawmidi - fix the uninitalized user_pversion new edca7cc4b0ac ALSA: hda/realtek: Fix quirk for Clevo NJ51CU new 996a18eb796a Merge tag 'sound-5.16-rc7' of git://git.kernel.org/pub/scm [...]
The 40 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: Documentation/sound/hd-audio/models.rst | 2 + arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 1 + .../dts/allwinner/sun50i-h5-orangepi-zero-plus.dts | 2 +- arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 4 +- drivers/bus/sunxi-rsb.c | 8 +- drivers/gpio/gpio-dln2.c | 19 ++- drivers/gpio/gpio-virtio.c | 6 +- drivers/mmc/core/core.c | 7 +- drivers/mmc/core/core.h | 1 + drivers/mmc/core/host.c | 9 ++ drivers/mmc/host/meson-mx-sdhc-mmc.c | 16 ++ drivers/mmc/host/mmci_stm32_sdmmc.c | 2 + drivers/mmc/host/sdhci-tegra.c | 43 +++-- drivers/tee/optee/core.c | 6 +- drivers/tee/optee/smc_abi.c | 2 + drivers/tee/tee_shm.c | 174 ++++++++------------- include/linux/tee_drv.h | 4 +- sound/core/jack.c | 4 + sound/core/rawmidi.c | 1 + sound/drivers/opl3/opl3_midi.c | 2 +- sound/hda/intel-sdw-acpi.c | 13 +- sound/pci/hda/patch_hdmi.c | 21 ++- sound/pci/hda/patch_realtek.c | 29 +++- sound/soc/codecs/rt5682.c | 4 + sound/soc/codecs/tas2770.c | 4 +- sound/soc/meson/aiu-encoder-i2s.c | 33 ---- sound/soc/meson/aiu-fifo-i2s.c | 19 +++ sound/soc/meson/aiu-fifo.c | 6 + sound/soc/sof/intel/pci-tgl.c | 4 + sound/soc/tegra/tegra_asoc_machine.c | 11 +- sound/soc/tegra/tegra_asoc_machine.h | 1 + 31 files changed, 257 insertions(+), 201 deletions(-)