From: Laxman Dewangan <ldewangan@nvidia.com>
To: George Cherian <george.cherian@ti.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"myungjoo.ham@samsung.com" <myungjoo.ham@samsung.com>,
"cw00.choi@samsung.com" <cw00.choi@samsung.com>,
"kishon@ti.com" <kishon@ti.com>
Subject: Re: [PATCH] extcon: palmas: Dont set USB state if ID pin is grounded
Date: Tue, 10 Sep 2013 14:47:45 +0530 [thread overview]
Message-ID: <522EE3B9.4020807@nvidia.com> (raw)
In-Reply-To: <1378799369-15803-1-git-send-email-george.cherian@ti.com>
On Tuesday 10 September 2013 01:19 PM, George Cherian wrote:
> In OMAP5 when USB-HOST is set true, the VBUS regulator is turned ON.
> This causes a VBUS interrupt, ignore the same if we are already in
> USB-HOST.
>
> Signed-off-by: George Cherian <george.cherian@ti.com>
> ---
> drivers/extcon/extcon-palmas.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c
> index 9672f31..91b31af 100644
> --- a/drivers/extcon/extcon-palmas.c
> +++ b/drivers/extcon/extcon-palmas.c
> @@ -50,6 +50,9 @@ static irqreturn_t palmas_vbus_irq_handler(int irq, void *_palmas_usb)
> struct palmas_usb *palmas_usb = _palmas_usb;
> unsigned int vbus_line_state;
>
> + if (palmas_usb->linkstat == PALMAS_USB_STATE_ID)
> + return IRQ_HANDLED;
> +
Should we really handle this on this extcon driver? I think it should be
handled in the USB driver. If port is OTG type and if usb driver enable
the VBUS then it can expect the VBUS available notification but based on
the USB driver state, it should ignore this notification.
Otherwise, Palmas pin find that there is VBUS state true but the SW
status will show as the VBUS not there.
next prev parent reply other threads:[~2013-09-10 8:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-10 7:49 [PATCH] extcon: palmas: Dont set USB state if ID pin is grounded George Cherian
2013-09-10 8:24 ` Kishon Vijay Abraham I
2013-09-10 8:31 ` George Cherian
2013-09-10 8:33 ` Kishon Vijay Abraham I
2013-09-10 9:17 ` Laxman Dewangan [this message]
2013-09-10 11:57 ` George Cherian
2013-09-10 12:25 ` Laxman Dewangan
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=522EE3B9.4020807@nvidia.com \
--to=ldewangan@nvidia.com \
--cc=cw00.choi@samsung.com \
--cc=george.cherian@ti.com \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@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