mbox series

[0/3] add Maxbotix ultrasonic iio sensors with gpio bitbanging

Message ID 20190409190952.ctgf6mbx47nwvfs5@arbad (mailing list archive)
Headers show
Series add Maxbotix ultrasonic iio sensors with gpio bitbanging | expand

Message

Andreas Klinger April 9, 2019, 7:09 p.m. UTC
This patch series adds support for Maxbotix ultrasonic iio sensors with
gpio bitbanging protocol.

These sensors are quite similiar to the existing srf04. This is why the
existing one was changed to support a driver specific configuration
containing the differences between the different types.

This patch series needs the formerly submitted 
"[PATCH v2] devantech-srf04.yaml: transform DT binding to YAML" 
because it relies on the yaml documentation of devantech-srf04.yaml

Andreas Klinger (3):
  srf04.c: add maxbotix ultrasonic sensors
  devantech-srf04.yaml: add Maxbotix ultrasonic iio proximity sensors
  Kconfig: change configuration of srf04 ultrasonic iio sensor

 .../bindings/iio/proximity/devantech-srf04.yaml    | 25 +++++++++-----
 drivers/iio/proximity/Kconfig                      | 11 +++++--
 drivers/iio/proximity/srf04.c                      | 38 +++++++++++++++++-----
 3 files changed, 54 insertions(+), 20 deletions(-)