I've applied the non-Arm patches.
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tb-mfd-asoc-v5.14
for you to fetch changes up to 437faaa6cebadf8ff4c2c28d7cb26ed4e34aeb14:
dt-bindings: Add Rockchip rk817 audio CODEC support (2021-06-01 13:40:41 +0100)
---------------------------------------------------------------- Immutable branch between MFD and ASoC due for the v5.14 merge window
---------------------------------------------------------------- Chris Morgan (3): mfd: Add Rockchip rk817 audio CODEC support ASoC: Add Rockchip rk817 audio CODEC support dt-bindings: Add Rockchip rk817 audio CODEC support
Documentation/devicetree/bindings/mfd/rk808.txt | 188 +++++++++ drivers/mfd/rk808.c | 81 ++++ include/linux/mfd/rk808.h | 81 ++++ sound/soc/codecs/Kconfig | 6 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/rk817_codec.c | 539 ++++++++++++++++++++++++ 6 files changed, 897 insertions(+) create mode 100644 sound/soc/codecs/rk817_codec.c