All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: [PATCH] HC-SR04 ultrasonic ranger IIO driver
Date: Tue, 31 May 2016 14:35:58 -0700	[thread overview]
Message-ID: <20160531213558.GC25589@kroah.com> (raw)
In-Reply-To: <1464728757-5197-1-git-send-email-johannes@johannesthoma.com>

On Tue, May 31, 2016 at 11:05:57PM +0200, johannes at johannesthoma.com wrote:
> From: Johannes Thoma <johannes@johannesthoma.com>
> 
> The HC-SR04 is an ultrasonic distance sensor attached to two GPIO
> pins. The driver based on Industrial I/O (iio) subsystem and is
> controlled via configfs and sysfs. It supports an (in theory) unlimited
> number of HC-SR04 devices.
> 
> Datasheet to the device can be found at:
> 
> http://www.micropik.com/PDF/HCSR04.pdf
> Signed-off-by: Johannes Thoma <johannes@johannesthoma.com>
> ---
>  MAINTAINERS                               |   7 +
>  drivers/iio/Kconfig                       |   1 +
>  drivers/iio/Makefile                      |   1 +
>  drivers/iio/ultrasonic-distance/Kconfig   |  16 ++
>  drivers/iio/ultrasonic-distance/Makefile  |   6 +
>  drivers/iio/ultrasonic-distance/hc-sr04.c | 460 ++++++++++++++++++++++++++++++
>  6 files changed, 491 insertions(+)
>  create mode 100644 drivers/iio/ultrasonic-distance/Kconfig
>  create mode 100644 drivers/iio/ultrasonic-distance/Makefile
>  create mode 100644 drivers/iio/ultrasonic-distance/hc-sr04.c

Hint, use scripts/get_maintainer.pl to find the correct mailing list and
developers to send this patch to, in order to ensure the correct people
who can apply it, receive it.

thanks,

greg k-h

  parent reply	other threads:[~2016-05-31 21:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <56F3FFF2.40906@johannesthoma.com>
2016-03-24 15:02 ` [PATCH] misc devices: HC-SRO4 ultrasonic distance driver Johannes Thoma
2016-03-24 15:24   ` Greg KH
2016-05-31 21:05     ` [PATCH] HC-SR04 ultrasonic ranger IIO driver johannes at johannesthoma.com
2016-05-31 21:10       ` Johannes Thoma
2016-05-31 21:35       ` Greg KH [this message]
2016-06-01  1:02       ` Valdis.Kletnieks at vt.edu
2016-06-01 14:56       ` Daniel Baluta
2016-03-24 15:52   ` [PATCH] misc devices: HC-SRO4 ultrasonic distance driver Daniel Baluta
2016-03-24 18:15     ` Johannes Thoma
2016-06-06 18:40 [PATCH] HC-SR04 ultrasonic ranger IIO driver johannes
2016-06-07  5:42 ` Matt Ranostay
2016-06-07 11:44 ` Crt Mori
2016-06-07 15:19 ` Lars-Peter Clausen
2016-06-10  5:35   ` Johannes Thoma
2016-06-10  7:50     ` Lars-Peter Clausen
2016-06-11 15:20 ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160531213558.GC25589@kroah.com \
    --to=greg@kroah.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.