Enjoy!
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 tags/tb-mfd-asoc-v5.14-1
for you to fetch changes up to ef7570b67541d8b938df1e45f56e54be70bf1360:
ASoC: rk817: fix a warning in rk817_probe() (2021-06-02 08:05:23 +0100)
---------------------------------------------------------------- Immutable branch between MFD and ASoC due for the v5.14 merge window
---------------------------------------------------------------- Chris Morgan (4): mfd: Add Rockchip rk817 audio CODEC support ASoC: Add Rockchip rk817 audio CODEC support dt-bindings: Add Rockchip rk817 audio CODEC support ASoC: rk817: fix a warning in rk817_probe()
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 | 538 ++++++++++++++++++++++++ 6 files changed, 896 insertions(+) create mode 100644 sound/soc/codecs/rk817_codec.c