These patches are just a rebase of the same patches from my "[PATCH v4 0/7] Implement generic ASoC HDMI codec and use it in tda998x" -patch series. I have only made updates required by efc9194bcff8 ("ASoC: hdmi-codec: callback function will be called with private data") -patch.
The first patch changes tda998x pdata, so if there are any out of tree users of tda998x-driver the out of tree code needs to be updated.
Jyri Sarha (3): drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdata drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT binding ARM: dts: am335x-boneblack: Add HDMI audio support
.../devicetree/bindings/display/bridge/tda998x.txt | 18 ++ arch/arm/boot/dts/am335x-boneblack.dts | 71 +++++- drivers/gpu/drm/i2c/Kconfig | 1 + drivers/gpu/drm/i2c/tda998x_drv.c | 276 ++++++++++++++++++--- include/drm/i2c/tda998x.h | 24 +- include/dt-bindings/display/tda998x.h | 7 + 6 files changed, 342 insertions(+), 55 deletions(-) create mode 100644 include/dt-bindings/display/tda998x.h