From: Tushar Behera <tushar.behera@linaro.org>
To: Tomasz Figa <tomasz.figa@gmail.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
patches@linaro.org, Sachin Kamat <sachin.kamat@linaro.org>
Subject: Re: [PATCH 1/3] ARM: dts: exynos4210: Add LCD related pinctrl entries
Date: Tue, 11 Jun 2013 12:02:53 +0530 [thread overview]
Message-ID: <51B6C495.3040001@linaro.org> (raw)
In-Reply-To: <3046864.Enssr3rlNj@flatron>
On 06/11/2013 12:00 AM, Tomasz Figa wrote:
> On Monday 10 of June 2013 09:40:43 Tushar Behera wrote:
>> On 06/08/2013 04:16 PM, Tomasz Figa wrote:
>>> Hi Tushar, Sachin,
>>>
>>> On Friday 07 of June 2013 16:37:13 Tushar Behera wrote:
>>>> From: Sachin Kamat <sachin.kamat@linaro.org>
>>>>
>>>> Adds pinctrl entries required by FIMD.
>>>>
>>>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>>>> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
>>>> ---
>>>>
>>>> arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 75
>>>>
>>>> +++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+)
>>>>
>>>> diff --git a/arch/arm/boot/dts/exynos4210-pinctrl.dtsi
>>>> b/arch/arm/boot/dts/exynos4210-pinctrl.dtsi index 55a2efb..d241726
>>>> 100644
>>>> --- a/arch/arm/boot/dts/exynos4210-pinctrl.dtsi
>>>> +++ b/arch/arm/boot/dts/exynos4210-pinctrl.dtsi
>>>> @@ -330,6 +330,81 @@
>>>>
>>>> samsung,pin-pud = <3>;
>>>> samsung,pin-drv = <0>;
>>>>
>>>> };
>>>>
>>>> +
>>>> + pwm0_out: pwm0-out {
>>>> + samsung,pins = "gpd0-0";
>>>> + samsung,pin-function = <2>;
>>>> + samsung,pin-pud = <0>;
>>>> + samsung,pin-drv = <0>;
>>>> + };
>>>> +
>>>> + pwm1_out: pwm1-out {
>>>> + samsung,pins = "gpd0-1";
>>>> + samsung,pin-function = <2>;
>>>> + samsung,pin-pud = <0>;
>>>> + samsung,pin-drv = <0>;
>>>> + };
>>>
>>> Hmm, these two seem to be unrelated. Rebase error? :)
>>
>> Not a rebase error. pwm0_out needs to configured to get display on LCD.
>
> Please split this into two separate patches than, one adding LCD pin
> configuration nodes and one adding PWM pin configuration nodes.
>
> Also I think it would be better to just define all available PWM outputs
> not only first two. if you are already at adding PWM pin configurations.
>
Sure.
> Thanks,
> Tomasz
>
Thanks.
--
Tushar Behera
WARNING: multiple messages have this Message-ID (diff)
From: tushar.behera@linaro.org (Tushar Behera)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: dts: exynos4210: Add LCD related pinctrl entries
Date: Tue, 11 Jun 2013 12:02:53 +0530 [thread overview]
Message-ID: <51B6C495.3040001@linaro.org> (raw)
In-Reply-To: <3046864.Enssr3rlNj@flatron>
On 06/11/2013 12:00 AM, Tomasz Figa wrote:
> On Monday 10 of June 2013 09:40:43 Tushar Behera wrote:
>> On 06/08/2013 04:16 PM, Tomasz Figa wrote:
>>> Hi Tushar, Sachin,
>>>
>>> On Friday 07 of June 2013 16:37:13 Tushar Behera wrote:
>>>> From: Sachin Kamat <sachin.kamat@linaro.org>
>>>>
>>>> Adds pinctrl entries required by FIMD.
>>>>
>>>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>>>> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
>>>> ---
>>>>
>>>> arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 75
>>>>
>>>> +++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+)
>>>>
>>>> diff --git a/arch/arm/boot/dts/exynos4210-pinctrl.dtsi
>>>> b/arch/arm/boot/dts/exynos4210-pinctrl.dtsi index 55a2efb..d241726
>>>> 100644
>>>> --- a/arch/arm/boot/dts/exynos4210-pinctrl.dtsi
>>>> +++ b/arch/arm/boot/dts/exynos4210-pinctrl.dtsi
>>>> @@ -330,6 +330,81 @@
>>>>
>>>> samsung,pin-pud = <3>;
>>>> samsung,pin-drv = <0>;
>>>>
>>>> };
>>>>
>>>> +
>>>> + pwm0_out: pwm0-out {
>>>> + samsung,pins = "gpd0-0";
>>>> + samsung,pin-function = <2>;
>>>> + samsung,pin-pud = <0>;
>>>> + samsung,pin-drv = <0>;
>>>> + };
>>>> +
>>>> + pwm1_out: pwm1-out {
>>>> + samsung,pins = "gpd0-1";
>>>> + samsung,pin-function = <2>;
>>>> + samsung,pin-pud = <0>;
>>>> + samsung,pin-drv = <0>;
>>>> + };
>>>
>>> Hmm, these two seem to be unrelated. Rebase error? :)
>>
>> Not a rebase error. pwm0_out needs to configured to get display on LCD.
>
> Please split this into two separate patches than, one adding LCD pin
> configuration nodes and one adding PWM pin configuration nodes.
>
> Also I think it would be better to just define all available PWM outputs
> not only first two. if you are already at adding PWM pin configurations.
>
Sure.
> Thanks,
> Tomasz
>
Thanks.
--
Tushar Behera
next prev parent reply other threads:[~2013-06-11 6:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-07 11:07 [PATCH 0/3] Add display support for Origen board Tushar Behera
2013-06-07 11:07 ` Tushar Behera
2013-06-07 11:07 ` [PATCH 1/3] ARM: dts: exynos4210: Add LCD related pinctrl entries Tushar Behera
2013-06-07 11:07 ` Tushar Behera
2013-06-08 10:46 ` Tomasz Figa
2013-06-08 10:46 ` Tomasz Figa
2013-06-10 4:10 ` Tushar Behera
2013-06-10 4:10 ` Tushar Behera
2013-06-10 18:30 ` Tomasz Figa
2013-06-10 18:30 ` Tomasz Figa
2013-06-11 6:32 ` Tushar Behera [this message]
2013-06-11 6:32 ` Tushar Behera
2013-06-07 11:07 ` [PATCH 2/3] ARM: dts: Add FIMD node to Origen4210 board Tushar Behera
2013-06-07 11:07 ` Tushar Behera
2013-06-08 10:49 ` Tomasz Figa
2013-06-08 10:49 ` Tomasz Figa
2013-06-10 4:14 ` Tushar Behera
2013-06-10 4:14 ` Tushar Behera
2013-06-10 18:34 ` Tomasz Figa
2013-06-10 18:34 ` Tomasz Figa
2013-06-07 11:07 ` [PATCH 3/3] ARM: dts: Set BUCK7 as always on for Origen board Tushar Behera
2013-06-07 11:07 ` Tushar Behera
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=51B6C495.3040001@linaro.org \
--to=tushar.behera@linaro.org \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=sachin.kamat@linaro.org \
--cc=tomasz.figa@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.