devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] IIO pulse capture support for TI ECAP
@ 2014-01-29 20:59 Matt Porter
  2014-01-29 20:59 ` [PATCH 1/5] iio: add support for pulse width capture devices Matt Porter
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Matt Porter @ 2014-01-29 20:59 UTC (permalink / raw)
  To: Jonathan Cameron, Grant Likely, Rob Herring, Benoit Cousson,
	Tony Lindgren, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Thierry Reding
  Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA, Linux Kernel Mailing List,
	Devicetree List, linux-pwm-u79uwXL29TY76Z2rM5mHXA,
	Linux OMAP List, Linux ARM Kernel List, Linaro Patches

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 implements interrupt driven triggered buffer capture
only as raw sample reads are not applicable to this hardware.
Initially, the driver supports a single pulse width measurement with
configurable polarity. The ECAP hardware can support measurement of a
complete period and duty cycle but this is not yet implemented.

Matt Porter (5):
  iio: add support for pulse width capture devices
  iio: pulse: add TI ECAP driver
  iio: enable selection and build of pulse drivers
  pwm: enable TI PWMSS if the IIO tiecap driver is selected
  ARM: dts: AM33XX: Add ecap interrupt properties

 arch/arm/boot/dts/am33xx.dtsi   |   6 +
 drivers/iio/Kconfig             |   1 +
 drivers/iio/Makefile            |   1 +
 drivers/iio/industrialio-core.c |   1 +
 drivers/iio/pulse/Kconfig       |  20 ++
 drivers/iio/pulse/Makefile      |   6 +
 drivers/iio/pulse/tiecap.c      | 493 ++++++++++++++++++++++++++++++++++++++++
 drivers/pwm/Kconfig             |   2 +-
 include/linux/iio/types.h       |   1 +
 9 files changed, 530 insertions(+), 1 deletion(-)
 create mode 100644 drivers/iio/pulse/Kconfig
 create mode 100644 drivers/iio/pulse/Makefile
 create mode 100644 drivers/iio/pulse/tiecap.c

-- 
1.8.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-28 22:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 20:59 [PATCH 0/5] IIO pulse capture support for TI ECAP Matt Porter
2014-01-29 20:59 ` [PATCH 1/5] iio: add support for pulse width capture devices Matt Porter
2014-01-29 20:59 ` [PATCH 2/5] iio: pulse: add TI ECAP driver Matt Porter
2014-01-29 20:59 ` [PATCH 3/5] iio: enable selection and build of pulse drivers Matt Porter
2014-01-29 20:59 ` [PATCH 4/5] pwm: enable TI PWMSS if the IIO tiecap driver is selected Matt Porter
2014-01-29 20:59 ` [PATCH 5/5] ARM: dts: AM33XX: Add ecap interrupt properties Matt Porter
     [not found]   ` <1391029199-3670-6-git-send-email-mporter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-02-28 22:43     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).