Re: [PATCH v5 1/2] devicetree: i2c-hid: Add regulator support

From: Rob Herring
Date: Wed Feb 15 2017 - 21:13:06 EST


On Thu, Feb 09, 2017 at 06:03:56PM -0800, Brian Norris wrote:
> From: Caesar Wang <wxt@xxxxxxxxxxxxxx>
>
> Document a "vdd-supply" and an initialization delay. Can be used for
> powering on/off a HID.
>
> Signed-off-by: Caesar Wang <wxt@xxxxxxxxxxxxxx>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>
> Cc: Jiri Kosina <jikos@xxxxxxxxxx>
> Cc: linux-input@xxxxxxxxxxxxxxx
> Signed-off-by: Brian Norris <briannorris@xxxxxxxxxxxx>
> ---
> Sorry for the delay on resending this. I *think* I've addressed all the
> concerns from last time though?
>
> v2:
> * add compatible property for wacom, per Rob's request
> * name the regulator property specifically (VDD)
>
> v3:
> * remove wacom property, per Benjamin's request
> * add delay property
>
> v4: no change
>
> v5:
> * change name to "post-power-on-delay-ms"
> * reword to describe how the power sequencing properties require a
> specific 'compatible' property
> ---
> Documentation/devicetree/bindings/input/hid-over-i2c.txt | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>