Sorry, my mistake - it was merged, and it's just that I seem to have accidentally rebased the branch, which is why the commits were still showing up in my tree.
Sorry for the noise, please ignore.
On Wed, Oct 19, 2016 at 05:37:18PM +0100, Russell King wrote:
David,
Please incorporate the latest TDA998x I2C driver development updates, which can be found at:
git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
with SHA1 df0bd1e8f3c508bf4c3445f94b12e38289b65f13.
This was sent on the 9th September, and I was hoping that it was going to make 4.9-rc1 as TI want it in, but it appears that it was never picked up. What's going on? Should I queue this (and my other DRM changes) for Linus myself?
This will update the following files:
.../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 | 297 ++++++++++++++++++--- include/drm/i2c/tda998x.h | 29 +- include/dt-bindings/display/tda998x.h | 7 + 6 files changed, 368 insertions(+), 55 deletions(-) create mode 100644 include/dt-bindings/display/tda998x.h
through these changes:
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
Russell King (1): Merge commit 'efc9194bcff84' ("ASoC: hdmi-codec: callback function will be called with private data") into drm-tda998x-devel
Many thanks.