From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH v5 0/5] ARM: dts: enable hdmi for exynos5 based peach and snow boards Date: Fri, 16 May 2014 05:02:35 +0900 Message-ID: <53751D5B.9040208@samsung.com> References: <1400166264-3428-1-git-send-email-rahul.sharma@samsung.com> <53751493.8050601@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f51.google.com ([209.85.220.51]:54314 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751370AbaEOUCk (ORCPT ); Thu, 15 May 2014 16:02:40 -0400 In-Reply-To: <53751493.8050601@gmail.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Tomasz Figa Cc: Rahul Sharma , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, inki.dae@samsung.com, joshi@samsung.com, r.sh.open@gmail.com On 05/16/14 04:25, Tomasz Figa wrote: > Hi Rahul, > > On 15.05.2014 17:04, Rahul Sharma wrote: >> From: Rahul Sharma >> >> Enable hdmi for exynos5250 based snow board, exynos5420 >> based peach pit board and 5800 based peach-pi board. >> >> V5: >> 1) Moved hdmi_hpd_irq pin back to board files. >> 2) Replaced 0 with GPIO_ACTIVE_HIGH while adding gpio property >> to HDMI node. >> >> V4: >> 1) Removed hdmi_hpd_irq pin from peach-pi board as it already >> present in exynos5420-pinctrl.dtsi. >> >> V3: >> 1) Re-spin on dependent patches. >> 2) Added patch to enable hdmi for Peach-pi board. >> >> V2: >> 1) Re-spin on dependent patches. >> 2) Added patch to remove chip specific hdmi hpd gpio from >> board file top SoC file. >> >> This series is based on Kukjin Kims, for-next branch. >> >> It is dependent on >> >> 1) Sachin's patch: "ARM: dts: exynos5250-snow: add tps65090 power regulator" >> at https://patches.linaro.org/28325/ : [Reviewed-by: Doug Anderson] >> >> All other dependent patches are already landed in maintainers >> tree. >> >> Rahul Sharma (4): >> ARM: dts: enable hdmi for exynos5250 based snow board >> ARM: dts: change to correct compatible string for exynos5420 hdmi >> ARM: dts: enable hdmi for exynos5420 based peach-pit board >> ARM: dts: enable hdmi for exynos5800 based peach-pi board >> >> arch/arm/boot/dts/exynos5250-cros-common.dtsi | 6 +++++- >> arch/arm/boot/dts/exynos5250-snow.dts | 14 ++++++++++++++ >> arch/arm/boot/dts/exynos5420-peach-pit.dts | 22 ++++++++++++++++++++++ >> arch/arm/boot/dts/exynos5420.dtsi | 7 ++++++- >> arch/arm/boot/dts/exynos5800-peach-pi.dts | 22 ++++++++++++++++++++++ >> 5 files changed, 69 insertions(+), 2 deletions(-) >> > > For the whole series: > > Acked-by: Tomasz Figa > Looks good to me too. Applied but not for-next yet because need to check the status of the tps65090 related patches you mentioned... Thanks, Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Fri, 16 May 2014 05:02:35 +0900 Subject: [PATCH v5 0/5] ARM: dts: enable hdmi for exynos5 based peach and snow boards In-Reply-To: <53751493.8050601@gmail.com> References: <1400166264-3428-1-git-send-email-rahul.sharma@samsung.com> <53751493.8050601@gmail.com> Message-ID: <53751D5B.9040208@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/16/14 04:25, Tomasz Figa wrote: > Hi Rahul, > > On 15.05.2014 17:04, Rahul Sharma wrote: >> From: Rahul Sharma >> >> Enable hdmi for exynos5250 based snow board, exynos5420 >> based peach pit board and 5800 based peach-pi board. >> >> V5: >> 1) Moved hdmi_hpd_irq pin back to board files. >> 2) Replaced 0 with GPIO_ACTIVE_HIGH while adding gpio property >> to HDMI node. >> >> V4: >> 1) Removed hdmi_hpd_irq pin from peach-pi board as it already >> present in exynos5420-pinctrl.dtsi. >> >> V3: >> 1) Re-spin on dependent patches. >> 2) Added patch to enable hdmi for Peach-pi board. >> >> V2: >> 1) Re-spin on dependent patches. >> 2) Added patch to remove chip specific hdmi hpd gpio from >> board file top SoC file. >> >> This series is based on Kukjin Kims, for-next branch. >> >> It is dependent on >> >> 1) Sachin's patch: "ARM: dts: exynos5250-snow: add tps65090 power regulator" >> at https://patches.linaro.org/28325/ : [Reviewed-by: Doug Anderson] >> >> All other dependent patches are already landed in maintainers >> tree. >> >> Rahul Sharma (4): >> ARM: dts: enable hdmi for exynos5250 based snow board >> ARM: dts: change to correct compatible string for exynos5420 hdmi >> ARM: dts: enable hdmi for exynos5420 based peach-pit board >> ARM: dts: enable hdmi for exynos5800 based peach-pi board >> >> arch/arm/boot/dts/exynos5250-cros-common.dtsi | 6 +++++- >> arch/arm/boot/dts/exynos5250-snow.dts | 14 ++++++++++++++ >> arch/arm/boot/dts/exynos5420-peach-pit.dts | 22 ++++++++++++++++++++++ >> arch/arm/boot/dts/exynos5420.dtsi | 7 ++++++- >> arch/arm/boot/dts/exynos5800-peach-pi.dts | 22 ++++++++++++++++++++++ >> 5 files changed, 69 insertions(+), 2 deletions(-) >> > > For the whole series: > > Acked-by: Tomasz Figa > Looks good to me too. Applied but not for-next yet because need to check the status of the tps65090 related patches you mentioned... Thanks, Kukjin