From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout2.samsung.com ([203.254.224.25]:57577 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754427AbcARJyv (ORCPT ); Mon, 18 Jan 2016 04:54:51 -0500 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Message-id: <569CB664.3090806@samsung.com> Date: Mon, 18 Jan 2016 18:54:44 +0900 From: Inki Dae To: Krzysztof Kozlowski , Andrzej Hajda Cc: Bartlomiej Zolnierkiewicz , Marek Szyprowski , dri-devel@lists.freedesktop.org, linux-clk@vger.kernel.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, Kukjin Kim , Sylwester Nawrocki , Hyungwon Hwang , Rob Herring Subject: Re: [PATCH v2 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV References: <1445860796-23045-1-git-send-email-a.hajda@samsung.com> <56977A3B.8020104@samsung.com> <56977D42.2050904@samsung.com> <569C279D.1020705@samsung.com> In-reply-to: <569C279D.1020705@samsung.com> Sender: linux-clk-owner@vger.kernel.org List-ID: 2016년 01월 18일 08:45에 Krzysztof Kozlowski 이(가) 쓴 글: > On 14.01.2016 19:49, Inki Dae wrote: >> + Rob Herring >> >> 2016년 01월 14일 19:36에 Andrzej Hajda 이(가) 쓴 글: >>> Hi Inki, >>> >>> It seems this patch and 04/10 did not get picked up yet. >>> Could you merge it? >> >> Yes, I can. However, 04/10 is required for acked-by from dt or SoC maintainer. >> Krzysztof and Rob, could you give me acked-by? >> >> Thanks, >> Inki Dae > > My ack is really not required, because this is a binding for a specific > driver from video subsystem. It does not fall into the arm/mach-exynos > nor the dts/*exynos*. > > Anyway I reviewed the patch on 28th of October and Rob acked it on 13th > of November. I meant 04/10 not 09/10 patch. :) Thanks, Inki Dae > > Best regards, > Krzysztof > > >>> >>> Regards >>> Andrzej >>> >>> On 10/26/2015 12:59 PM, Andrzej Hajda wrote: >>>> DECON-TV(Display and Enhancement Controller for TV) is a variation >>>> of DECON IP. Its main purpose is to produce video stream for HDMI IP. >>>> >>>> Signed-off-by: Andrzej Hajda >>>> --- >>>> Hi Krzysztof, >>>> >>>> I have decided to skip cleanup part as it would require more work, >>>> not related to this patchset. >>>> >>>> Regards >>>> Andrzej >>>> >>>> Documentation/devicetree/bindings/video/exynos5433-decon.txt | 3 ++- >>>> 1 file changed, 2 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/Documentation/devicetree/bindings/video/exynos5433-decon.txt b/Documentation/devicetree/bindings/video/exynos5433-decon.txt >>>> index 3dff78b..c9fd7b3 100644 >>>> --- a/Documentation/devicetree/bindings/video/exynos5433-decon.txt >>>> +++ b/Documentation/devicetree/bindings/video/exynos5433-decon.txt >>>> @@ -5,7 +5,8 @@ Exynos series of SoCs which transfers the image data from a video memory >>>> buffer to an external LCD interface. >>>> >>>> Required properties: >>>> -- compatible: value should be "samsung,exynos5433-decon"; >>>> +- compatible: value should be one of: >>>> + "samsung,exynos5433-decon", "samsung,exynos5433-decon-tv"; >>>> - reg: physical base address and length of the DECON registers set. >>>> - interrupts: should contain a list of all DECON IP block interrupts in the >>>> order: VSYNC, LCD_SYSTEM. The interrupt specifier format >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in >>> the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> >>> >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >