All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Krzysztof Kozlowski' <k.kozlowski@samsung.com>,
	'Kukjin Kim' <kgene@kernel.org>
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	'Samuel Ortiz' <sameo@linux.intel.com>,
	'Sangbeom Kim' <sbkim73@samsung.com>,
	linux-kernel@vger.kernel.org, 'Lee Jones' <lee.jones@linaro.org>,
	'Javier Martinez Canillas' <javier.martinez@collabora.co.uk>,
	linux-arm-kernel@lists.infradead.org
Subject: RE: [PATCH 2/2] ARM: dts: Fix pinctrl settings for S2MPS11 RTC alarm IRQ on Arndale Octa
Date: Mon, 27 Apr 2015 09:59:45 +0900	[thread overview]
Message-ID: <0d3901d08085$73a05f00$5ae11d00$@kernel.org> (raw)
In-Reply-To: <CAJKOXPfbsrkvXT_CBxZeDTLYdbwGMH=+5mnBLoy9Yfyp4thVQg@mail.gmail.com>

Krzysztof Kozlowski wrote:
> 
> 2015-04-02 23:36 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung.com>:
> > On Arndale Octa the S2MPS11 RTC alarm interrupt was not handled at all
> > because of wrong configuration of interrupt and gpx3-2.
> > 1. Interrupt is signaled by falling edge.
> > 2. This GPIO line is hard-wired on the board to PVDD_APIO_1V8 through a
> >    resistor so pull-up/down must be disabled.
> >
> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > ---
> >  arch/arm/boot/dts/exynos5420-arndale-octa.dts | 13 ++++++++++++-
> >  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> Dear Kukjin,
> 
> Any comments  on this and other patches. A lot of emails waits for
> your opinion. Is there anything I could do to help you in smooth
> review or applying?
> 
Sorry for the delay and looks good to me.

Will apply into fixes branch and thanks.

- Kukjin

> Best regards,
> Krzysztof
> 
> >
> > diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-
> octa.dts
> > index d78fcd997ce6..97346df31d41 100644
> > --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> > +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> > @@ -87,7 +87,9 @@
> >                         s2mps11,buck4-ramp-enable = <1>;
> >
> >                         interrupt-parent = <&gpx3>;
> > -                       interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
> > +                       interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
> > +                       pinctrl-names = "default";
> > +                       pinctrl-0 = <&s2mps11_irq>;
> >
> >                         s2mps11_osc: clocks {
> >                                 #clock-cells = <1>;
> > @@ -379,3 +381,12 @@
> >         clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
> >         clock-names = "rtc", "rtc_src";
> >  };
> > +
> > +&pinctrl_0 {
> > +       s2mps11_irq: s2mps11-irq {
> > +               samsung,pins = "gpx3-2";
> > +               samsung,pin-function = <0xf>;
> > +               samsung,pin-pud = <0>;
> > +               samsung,pin-drv = <0>;
> > +       };
> > +};
> > --
> > 1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: Fix pinctrl settings for S2MPS11 RTC alarm IRQ on Arndale Octa
Date: Mon, 27 Apr 2015 09:59:45 +0900	[thread overview]
Message-ID: <0d3901d08085$73a05f00$5ae11d00$@kernel.org> (raw)
In-Reply-To: <CAJKOXPfbsrkvXT_CBxZeDTLYdbwGMH=+5mnBLoy9Yfyp4thVQg@mail.gmail.com>

Krzysztof Kozlowski wrote:
> 
> 2015-04-02 23:36 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung.com>:
> > On Arndale Octa the S2MPS11 RTC alarm interrupt was not handled at all
> > because of wrong configuration of interrupt and gpx3-2.
> > 1. Interrupt is signaled by falling edge.
> > 2. This GPIO line is hard-wired on the board to PVDD_APIO_1V8 through a
> >    resistor so pull-up/down must be disabled.
> >
> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > ---
> >  arch/arm/boot/dts/exynos5420-arndale-octa.dts | 13 ++++++++++++-
> >  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> Dear Kukjin,
> 
> Any comments  on this and other patches. A lot of emails waits for
> your opinion. Is there anything I could do to help you in smooth
> review or applying?
> 
Sorry for the delay and looks good to me.

Will apply into fixes branch and thanks.

- Kukjin

> Best regards,
> Krzysztof
> 
> >
> > diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-
> octa.dts
> > index d78fcd997ce6..97346df31d41 100644
> > --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> > +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> > @@ -87,7 +87,9 @@
> >                         s2mps11,buck4-ramp-enable = <1>;
> >
> >                         interrupt-parent = <&gpx3>;
> > -                       interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
> > +                       interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
> > +                       pinctrl-names = "default";
> > +                       pinctrl-0 = <&s2mps11_irq>;
> >
> >                         s2mps11_osc: clocks {
> >                                 #clock-cells = <1>;
> > @@ -379,3 +381,12 @@
> >         clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
> >         clock-names = "rtc", "rtc_src";
> >  };
> > +
> > +&pinctrl_0 {
> > +       s2mps11_irq: s2mps11-irq {
> > +               samsung,pins = "gpx3-2";
> > +               samsung,pin-function = <0xf>;
> > +               samsung,pin-pud = <0>;
> > +               samsung,pin-drv = <0>;
> > +       };
> > +};
> > --
> > 1.9.1

  reply	other threads:[~2015-04-27  0:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-02 14:36 [PATCH 0/2] Arndale Octa: Fix S2MPS11 RTC alarm IRQ Krzysztof Kozlowski
2015-04-02 14:36 ` Krzysztof Kozlowski
2015-04-02 14:36 ` Krzysztof Kozlowski
2015-04-02 14:36 ` [PATCH 1/2] mfd: sec: Fix RTC alarm interrupt number on S2MPS11 Krzysztof Kozlowski
2015-04-02 14:36   ` Krzysztof Kozlowski
2015-04-07  7:37   ` Lee Jones
2015-04-07  7:37     ` Lee Jones
2015-04-02 14:36 ` [PATCH 2/2] ARM: dts: Fix pinctrl settings for S2MPS11 RTC alarm IRQ on Arndale Octa Krzysztof Kozlowski
2015-04-02 14:36   ` Krzysztof Kozlowski
2015-04-02 14:36   ` Krzysztof Kozlowski
2015-04-17 13:30   ` Krzysztof Kozlowski
2015-04-17 13:30     ` Krzysztof Kozlowski
2015-04-17 13:30     ` Krzysztof Kozlowski
2015-04-27  0:59     ` Kukjin Kim [this message]
2015-04-27  0:59       ` Kukjin Kim
2015-04-30 15:58     ` Kevin Hilman
2015-04-30 15:58       ` Kevin Hilman
2015-05-01  8:04       ` Krzysztof Kozlowski
2015-05-01  8:04         ` Krzysztof Kozlowski

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='0d3901d08085$73a05f00$5ae11d00$@kernel.org' \
    --to=kgene@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=javier.martinez@collabora.co.uk \
    --cc=k.kozlowski@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=sbkim73@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 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.