devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: RAHUL SHARMA <rahul.sharma@samsung.com>
To: Kyungmin Park <kyungmin.park@samsung.com>
Cc: "linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>,
	"devicetree-discuss@lists.ozlabs.org"
	<devicetree-discuss@lists.ozlabs.org>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Tomasz Stanislawski <t.stanislaws@samsung.com>,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	In-Ki Dae <inki.dae@samsung.com>,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	PRASHANTH GODREHAL <prashanth.g@samsung.com>,
	SUNIL JOSHI <joshi@samsung.com>,
	SHIRISH S <s.shirish@samsung.com>,
	FAHAD KUNNATHADI <fahad.k@samsung.com>,
	Leela Krishna Amudala <l.krishna@samsung.com>,
	"r.sh.open@gmail.com" <r.sh.open@gmail.com>
Subject: Re: Re: [PATCH 6/8] arm: exynos: config exynos5 hdmi-hpd gpio
Date: Fri, 05 Oct 2012 03:36:14 +0000 (GMT)	[thread overview]
Message-ID: <6144318.564701349408174292.JavaMail.weblogic@epml07> (raw)

Sure Mr. park,

I will correct this in v2.
I want to request you for reviewing the other patches in the set.

regards,
Rahul Sharma

On Thu, Oct 4, 2012 at 1:45 PM, Kyungmin Park <kyungmin.park@samsung.com> wrote:
> On 10/5/12, Rahul Sharma <rahul.sharma@samsung.com> wrote:
>> This patch adds support for the configuration of exynos5 hdmi-hpd gpio.
>> It sets the gpio fucntion to EINT which is required for recieving
>> external hpd interrupt in drm hdmi driver.
>>
>> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
>> ---
>>  arch/arm/mach-exynos/mach-exynos5-dt.c |    9 +++++++++
>>  1 files changed, 9 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c
>> b/arch/arm/mach-exynos/mach-exynos5-dt.c
>> index 003963c..9a6d569 100644
>> --- a/arch/arm/mach-exynos/mach-exynos5-dt.c
>> +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c
>> @@ -11,6 +11,7 @@
>>
>>  #include <linux/of_platform.h>
>>  #include <linux/serial_core.h>
>> +#include <linux/gpio.h>
>>
>>  #include <asm/mach/arch.h>
>>  #include <asm/hardware/gic.h>
>> @@ -18,6 +19,7 @@
>>
>>  #include <plat/cpu.h>
>>  #include <plat/regs-serial.h>
>> +#include <plat/gpio-cfg.h>
>>
>>  #include "common.h"
>>
>> @@ -81,10 +83,17 @@ static void __init exynos5250_dt_map_io(void)
>>       s3c24xx_init_clocks(24000000);
>>  }
>>
>> +static void smdk_hpd_setup(void)
>> +{
>> +     s3c_gpio_cfgpin(EXYNOS5_GPX3(7), S3C_GPIO_SFN(0xf));
>> +     s3c_gpio_setpull(EXYNOS5_GPX3(7), S3C_GPIO_PULL_DOWN);
>> +}
> these should be described at dts file instead of here. and name is not
> good. smdk...
>
> Thank you,
> Kyungmin Park
>> +
>>  static void __init exynos5250_dt_machine_init(void)
>>  {
>>       of_platform_populate(NULL, of_default_bus_match_table,
>>                               exynos5250_auxdata_lookup, NULL);
>> +     smdk_hpd_setup();
>>  }
>>
>>  static char const *exynos5250_dt_compat[] __initdata = {
>> --
>> 1.7.0.4
>>
>> --
>> 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
>>


                 reply	other threads:[~2012-10-05  3:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6144318.564701349408174292.JavaMail.weblogic@epml07 \
    --to=rahul.sharma@samsung.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=fahad.k@samsung.com \
    --cc=inki.dae@samsung.com \
    --cc=joshi@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=l.krishna@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=prashanth.g@samsung.com \
    --cc=r.sh.open@gmail.com \
    --cc=s.shirish@samsung.com \
    --cc=sw0312.kim@samsung.com \
    --cc=t.stanislaws@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).