Re: [PATCH v5 03/10] Input: synaptics-rmi4: Add device tree support for RMI4 I2C devices

From: Rob Herring
Date: Fri Feb 12 2016 - 10:41:27 EST


On Wed, Feb 10, 2016 at 02:24:01PM -0800, Andrew Duggan wrote:
> Add devicetree binding for I2C devices and add bindings for optional
> parameters in the function drivers. Parameters for function drivers are
> defined in child nodes for each of the functions.
>
> Signed-off-by: Andrew Duggan <aduggan@xxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/input/rmi4/rmi_f01.txt | 39 ++++++++++++++++
> .../devicetree/bindings/input/rmi4/rmi_i2c.txt | 53 ++++++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.txt | 1 +

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/input/rmi4/rmi_bus.c | 35 ++++++++++++++
> drivers/input/rmi4/rmi_bus.h | 4 --
> drivers/input/rmi4/rmi_driver.c | 28 ++++++++++++
> drivers/input/rmi4/rmi_f01.c | 50 ++++++++++++++++++++
> drivers/input/rmi4/rmi_i2c.c | 12 ++++-
> 8 files changed, 217 insertions(+), 5 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/input/rmi4/rmi_f01.txt
> create mode 100644 Documentation/devicetree/bindings/input/rmi4/rmi_i2c.txt