Re: [PATCH v3 2/6] iio: pulse: add TI ECAP driver

2014-02-15 Thread Jonathan Cameron
On 05/02/14 19:01, Matt Porter wrote: Adds support for capturing PWM signals using the TI ECAP peripheral. This driver supports triggered buffer capture of pulses on multiple ECAP instances. In addition, the driver supports configurable polarity of the signal to be captured. Signed-off-by: Matt

Re: [PATCH v3 0/6] IIO pulse capture support for TI ECAP

2014-02-15 Thread Jonathan Cameron
On 05/02/14 20:23, Sergei Shtylyov wrote: Hello. On 02/05/2014 10:01 PM, Matt Porter wrote: [...] This series adds support for PWM capture devices within IIO and adds a TI ECAP IIO driver. PWM capture devices are supported using a new IIO "pulse" channel type. The IIO ECAP driver implem

Re: [PATCH v3 6/6] ARM: dts: AM33XX: Add ecap interrupt properties

2014-02-15 Thread Jonathan Cameron
On 05/02/14 19:01, Matt Porter wrote: Add missing interrupt properties to the ecap0, ecap1, and ecap2 nodes. Signed-off-by: Matt Porter This one is unconnected from the rest of the series really so should go into the relevant arch tree whenever it make sense. Jonathan --- arch/arm/boot/dts

Re: [PATCH v3 3/6] iio: enable selection and build of pulse drivers

2014-02-15 Thread Jonathan Cameron
On 05/02/14 19:01, Matt Porter wrote: Add the pulse driver subdirectory when configuring and building IIO. Signed-off-by: Matt Porter Hi Matt, This wants rolling into the driver patch before it. No point it giving it it's own patch. This will just lead to confusion on git bisections etc.

Re: [PATCH v3 4/6] iio: Add ABI docs for pulse capture devices

2014-02-15 Thread Jonathan Cameron
On 05/02/14 19:01, Matt Porter wrote: Add standard ABI entries for pulse capture devices. Also add a separate ABI entry for the TI ECAP driver polarity option. Signed-off-by: Matt Porter Lars, I've cc'd you for the various Analog devices dds and frequency devices. Ideally we want a consistent

Re: [PATCH v2 3/4] Regulators: TPS65218: Add Regulator driver for TPS65218 PMIC

2014-02-15 Thread Mark Brown
On Thu, Feb 06, 2014 at 11:20:13AM +0530, Keerthy wrote: > This patch adds support for TPS65218 PMIC regulators. > > The regulators set consists of 6 DCDCs and 1 LDO. The output > voltages are configurable and are meant to supply power to the > main processor and other components. Applied, thanks