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 <[email protected]> > --- > .../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 <[email protected]> > 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

