linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/5] iio: srf08: add device tree binding for srf02 and srf10
@ 2017-08-14  8:59 Andreas Klinger
  2017-08-14  9:11 ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Klinger @ 2017-08-14  8:59 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, linux-iio
  Cc: wsa, robh+dt, mark.rutland, linux-i2c, devicetree, linux-kernel

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

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
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
-- 
2.1.4


-- 

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

* Re: [PATCH v2 1/5] iio: srf08: add device tree binding for srf02 and srf10
  2017-08-14  8:59 [PATCH v2 1/5] iio: srf08: add device tree binding for srf02 and srf10 Andreas Klinger
@ 2017-08-14  9:11 ` Wolfram Sang
  2017-08-14 10:39   ` Andreas Klinger
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2017-08-14  9:11 UTC (permalink / raw)
  To: Andreas Klinger
  Cc: jic23, knaack.h, lars, pmeerw, linux-iio, robh+dt, mark.rutland,
	linux-i2c, devicetree, linux-kernel

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

On Mon, Aug 14, 2017 at 10:59:41AM +0200, Andreas Klinger wrote:
> add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> 
> Signed-off-by: Andreas Klinger <ak@it-klinger.de>
> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
>  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++

Again: This file has moved since v4.12-rc1. Please rebase to v4.12 or
even v4.13-rc5.


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

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

* Re: [PATCH v2 1/5] iio: srf08: add device tree binding for srf02 and srf10
  2017-08-14  9:11 ` Wolfram Sang
@ 2017-08-14 10:39   ` Andreas Klinger
  2017-08-14 12:37     ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Klinger @ 2017-08-14 10:39 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: jic23, knaack.h, lars, pmeerw, linux-iio, robh+dt, mark.rutland,
	linux-i2c, devicetree, linux-kernel

Wolfram Sang <wsa@the-dreams.de> schrieb am Mon, 14. Aug 11:11:
> On Mon, Aug 14, 2017 at 10:59:41AM +0200, Andreas Klinger wrote:
> > add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> > 
> > Signed-off-by: Andreas Klinger <ak@it-klinger.de>
> > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > ---
> >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
> 
> Again: This file has moved since v4.12-rc1. Please rebase to v4.12 or
> even v4.13-rc5.
> 

Then i split the patch series up in two parts:
- patch with only device tree binding against >= v4.12
- everything else as patch series against git tree of IIO

Ok?

Andreas

-- 

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

* Re: [PATCH v2 1/5] iio: srf08: add device tree binding for srf02 and srf10
  2017-08-14 10:39   ` Andreas Klinger
@ 2017-08-14 12:37     ` Wolfram Sang
  2017-08-17 14:30       ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2017-08-14 12:37 UTC (permalink / raw)
  To: Andreas Klinger
  Cc: jic23, knaack.h, lars, pmeerw, linux-iio, robh+dt, mark.rutland,
	linux-i2c, devicetree, linux-kernel

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

On Mon, Aug 14, 2017 at 12:39:18PM +0200, Andreas Klinger wrote:
> Wolfram Sang <wsa@the-dreams.de> schrieb am Mon, 14. Aug 11:11:
> > On Mon, Aug 14, 2017 at 10:59:41AM +0200, Andreas Klinger wrote:
> > > add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> > > 
> > > Signed-off-by: Andreas Klinger <ak@it-klinger.de>
> > > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > > ---
> > >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++
> > 
> > Again: This file has moved since v4.12-rc1. Please rebase to v4.12 or
> > even v4.13-rc5.
> > 
> 
> Then i split the patch series up in two parts:
> - patch with only device tree binding against >= v4.12
> - everything else as patch series against git tree of IIO
> 
> Ok?

Wooha, the master branch of iio.git is at v4.11? I see. So, this is the
culprit, sorry! @Jonathan: is that the branch people should develop on,
or is it your testing branch?


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

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

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

On Mon, 14 Aug 2017 14:37:26 +0200
Wolfram Sang <wsa@the-dreams.de> wrote:

> On Mon, Aug 14, 2017 at 12:39:18PM +0200, Andreas Klinger wrote:
> > Wolfram Sang <wsa@the-dreams.de> schrieb am Mon, 14. Aug 11:11:  
> > > On Mon, Aug 14, 2017 at 10:59:41AM +0200, Andreas Klinger wrote:  
> > > > add trivial device tree binding "devantech,srf02" and "devantech,srf10"
> > > > 
> > > > Signed-off-by: Andreas Klinger <ak@it-klinger.de>
> > > > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > > > ---
> > > >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++  
> > > 
> > > Again: This file has moved since v4.12-rc1. Please rebase to v4.12 or
> > > even v4.13-rc5.
> > >   
> > 
> > Then i split the patch series up in two parts:
> > - patch with only device tree binding against >= v4.12
> > - everything else as patch series against git tree of IIO
> > 
> > Ok?  
> 
> Wooha, the master branch of iio.git is at v4.11? I see. So, this is the
> culprit, sorry! @Jonathan: is that the branch people should develop on,
> or is it your testing branch?
> 
Yeah, that's a dead end really.  Mostly developing against latest
mainline is the best bet (or latest recentish version).

Last time I tried to delete the master branch I think it broke the
web interface on kernel.org as it didn't know what branch to default
to.  Not tried it for a while.

Anyhow, I just pushed out my upstream as master so it should now be
a fairly random pull I did of Greg's tree but will include everything
that is in linux-next from IIO.

I'll try and remember to do that when I fast forward after he
has taken a pull request.

Jonathan

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

end of thread, other threads:[~2017-08-17 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-14  8:59 [PATCH v2 1/5] iio: srf08: add device tree binding for srf02 and srf10 Andreas Klinger
2017-08-14  9:11 ` Wolfram Sang
2017-08-14 10:39   ` Andreas Klinger
2017-08-14 12:37     ` Wolfram Sang
2017-08-17 14:30       ` Jonathan Cameron

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).