Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbdDJFTZ (ORCPT ); Mon, 10 Apr 2017 01:19:25 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:53946 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbdDJFTY (ORCPT ); Mon, 10 Apr 2017 01:19:24 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org C4BE26084C Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=architt@codeaurora.org Subject: Re: [PATCH 0/2] drm: dw-hdmi: various improvements To: Romain Perier References: <20170407141905.14147-1-romain.perier@collabora.com> Cc: David Airlie , Jose Abreu , Neil Armstrong , Russell King , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org From: Archit Taneja Message-ID: Date: Mon, 10 Apr 2017 10:49:18 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170407141905.14147-1-romain.perier@collabora.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1157 Lines: 35 Hi, On 04/07/2017 07:49 PM, Romain Perier wrote: > This set of patches split the stream handling functions in two parts. It > introduces new callbacks that are specific to each variant, one for I2S > and one for AHB. > > Then, as requested by the datasheet for the I2S variant, it adds support > for gating the audio sampler clock when the audio stream is enabled and > disabled. > > This patches series is the continuity of the following discussion: > http://lists.infradead.org/pipermail/linux-arm-kernel/2017-March/493550.html Since these aren't fixes, could you make sure to redo the patches over: git://anongit.freedesktop.org/drm-misc drm-misc-next The dw-hdmi driver is now under drivers/gpu/drm/bridge/synopsis/ Thanks, Archit > > Romain Perier (2): > drm: dw-hdmi: add specific I2S and AHB functions for stream handling > drm: dw-hdmi: Gate audio clock from the I2S enablement callbacks > > drivers/gpu/drm/bridge/dw-hdmi.c | 45 +++++++++++++++++++++++++++++++++------- > 1 file changed, 37 insertions(+), 8 deletions(-) > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project