From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH 0/5] clk/exynos5250: add clocks for hdmi subsystem Date: Wed, 19 Jun 2013 02:14:56 +0900 Message-ID: <51C09590.5020607@samsung.com> References: <1370862062-16680-1-git-send-email-rahul.sharma@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f50.google.com ([209.85.160.50]:60436 "EHLO mail-pb0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932458Ab3FRRPE (ORCPT ); Tue, 18 Jun 2013 13:15:04 -0400 Received: by mail-pb0-f50.google.com with SMTP id wz7so4067083pbc.23 for ; Tue, 18 Jun 2013 10:15:03 -0700 (PDT) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Rahul Sharma Cc: Arun Kumar K , Rahul Sharma , linux-samsung-soc , devicetree-discuss@lists.ozlabs.org, dri-devel@lists.freedesktop.org, Kukjin Kim , sw0312.kim@samsung.com, inki.dae@samsung.com, sunil joshi , Arun Kumar K , Mike Turquette On 06/18/13 14:09, Rahul Sharma wrote: > Hi Mr. Kukjin, > > Kindly consider the following patches for review and integration. > (+ Mike) Rahul, basically, looks good to me but I'm waiting for Mike's ack on this series... > regards, > Rahul Sharma. > > On Fri, Jun 14, 2013 at 3:39 PM, Arun Kumar K wrote: >> Hi, >> Tested this series on snow board and is working fine. >> >> Tested-by: Arun Kumar K >> Arun, thanks for your test. - Kukjin >> Regards >> Arun >> >> On Mon, Jun 10, 2013 at 4:30 PM, Rahul Sharma wrote: >>> Add clock changes for hdmi subsystem for exynos5250 SoC. These >>> include addition of new clocks like mout_hdmi and smmu_tv, associating >>> ID to clk_hdmiphy and some essential corrections. >>> >>> This set is based on kukjin's for-next branch at >>> http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git. >>> >>> Arun Kumar K (1): >>> clk/exynos5250: Fix HDMI clock number in documentation >>> >>> Rahul Sharma (4): >>> clk/exynos5250: add mout_hdmi mux clock for hdmi >>> clk/exynos5250: add sclk_hdmiphy in the list of special clocks >>> clk/exynos5250: add clock for tv sysmmu >>> clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem >>> >>> .../devicetree/bindings/clock/exynos5250-clock.txt | 12 +++++++++++- >>> drivers/clk/samsung/clk-exynos5250.c | 18 +++++++++++++----- >>> 2 files changed, 24 insertions(+), 6 deletions(-)