All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Lukas Wunner <lukas@wunner.de>, Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	Mathias Duckeck <m.duckeck@kunbus.de>,
	Phil Elwell <phil@raspberrypi.org>,
	Oskar Andero <oskar.andero@gmail.com>,
	Andrea Galbusera <gizero@gmail.com>,
	Akinobu Mita <akinobu.mita@gmail.com>,
	Manfred Schlaegl <manfred.schlaegl@gmx.at>,
	Michael Welling <mwelling@ieee.org>,
	Soeren Andersen <san@rosetechnology.dk>,
	linux-iio@vger.kernel.org
Subject: Re: [PATCH v2 5/6] iio: adc: mcp320x: Add support for mcp3550/1/3
Date: Sun, 8 Oct 2017 11:30:13 +0100	[thread overview]
Message-ID: <20171008113013.1b627589@archlinux> (raw)
In-Reply-To: <1EB45962-79DA-41DF-ACB7-68D820710B88@jic23.retrosnub.co.uk>

On Wed, 04 Oct 2017 21:53:07 +0100
Jonathan Cameron <jic23@jic23.retrosnub.co.uk> wrote:

> On 4 October 2017 20:50:37 BST, Lukas Wunner <lukas@wunner.de> wrote:
> >On Sun, Sep 10, 2017 at 05:15:14PM +0100, Jonathan Cameron wrote:  
> >> On Sat, 9 Sep 2017 20:32:41 +0200 Lukas Wunner <lukas@wunner.de>  
> >wrote:  
> >> > These ADCs are marketed as single-channel 22 bit delta-sigma ADCs,  
> >but  
> >> > in reality their resolution is 21 bit with an overrange or  
> >underrange  
> >> > of 12% beyond Vref.  In other words, "full scale" means +/- 2^20.  
> >[snip]  
> >> 
> >> Excellent.  Applied to the togreg branch of iio.git and pushed out as
> >> testing.  
> >
> >Just a gentle reminder, this patch isn't on your kernel.org branches
> >yet.
> >I assumed the reason was a dependency / merge conflict with my two
> >patches
> >on the fixes-togreg branch and you were waiting for them to be in
> >upstream.
> >They have landed in Linus' tree yesterday, I'm not sure if anything
> >else is
> >necessary (backmerge or some such).
> >
> >Thanks,
> >
> >Lukas  
> 
> Will investigate.  Odd that I didn't mention waiting for dependencies...  If necessary it may
>  be another week or so for it to propagate back to the IIO tree.
> 
OK.  Looks like you were correct - this is waiting on the fixes to work
their way back into my tree.  After the next rc is out (first one with these
in as they aren't in rc3) I'll ask Greg if he is willing to do a merge
with mainline as I have a load of ST patches queued up waiting for
some fixes as well.  Right now I'm deliberately not pushing out a non
rebasing branch like I normally would - so as to be able to rebase on
these fixes when they become available in Greg's tree.

Thanks and sorry about the completely incorrect email I sent previously
saying I'd applied these.

Jonathan

> Jonathan
> 
> >--
> >To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> >the body of a message to majordomo@vger.kernel.org
> >More majordomo info at  http://vger.kernel.org/majordomo-info.html  
> 


  reply	other threads:[~2017-10-08 10:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-09 18:32 [PATCH v2 0/6] IIO driver for MCP3550/1/3 Lukas Wunner
2017-09-09 18:32 ` Lukas Wunner
2017-09-09 18:32 ` [PATCH v2 6/6 INFORMATIONAL/RFT] iio: adc: mcp320x: Support continuous conversion mode Lukas Wunner
2017-09-09 18:32 ` [PATCH v2 4/6] dt-bindings: iio: adc: mcp320x: Update for mcp3550/1/3 Lukas Wunner
2017-09-09 18:32   ` Lukas Wunner
2017-09-10 16:16   ` Jonathan Cameron
2017-09-10 16:16     ` Jonathan Cameron
2017-09-18 20:27   ` Rob Herring
2017-09-18 20:27     ` Rob Herring
2017-09-09 18:32 ` [PATCH v2 1/6] iio: adc: mcp320x: Speed up readout of single-channel ADCs Lukas Wunner
2017-09-10 16:08   ` Jonathan Cameron
2017-09-09 18:32 ` [PATCH v2 3/6] iio: adc: mcp320x: Document struct mcp320x Lukas Wunner
2017-09-10 16:12   ` Jonathan Cameron
2017-09-09 18:32 ` [PATCH v2 2/6] iio: adc: mcp320x: Drop unnecessary of_device_id attributes Lukas Wunner
2017-09-10 16:10   ` Jonathan Cameron
2017-09-09 18:32 ` [PATCH v2 5/6] iio: adc: mcp320x: Add support for mcp3550/1/3 Lukas Wunner
2017-09-10 16:15   ` Jonathan Cameron
2017-10-04 19:50     ` Lukas Wunner
2017-10-04 20:53       ` Jonathan Cameron
2017-10-08 10:30         ` Jonathan Cameron [this message]
2017-10-09  7:54           ` Lukas Wunner
2017-10-09 19:55             ` 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=20171008113013.1b627589@archlinux \
    --to=jic23@kernel.org \
    --cc=akinobu.mita@gmail.com \
    --cc=gizero@gmail.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=m.duckeck@kunbus.de \
    --cc=manfred.schlaegl@gmx.at \
    --cc=mwelling@ieee.org \
    --cc=oskar.andero@gmail.com \
    --cc=phil@raspberrypi.org \
    --cc=pmeerw@pmeerw.net \
    --cc=san@rosetechnology.dk \
    /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.