From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:57074 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955AbcGCJ3u (ORCPT ); Sun, 3 Jul 2016 05:29:50 -0400 Subject: Re: [PATCH v2 3/7] iio:st_pressure: document sampling gains To: Gregor Boirie , Linus Walleij References: <57723851.2070403@parrot.com> Cc: "linux-iio@vger.kernel.org" , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Denis Ciocca , Giuseppe Barba , Crestez Dan Leonard From: Jonathan Cameron Message-ID: Date: Sun, 3 Jul 2016 10:29:46 +0100 MIME-Version: 1.0 In-Reply-To: <57723851.2070403@parrot.com> Content-Type: text/plain; charset=utf-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 28/06/16 09:41, Gregor Boirie wrote: > Linus, > > On 06/27/2016 06:44 PM, Linus Walleij wrote: >> On Mon, Jun 27, 2016 at 12:38 PM, Gregor Boirie >> wrote: >> >>> Details scaling factors and offsets applied to raw temperature and pressure >>> samples. >>> >>> Signed-off-by: Gregor Boirie >> I try to apply the patches on top of Jonathan's 4.8a branch, but I >> fail when I get to this patch like this: >> >> $ git am 03.patch >> Applying: iio:st_pressure: document sampling gains >> error: patch failed: drivers/iio/pressure/st_pressure_core.c:28 >> error: drivers/iio/pressure/st_pressure_core.c: patch does not apply >> Patch failed at 0001 iio:st_pressure: document sampling gains >> The copy of the patch that failed is found in: >> /home/linus/linux-iio/.git/rebase-apply/patch >> When you have resolved this problem, run "git am --continue". >> If you prefer to skip this patch, run "git am --skip" instead. >> To restore the original branch and stop patching, run "git am --abort". > yep. it seems the patch "iio:st_pressure: fix sampling gains (bring inline with ABI)" > is not applied onto togreg branch. > >> >> Can you rebase/make sure they all apply on the 4.8a or so so that >> I can test them? >> >> Or do you have a git branch I can just pull and test? > Please, find a rebase onto togreg branch with current interrupts related patches > applied (without the "harden interrupt handling" stuff) here : > https://github.com/grgbr/linux-iio/tree/iio-togreg-lps22hb Hi Linus, Any luck with testing these? They apply cleanly on the tree now as the fix has worked it's way into staging-next and hence back to iio.git after the last pull. Jonathan >> >> Yours, >> Linus Walleij >