Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-09 Thread Lee Jones
On Mon, 09 Jun 2014, Laxman Dewangan wrote:

> Add details of following properties which are used on driver but
> not documented on DT binding document.
> - ams,enable-internal-int-pullup
> - ams,enable-internal-i2c-pullup
> 
> Signed-off-by: Laxman Dewangan 
> Reported-by: Lee Jones 
> ---
>  Documentation/devicetree/bindings/mfd/as3722.txt | 8 
>  1 file changed, 8 insertions(+)

Applied with Linus' Ack, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-09 Thread Lee Jones
On Mon, 09 Jun 2014, Laxman Dewangan wrote:

 Add details of following properties which are used on driver but
 not documented on DT binding document.
 - ams,enable-internal-int-pullup
 - ams,enable-internal-i2c-pullup
 
 Signed-off-by: Laxman Dewangan ldewan...@nvidia.com
 Reported-by: Lee Jones lee.jo...@linaro.org
 ---
  Documentation/devicetree/bindings/mfd/as3722.txt | 8 
  1 file changed, 8 insertions(+)

Applied with Linus' Ack, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-07 Thread Linus Walleij
On Mon, Jun 16, 2014 at 11:52 AM, Lee Jones  wrote:

> CC'ing Linus as he had an opinion.
>
> On Mon, 09 Jun 2014, Laxman Dewangan wrote:
>> Add details of following properties which are used on driver but
>> not documented on DT binding document.
>> - ams,enable-internal-int-pullup
>> - ams,enable-internal-i2c-pullup
>>
>> Signed-off-by: Laxman Dewangan 
>> Reported-by: Lee Jones 

I can live with this.

Acked-by: Linus Walleij 

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-07 Thread Linus Walleij
On Mon, Jun 16, 2014 at 11:52 AM, Lee Jones lee.jo...@linaro.org wrote:

 CC'ing Linus as he had an opinion.

 On Mon, 09 Jun 2014, Laxman Dewangan wrote:
 Add details of following properties which are used on driver but
 not documented on DT binding document.
 - ams,enable-internal-int-pullup
 - ams,enable-internal-i2c-pullup

 Signed-off-by: Laxman Dewangan ldewan...@nvidia.com
 Reported-by: Lee Jones lee.jo...@linaro.org

I can live with this.

Acked-by: Linus Walleij linus.wall...@linaro.org

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-06-16 Thread Lee Jones
CC'ing Linus as he had an opinion.

On Mon, 09 Jun 2014, Laxman Dewangan wrote:
> Add details of following properties which are used on driver but
> not documented on DT binding document.
> - ams,enable-internal-int-pullup
> - ams,enable-internal-i2c-pullup
> 
> Signed-off-by: Laxman Dewangan 
> Reported-by: Lee Jones 
> ---
>  Documentation/devicetree/bindings/mfd/as3722.txt | 8 
>  1 file changed, 8 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/as3722.txt 
> b/Documentation/devicetree/bindings/mfd/as3722.txt
> index 8edcb9b..4f64b2a 100644
> --- a/Documentation/devicetree/bindings/mfd/as3722.txt
> +++ b/Documentation/devicetree/bindings/mfd/as3722.txt
> @@ -13,6 +13,14 @@ Required properties:
>The second cell is the flags, encoded as the trigger masks from binding 
> document
>   interrupts.txt, using dt-bindings/irq.
>  
> +Optional properties:
> +
> +- ams,enable-internal-int-pullup: Boolean property, to enable internal 
> pullup on
> + interrupt pin. Missing this will disable internal pullup on INT pin.
> +- ams,enable-internal-i2c-pullup: Boolean property, to enable internal 
> pullup on
> + i2c scl/sda pins. Missing this will disable internal pullup on i2c
> + scl/sda lines.
> +
>  Optional submodule and their properties:
>  ===
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-06-16 Thread Lee Jones
CC'ing Linus as he had an opinion.

On Mon, 09 Jun 2014, Laxman Dewangan wrote:
 Add details of following properties which are used on driver but
 not documented on DT binding document.
 - ams,enable-internal-int-pullup
 - ams,enable-internal-i2c-pullup
 
 Signed-off-by: Laxman Dewangan ldewan...@nvidia.com
 Reported-by: Lee Jones lee.jo...@linaro.org
 ---
  Documentation/devicetree/bindings/mfd/as3722.txt | 8 
  1 file changed, 8 insertions(+)
 
 diff --git a/Documentation/devicetree/bindings/mfd/as3722.txt 
 b/Documentation/devicetree/bindings/mfd/as3722.txt
 index 8edcb9b..4f64b2a 100644
 --- a/Documentation/devicetree/bindings/mfd/as3722.txt
 +++ b/Documentation/devicetree/bindings/mfd/as3722.txt
 @@ -13,6 +13,14 @@ Required properties:
The second cell is the flags, encoded as the trigger masks from binding 
 document
   interrupts.txt, using dt-bindings/irq.
  
 +Optional properties:
 +
 +- ams,enable-internal-int-pullup: Boolean property, to enable internal 
 pullup on
 + interrupt pin. Missing this will disable internal pullup on INT pin.
 +- ams,enable-internal-i2c-pullup: Boolean property, to enable internal 
 pullup on
 + i2c scl/sda pins. Missing this will disable internal pullup on i2c
 + scl/sda lines.
 +
  Optional submodule and their properties:
  ===
  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/