devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name
@ 2013-07-05 13:59 Laxman Dewangan
  2013-07-05 13:59 ` [PATCH 2/2] extcon: palmas: devicetree: remove non-require property details Laxman Dewangan
  2013-07-08  1:34 ` [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name Chanwoo Choi
  0 siblings, 2 replies; 3+ messages in thread
From: Laxman Dewangan @ 2013-07-05 13:59 UTC (permalink / raw)
  To: cw00.choi, myungjoo.ham, gregkh
  Cc: kishon, gg, devicetree-discuss, linux-doc, linux-kernel,
	grant.likely, rob.herring, Laxman Dewangan

The driver name is extcon/extcon-palmas.c and hence renaming the
device tree binding document to extcon-palmas.txt.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 .../extcon/{extcon-twl.txt => extcon-palmas.txt}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/extcon/{extcon-twl.txt => extcon-palmas.txt} (100%)

diff --git a/Documentation/devicetree/bindings/extcon/extcon-twl.txt b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
similarity index 100%
rename from Documentation/devicetree/bindings/extcon/extcon-twl.txt
rename to Documentation/devicetree/bindings/extcon/extcon-palmas.txt
-- 
1.7.1.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] extcon: palmas: devicetree: remove non-require property details
  2013-07-05 13:59 [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name Laxman Dewangan
@ 2013-07-05 13:59 ` Laxman Dewangan
  2013-07-08  1:34 ` [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name Chanwoo Choi
  1 sibling, 0 replies; 3+ messages in thread
From: Laxman Dewangan @ 2013-07-05 13:59 UTC (permalink / raw)
  To: cw00.choi, myungjoo.ham, gregkh
  Cc: kishon, gg, devicetree-discuss, linux-doc, linux-kernel,
	grant.likely, rob.herring, Laxman Dewangan

Extcon for palma driver does not need vbus supply and hence
removing this from devicetree document/bindings.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 .../devicetree/bindings/extcon/extcon-palmas.txt   |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/extcon/extcon-palmas.txt b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
index 58f531a..f110e75 100644
--- a/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
+++ b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
@@ -1,15 +1,13 @@
-EXTCON FOR TWL CHIPS
+EXTCON FOR PALMAS/TWL CHIPS
 
 PALMAS USB COMPARATOR
 Required Properties:
  - compatible : Should be "ti,palmas-usb" or "ti,twl6035-usb"
- - vbus-supply : phandle to the regulator device tree node.
 
 Optional Properties:
  - ti,wakeup : To enable the wakeup comparator in probe
 
 palmas-usb {
        compatible = "ti,twl6035-usb", "ti,palmas-usb";
-       vbus-supply = <&smps10_reg>;
        ti,wakeup;
 };
-- 
1.7.1.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name
  2013-07-05 13:59 [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name Laxman Dewangan
  2013-07-05 13:59 ` [PATCH 2/2] extcon: palmas: devicetree: remove non-require property details Laxman Dewangan
@ 2013-07-08  1:34 ` Chanwoo Choi
  1 sibling, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2013-07-08  1:34 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: myungjoo.ham, gregkh, kishon, gg, devicetree-discuss, linux-doc,
	linux-kernel, grant.likely, rob.herring

On 07/05/2013 10:59 PM, Laxman Dewangan wrote:
> The driver name is extcon/extcon-palmas.c and hence renaming the
> device tree binding document to extcon-palmas.txt.
> 
> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> ---
>  .../extcon/{extcon-twl.txt => extcon-palmas.txt}   |    0
>  1 files changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/extcon/{extcon-twl.txt => extcon-palmas.txt} (100%)
> 
> diff --git a/Documentation/devicetree/bindings/extcon/extcon-twl.txt b/Documentation/devicetree/bindings/extcon/extcon-palmas.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/extcon/extcon-twl.txt
> rename to Documentation/devicetree/bindings/extcon/extcon-palmas.txt
> 

Applied patch1 and patch2.

You can check it on following git repo:
- git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git (extcon-linus)

Thanks,
Chanwoo Choi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-08  1:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 13:59 [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name Laxman Dewangan
2013-07-05 13:59 ` [PATCH 2/2] extcon: palmas: devicetree: remove non-require property details Laxman Dewangan
2013-07-08  1:34 ` [PATCH 1/2] extcon: palmas: rename device tree binding matching with file name Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).