1
0

Allwinner: linux: rebase patches on 5.10.76

This commit is contained in:
Alex Bee
2021-10-27 22:56:29 +02:00
parent 96f772a52b
commit 814a092cb7
78 changed files with 687 additions and 655 deletions
projects/Allwinner
devices
patches/linux
0001-media-cedrus-Add-support-for-R40.patch0002-media-sunxi-cir-allow-timeout-to-be-set-at-runtime.patch0003-ASoC-sun4i-i2s-Change-set_chan_cfg-params.patch0004-ASoC-sun4i-i2s-Add-support-for-H6-I2S.patch0005-ASoC-sun4i-i2s-Change-get_sr-and-get_wss-to-be-more-.patch0006-ASoC-sun4i-i2s-Set-sign-extend-sample.patch0007-ASoC-sun4i-i2s-Add-20-and-24-bit-support.patch0008-ASoC-sun4i-i2s-Fix-sun8i-volatile-regs.patch0009-ASoC-sun4i-i2s-Fix-setting-of-FIFO-modes.patch0010-ASoC-sun4i-i2s-fix-coding-style-for-callback-definit.patch0011-ARM-dts-sun8i-r40-Add-deinterlace-node.patch0012-arm64-dts-allwinner-h5-Add-deinterlace-node.patch0013-drm-sun4i-csc-Rework-DE3-CSC-macros.patch0014-drm-sun4i-de2-de3-Remove-redundant-CSC-matrices.patch0015-drm-sun4i-Add-support-for-BT2020-to-DE3.patch0016-mmc-sunxi-mmc-Ensure-host-is-suspended-during-system.patch0017-arm64-dts-allwinner-h6-Add-I2S1-node.patch0018-arm64-dts-allwinner-a64-Add-I2S2-node.patch0019-arm-dts-sunxi-h3-h5-Add-I2S2-node.patch0020-arm64-dts-allwinner-h6-PineH64-model-B-Add-wifi.patch0021-ASoC-hdmi-codec-fix-channel-allocation.patch0022-media-uapi-hevc-Add-scaling-matrix-control.patch0023-media-cedrus-hevc-Add-support-for-scaling-matrix.patch0024-media-uapi-hevc-Add-segment-address-field.patch0025-media-cedrus-hevc-Add-support-for-multiple-slices.patch0026-media-cedrus-hevc-tiles-hack.patch0027-media-cedrus-Add-callback-for-buffer-cleanup.patch0028-media-cedrus-hevc-Improve-buffer-management.patch0029-media-cedrus-h264-Improve-buffer-management.patch0030-WIp-10-bit-HEVC-support.patch0031-media-cedrus-add-check-for-H264-and-HEVC-limitations.patch0032-media-cedrus-Add-support-for-VP8-decoding.patch0033-WIP-dw-hdmi-cec-sleep-100ms-on-error.patch0034-drm-sun4i-Reimplement-plane-z-position-setting-logic.patch0035-drm-sun4i-Don-t-use-update-regmap-variant-for-blend-.patch0036-drm-sun4i-mixer-Add-caching-support.patch0037-mfd-Add-support-for-AC200.patch0038-net-phy-Add-support-for-AC200-EPHY.patch0039-wip-H6-deinterlace.patch0040-arm64-dts-h6-deinterlace.patch0041-ASoC-sun4i-i2s-Add-parenthesis-around-macro-argument.patch0042-WIP-I2S-multi-channel.patch0043-HACK-h3-h5-Add-HDMI-sound-card.patch0044-h3-h5-power-key-wake-up-source.patch0045-drm-lima-add-governor-data-with-pre-defined-threshol.patch0046-drm-lima-Use-delayed-timer-as-default-in-devfreq-pro.patch0047-drm-panfrost-Add-governor-data-with-pre-defined-thre.patch0048-drm-panfrost-Use-delayed-timer-as-default-in-devfreq.patch0049-wip-h3-h5-cvbs.patch0050-WIP-media-uapi-hevc-add-fields-needed-for-rkvdec.patch0051-HACK-media-uapi-hevc-tiles-and-num_slices.patch0052-WIP-drm-bridge-synopsys-Fix-CEC-not-working-after-power.patch0056-drm-sun4i-dw-hdmi-Fix-HDMI-PHY-clock-setup.patch

@ -1,7 +1,7 @@
From 9f0cbed8e957216d58a2dd5c9c8e795ec39004ad Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= <peron.clem@gmail.com>
Date: Fri, 30 Oct 2020 15:46:40 +0100
Subject: [PATCH 08/44] ASoC: sun4i-i2s: Fix sun8i volatile regs
Subject: [PATCH] ASoC: sun4i-i2s: Fix sun8i volatile regs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@ -21,9 +21,11 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-i2s.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c
index 786731191d90..003610c0badf 100644
--- a/sound/soc/sunxi/sun4i-i2s.c
+++ b/sound/soc/sunxi/sun4i-i2s.c
@@ -1162,12 +1162,19 @@ static bool sun8i_i2s_rd_reg(struct devi
@@ -1162,12 +1162,19 @@ static bool sun8i_i2s_rd_reg(struct device *dev, unsigned int reg)
static bool sun8i_i2s_volatile_reg(struct device *dev, unsigned int reg)
{