Re: [PATCH 01/10] staging: iio: tsl2583: add of_match table for device tree support
From: Rob Herring <robh@kernel.org>
Date: 2016-10-31 06:06:59
Also in:
linux-iio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-10-31 06:06:59
Also in:
linux-iio, lkml
On Fri, Oct 28, 2016 at 06:00:12AM -0400, Brian Masney wrote:
Add device tree support for the tsl2583 IIO driver with no custom properties. Signed-off-by: Brian Masney <redacted> --- .../devicetree/bindings/iio/light/tsl2583.txt | 26 ++++++++++++++++++++++ drivers/staging/iio/light/tsl2583.c | 13 +++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/light/tsl2583.txt
Acked-by: Rob Herring <robh@kernel.org>