[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <58D4FE1D.9040404@samsung.com>
Date: Fri, 24 Mar 2017 20:08:13 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Baolin Wang <baolin.wang@...aro.org>, myungjoo.ham@...sung.com,
robh+dt@...nel.org, mark.rutland@....com
Cc: broonie@...nel.org, linaro-kernel@...ts.linaro.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH 1/2] extcon: usb-gpio: Add level trigger support
Hi,
On 2017년 03월 20일 16:59, Baolin Wang wrote:
> Now extcon-usb-gpio only supports for GPIO egdge trigger, but VBUS/ID
> gpios' detection can be triggered by the level trigger on some platforms.
> Thus intoduce one property 'extcon-gpio,level-trigger' to identify this
> situation.
>
> Signed-off-by: Baolin Wang <baolin.wang@...aro.org>
> ---
> .../devicetree/bindings/extcon/extcon-usb-gpio.txt | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt b/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
> index dfc14f7..191504b 100644
> --- a/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
> +++ b/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt
> @@ -9,6 +9,9 @@ Required properties:
> Either one of id-gpio or vbus-gpio must be present. Both can be present as well.
> - id-gpio: gpio for USB ID pin. See gpio binding.
> - vbus-gpio: gpio for USB VBUS pin.
> +- extcon-gpio,level-trigger: Boolean, set this gpio's interrupt flag to
It is 'extcon-usb-gpio' instead of 'extcon-gpio'.
> +level trigger. If not specified defaults to false, gpio's interrupt flag
> +defaults to edge trigger.
I understand why you need the new flag.
But, I'm not sure it is right way to add the new flag for interrupt flag.
IMHO, I think that we need to find the more proper way to get the interrupt flag
or maybe, we may need to implement the new helper api to get the interrupt
flag for gpio pin when we use the gpio as the interrupt source,
>
> Example: Examples of extcon-usb-gpio node in dra7-evm.dts as listed below:
> extcon_usb1 {
>
--
Best Regards,
Chanwoo Choi
Samsung Electronics
Powered by blists - more mailing lists