All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] iio: srf08: add device tree binding for srf02 and srf10
@ 2017-08-02 23:23 ` Andreas Klinger
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Klinger @ 2017-08-02 23:23 UTC (permalink / raw)
  To: wsa, robh+dt, mark.rutland, linux-i2c, devicetree, linux-kernel
  Cc: jic23, knaack.h, lars, pmeerw, linux-iio

add trivial device tree binding "devantech,srf02" and "devantech,srf10"

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
---
 Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index ad10fbe61562..0e5fb016e912 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -36,7 +36,9 @@ dallas,ds1775		Tiny Digital Thermometer and Thermostat
 dallas,ds3232		Extremely Accurate I²C RTC with Integrated Crystal and SRAM
 dallas,ds4510		CPU Supervisor with Nonvolatile Memory and Programmable I/O
 dallas,ds75		Digital Thermometer and Thermostat
+devantech,srf02		Devantech SRF02 ultrasonic ranger in I2C mode
 devantech,srf08		Devantech SRF08 ultrasonic ranger
+devantech,srf10		Devantech SRF10 ultrasonic ranger
 dlg,da9053		DA9053: flexible system level PMIC with multicore support
 dlg,da9063		DA9063: system PMIC for quad-core application processors
 domintech,dmard09	DMARD09: 3-axis Accelerometer
-- 
2.1.4


-- 
Andreas Klinger
Grabenreith 27
84508 Burgkirchen
+49 8623 919966
ak@it-klinger.de
www.it-klinger.de
www.grabenreith.de

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

* [PATCH 1/7] iio: srf08: add device tree binding for srf02 and srf10
@ 2017-08-02 23:23 ` Andreas Klinger
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Klinger @ 2017-08-02 23:23 UTC (permalink / raw)
  To: wsa-z923LK4zBo2bacvFa/9K2g, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: jic23-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY,
	lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg,
	linux-iio-u79uwXL29TY76Z2rM5mHXA

add trivial device tree binding "devantech,srf02" and "devantech,srf10"

Signed-off-by: Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>
---
 Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index ad10fbe61562..0e5fb016e912 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -36,7 +36,9 @@ dallas,ds1775		Tiny Digital Thermometer and Thermostat
 dallas,ds3232		Extremely Accurate I²C RTC with Integrated Crystal and SRAM
 dallas,ds4510		CPU Supervisor with Nonvolatile Memory and Programmable I/O
 dallas,ds75		Digital Thermometer and Thermostat
+devantech,srf02		Devantech SRF02 ultrasonic ranger in I2C mode
 devantech,srf08		Devantech SRF08 ultrasonic ranger
+devantech,srf10		Devantech SRF10 ultrasonic ranger
 dlg,da9053		DA9053: flexible system level PMIC with multicore support
 dlg,da9063		DA9063: system PMIC for quad-core application processors
 domintech,dmard09	DMARD09: 3-axis Accelerometer
-- 
2.1.4


-- 
Andreas Klinger
Grabenreith 27
84508 Burgkirchen
+49 8623 919966
ak-n176/SwNRljddJNmlsFzeA@public.gmane.org
www.it-klinger.de
www.grabenreith.de
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/7] iio: srf08: add device tree binding for srf02 and srf10
  2017-08-02 23:23 ` Andreas Klinger
@ 2017-08-09 23:33   ` Jonathan Cameron
  -1 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2017-08-09 23:33 UTC (permalink / raw)
  To: Andreas Klinger
  Cc: wsa, robh+dt, mark.rutland, linux-i2c, devicetree, linux-kernel,
	knaack.h, lars, pmeerw, linux-iio, Rob Herring, Mark Rutland,
	devicetree

On Thu, 3 Aug 2017 01:23:35 +0200
Andreas Klinger <ak@it-klinger.de> wrote:

> add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> 
> Signed-off-by: Andreas Klinger <ak@it-klinger.de>
Please remember to cc the device tree maintainers and list of bindings.
For trivial ones, sometimes it makes more sense for them to pick them
up directly as it reduces the chance of conflict on merges.

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
>  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> index ad10fbe61562..0e5fb016e912 100644
> --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> @@ -36,7 +36,9 @@ dallas,ds1775		Tiny Digital Thermometer and Thermostat
>  dallas,ds3232		Extremely Accurate I²C RTC with Integrated Crystal and SRAM
>  dallas,ds4510		CPU Supervisor with Nonvolatile Memory and Programmable I/O
>  dallas,ds75		Digital Thermometer and Thermostat
> +devantech,srf02		Devantech SRF02 ultrasonic ranger in I2C mode
>  devantech,srf08		Devantech SRF08 ultrasonic ranger
> +devantech,srf10		Devantech SRF10 ultrasonic ranger
>  dlg,da9053		DA9053: flexible system level PMIC with multicore support
>  dlg,da9063		DA9063: system PMIC for quad-core application processors
>  domintech,dmard09	DMARD09: 3-axis Accelerometer

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

* Re: [PATCH 1/7] iio: srf08: add device tree binding for srf02 and srf10
@ 2017-08-09 23:33   ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2017-08-09 23:33 UTC (permalink / raw)
  To: Andreas Klinger
  Cc: wsa-z923LK4zBo2bacvFa/9K2g, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, knaack.h-Mmb7MZpHnFY,
	lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg,
	linux-iio-u79uwXL29TY76Z2rM5mHXA

On Thu, 3 Aug 2017 01:23:35 +0200
Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org> wrote:

> add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> 
> Signed-off-by: Andreas Klinger <ak-n176/SwNRljddJNmlsFzeA@public.gmane.org>
Please remember to cc the device tree maintainers and list of bindings.
For trivial ones, sometimes it makes more sense for them to pick them
up directly as it reduces the chance of conflict on merges.

Acked-by: Jonathan Cameron <Jonathan.Cameron-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> index ad10fbe61562..0e5fb016e912 100644
> --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> @@ -36,7 +36,9 @@ dallas,ds1775		Tiny Digital Thermometer and Thermostat
>  dallas,ds3232		Extremely Accurate I²C RTC with Integrated Crystal and SRAM
>  dallas,ds4510		CPU Supervisor with Nonvolatile Memory and Programmable I/O
>  dallas,ds75		Digital Thermometer and Thermostat
> +devantech,srf02		Devantech SRF02 ultrasonic ranger in I2C mode
>  devantech,srf08		Devantech SRF08 ultrasonic ranger
> +devantech,srf10		Devantech SRF10 ultrasonic ranger
>  dlg,da9053		DA9053: flexible system level PMIC with multicore support
>  dlg,da9063		DA9063: system PMIC for quad-core application processors
>  domintech,dmard09	DMARD09: 3-axis Accelerometer

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

* Re: [PATCH 1/7] iio: srf08: add device tree binding for srf02 and srf10
  2017-08-09 23:33   ` Jonathan Cameron
  (?)
@ 2017-08-10  6:54   ` Wolfram Sang
  -1 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2017-08-10  6:54 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Andreas Klinger, robh+dt, mark.rutland, linux-i2c, devicetree,
	linux-kernel, knaack.h, lars, pmeerw, linux-iio

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]


> >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++

trivial-devices.txt has been moved one directory up some months ago.
Rebasing to current top-of-tree probably makes sense.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-08-10  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 23:23 [PATCH 1/7] iio: srf08: add device tree binding for srf02 and srf10 Andreas Klinger
2017-08-02 23:23 ` Andreas Klinger
2017-08-09 23:33 ` Jonathan Cameron
2017-08-09 23:33   ` Jonathan Cameron
2017-08-10  6:54   ` Wolfram Sang

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.