From: Chanwoo Choi <cw00.choi@samsung.com>
To: Grygorii Strashko <grygorii.strashko@ti.com>,
Lee Jones <lee.jones@linaro.org>,
Alessandro Zummo <a.zummo@towertech.it>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
Lars-Peter Clausen <lars@metafoo.de>
Cc: rtc-linux@googlegroups.com, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, nsekhar@ti.com,
linux-omap@vger.kernel.org, Tony Lindgren <tony@atomide.com>,
Roger Quadros <rogerq@ti.com>, Nishanth Menon <nm@ti.com>
Subject: Re: [PATCH 1/7] extcon: palmas: Drop IRQF_EARLY_RESUME flag
Date: Mon, 29 Feb 2016 11:22:08 +0900 [thread overview]
Message-ID: <56D3AB50.2060502@samsung.com> (raw)
In-Reply-To: <1456501377-16871-2-git-send-email-grygorii.strashko@ti.com>
Hi Grygorii,
On 2016년 02월 27일 00:42, Grygorii Strashko wrote:
> Palams extcon IRQs are nested threaded and wired to the Palmas
> inerrupt controller. So, this flag is not required for nested irqs
> anymore, since commit 3c646f2c6aa9 ("genirq: Don't suspend
> nested_thread irqs over system suspend") was merged.
>
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> Cc: Chanwoo Choi <cw00.choi@samsung.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Roger Quadros <rogerq@ti.com>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
> drivers/extcon/extcon-palmas.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c
> index 93c30a8..0a861b3 100644
> --- a/drivers/extcon/extcon-palmas.c
> +++ b/drivers/extcon/extcon-palmas.c
> @@ -266,7 +266,7 @@ static int palmas_usb_probe(struct platform_device *pdev)
> palmas_usb->id_irq,
> NULL, palmas_id_irq_handler,
> IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
> - IRQF_ONESHOT | IRQF_EARLY_RESUME,
> + IRQF_ONESHOT,
> "palmas_usb_id", palmas_usb);
> if (status < 0) {
> dev_err(&pdev->dev, "can't get IRQ %d, err %d\n",
> @@ -304,7 +304,7 @@ static int palmas_usb_probe(struct platform_device *pdev)
> palmas_usb->vbus_irq, NULL,
> palmas_vbus_irq_handler,
> IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
> - IRQF_ONESHOT | IRQF_EARLY_RESUME,
> + IRQF_ONESHOT,
> "palmas_usb_vbus", palmas_usb);
> if (status < 0) {
> dev_err(&pdev->dev, "can't get IRQ %d, err %d\n",
>
Applied it on extcon git.
Thanks,
Chanwoo Choi
WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Grygorii Strashko
<grygorii.strashko-l0cyMroinI0@public.gmane.org>,
Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Alessandro Zummo
<a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>,
MyungJoo Ham
<myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
Cc: rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
nsekhar-l0cyMroinI0@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>,
Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH 1/7] extcon: palmas: Drop IRQF_EARLY_RESUME flag
Date: Mon, 29 Feb 2016 11:22:08 +0900 [thread overview]
Message-ID: <56D3AB50.2060502@samsung.com> (raw)
In-Reply-To: <1456501377-16871-2-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>
Hi Grygorii,
On 2016년 02월 27일 00:42, Grygorii Strashko wrote:
> Palams extcon IRQs are nested threaded and wired to the Palmas
> inerrupt controller. So, this flag is not required for nested irqs
> anymore, since commit 3c646f2c6aa9 ("genirq: Don't suspend
> nested_thread irqs over system suspend") was merged.
>
> Cc: MyungJoo Ham <myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Cc: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
> Cc: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> Cc: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>
> Cc: Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>
> Signed-off-by: Grygorii Strashko <grygorii.strashko-l0cyMroinI0@public.gmane.org>
> ---
> drivers/extcon/extcon-palmas.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c
> index 93c30a8..0a861b3 100644
> --- a/drivers/extcon/extcon-palmas.c
> +++ b/drivers/extcon/extcon-palmas.c
> @@ -266,7 +266,7 @@ static int palmas_usb_probe(struct platform_device *pdev)
> palmas_usb->id_irq,
> NULL, palmas_id_irq_handler,
> IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
> - IRQF_ONESHOT | IRQF_EARLY_RESUME,
> + IRQF_ONESHOT,
> "palmas_usb_id", palmas_usb);
> if (status < 0) {
> dev_err(&pdev->dev, "can't get IRQ %d, err %d\n",
> @@ -304,7 +304,7 @@ static int palmas_usb_probe(struct platform_device *pdev)
> palmas_usb->vbus_irq, NULL,
> palmas_vbus_irq_handler,
> IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
> - IRQF_ONESHOT | IRQF_EARLY_RESUME,
> + IRQF_ONESHOT,
> "palmas_usb_vbus", palmas_usb);
> if (status < 0) {
> dev_err(&pdev->dev, "can't get IRQ %d, err %d\n",
>
Applied it on extcon git.
Thanks,
Chanwoo Choi
WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Grygorii Strashko <grygorii.strashko@ti.com>,
Lee Jones <lee.jones@linaro.org>,
Alessandro Zummo <a.zummo@towertech.it>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
Lars-Peter Clausen <lars@metafoo.de>
Cc: rtc-linux@googlegroups.com, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, nsekhar@ti.com,
linux-omap@vger.kernel.org, Tony Lindgren <tony@atomide.com>,
Roger Quadros <rogerq@ti.com>, Nishanth Menon <nm@ti.com>
Subject: [rtc-linux] Re: [PATCH 1/7] extcon: palmas: Drop IRQF_EARLY_RESUME flag
Date: Mon, 29 Feb 2016 11:22:08 +0900 [thread overview]
Message-ID: <56D3AB50.2060502@samsung.com> (raw)
In-Reply-To: <1456501377-16871-2-git-send-email-grygorii.strashko@ti.com>
Hi Grygorii,
On 2016=EB=85=84 02=EC=9B=94 27=EC=9D=BC 00:42, Grygorii Strashko wrote:
> Palams extcon IRQs are nested threaded and wired to the Palmas
> inerrupt controller. So, this flag is not required for nested irqs
> anymore, since commit 3c646f2c6aa9 ("genirq: Don't suspend
> nested_thread irqs over system suspend") was merged.
>=20
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> Cc: Chanwoo Choi <cw00.choi@samsung.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Roger Quadros <rogerq@ti.com>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
> drivers/extcon/extcon-palmas.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>=20
> diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palma=
s.c
> index 93c30a8..0a861b3 100644
> --- a/drivers/extcon/extcon-palmas.c
> +++ b/drivers/extcon/extcon-palmas.c
> @@ -266,7 +266,7 @@ static int palmas_usb_probe(struct platform_device *p=
dev)
> palmas_usb->id_irq,
> NULL, palmas_id_irq_handler,
> IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
> - IRQF_ONESHOT | IRQF_EARLY_RESUME,
> + IRQF_ONESHOT,
> "palmas_usb_id", palmas_usb);
> if (status < 0) {
> dev_err(&pdev->dev, "can't get IRQ %d, err %d\n",
> @@ -304,7 +304,7 @@ static int palmas_usb_probe(struct platform_device *p=
dev)
> palmas_usb->vbus_irq, NULL,
> palmas_vbus_irq_handler,
> IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING |
> - IRQF_ONESHOT | IRQF_EARLY_RESUME,
> + IRQF_ONESHOT,
> "palmas_usb_vbus", palmas_usb);
> if (status < 0) {
> dev_err(&pdev->dev, "can't get IRQ %d, err %d\n",
>=20
Applied it on extcon git.
Thanks,
Chanwoo Choi
--=20
--=20
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---=20
You received this message because you are subscribed to the Google Groups "=
rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
next prev parent reply other threads:[~2016-02-29 2:22 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-26 15:42 [PATCH 0/7] mfd: Drop IRQF_EARLY_RESUME flag Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-26 15:42 ` [PATCH 1/7] extcon: palmas: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-29 2:22 ` Chanwoo Choi [this message]
2016-02-29 2:22 ` [rtc-linux] " Chanwoo Choi
2016-02-29 2:22 ` Chanwoo Choi
2016-02-26 15:42 ` [PATCH 2/7] rtc: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-26 15:42 ` [PATCH 3/7] rtc: tps6586x: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-26 15:42 ` [PATCH 4/7] rtc: tps65910: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-26 15:42 ` [PATCH 5/7] rtc: tps80031: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-26 15:42 ` [PATCH 6/7] rtc: as3722: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-26 15:42 ` [PATCH 7/7] iio: adc: palmas: " Grygorii Strashko
2016-02-26 15:42 ` [rtc-linux] " Grygorii Strashko
2016-02-26 15:42 ` Grygorii Strashko
2016-02-27 17:21 ` Jonathan Cameron
2016-02-27 17:21 ` [rtc-linux] " Jonathan Cameron
2016-02-27 17:21 ` Jonathan Cameron
2016-02-28 23:45 ` [PATCH 0/7] mfd: " Alexandre Belloni
2016-02-28 23:45 ` [rtc-linux] " Alexandre Belloni
2016-02-28 23:45 ` Alexandre Belloni
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=56D3AB50.2060502@samsung.com \
--to=cw00.choi@samsung.com \
--cc=a.zummo@towertech.it \
--cc=grygorii.strashko@ti.com \
--cc=lars@metafoo.de \
--cc=lee.jones@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=nm@ti.com \
--cc=nsekhar@ti.com \
--cc=rogerq@ti.com \
--cc=rtc-linux@googlegroups.com \
--cc=tony@atomide.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.