Re: [PATCH v6 5/8] IIO: add bindings for STM32 timer trigger driver
From: Rob Herring <robh@kernel.org>
Date: 2016-12-12 19:28:13
Also in:
linux-arm-kernel, linux-iio, linux-pwm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-12-12 19:28:13
Also in:
linux-arm-kernel, linux-iio, linux-pwm, lkml
On Fri, Dec 09, 2016 at 03:15:16PM +0100, Benjamin Gaignard wrote:
Define bindings for STM32 timer trigger version 4: - remove triggers enumeration from DT - add reg parameter version 3: - change file name - add cross reference with mfd bindings version 2: - only keep one compatible - add DT parameters to set lists of the triggers: one list describe the triggers created by the device another one give the triggers accepted by the device Signed-off-by: Benjamin Gaignard <redacted> --- .../bindings/iio/timer/stm32-timer-trigger.txt | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt
Other than same comments I made in the other patches for the example, looks fine. Acked-by: Rob Herring <robh@kernel.org>