Dave, Here are the msm patches for 3.15, plus one omapdrm patch from Laurent.
I checked with Tomi and he didn't have anything to send at the moment for 3.15-rc1, so I'm including Laurent's patch as a favor. BR, -R The following changes since commit c32fc9c803f8ed90a7548810de48ca33a3020168: Merge tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/linux into drm-next (2014-03-31 11:29:38 +1000) are available in the git repository at: git://people.freedesktop.org/~robclark/linux msm-next for you to fetch changes up to 06fb220b2d1a80be5621fa06ef276a3890e6be78: drm/omap: Don't dereference list head when the connectors list is empty (2014-03-31 11:06:51 -0400) ---------------------------------------------------------------- Laurent Pinchart (1): drm/omap: Don't dereference list head when the connectors list is empty Rob Clark (8): drm/msm: hdmi audio support drm/msm: add hang_debug module param drm/msm: spin helper drm/msm: crank down gpu when inactive drm/msm: add chip-id param drm/msm: use componentised device support drm/msm: validate flags, etc drm/msm/mdp: add timeout for irq wait drivers/gpu/drm/msm/Makefile | 1 + drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 105 +++++++++--- drivers/gpu/drm/msm/adreno/adreno_gpu.c | 65 +++++--- drivers/gpu/drm/msm/adreno/adreno_gpu.h | 16 +- drivers/gpu/drm/msm/hdmi/hdmi.c | 50 ++++-- drivers/gpu/drm/msm/hdmi/hdmi.h | 25 +++ drivers/gpu/drm/msm/hdmi/hdmi_audio.c | 273 ++++++++++++++++++++++++++++++++ drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 26 ++- drivers/gpu/drm/msm/mdp/mdp_kms.c | 3 +- drivers/gpu/drm/msm/msm_drv.c | 139 +++++++++++++++- drivers/gpu/drm/msm/msm_drv.h | 4 + drivers/gpu/drm/msm/msm_gem_submit.c | 15 +- drivers/gpu/drm/msm/msm_gpu.c | 85 +++++++++- drivers/gpu/drm/msm/msm_gpu.h | 16 +- drivers/gpu/drm/omapdrm/omap_fb.c | 3 +- include/uapi/drm/msm_drm.h | 12 ++ 16 files changed, 742 insertions(+), 96 deletions(-) create mode 100644 drivers/gpu/drm/msm/hdmi/hdmi_audio.c