From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7BC172F3E; Sat, 19 Oct 2024 13:55:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729346127; cv=none; b=Q+6ARyGP0RGFY8I6Phn6D2B4XxiAt9CP9MSimYRP3cTc5AYzV4O2d2BKk4rHeNMSRxJDocWlSUfhlKIW+C0aXdJXOWz9vE5UhnEfnb3NB20O6Qwq8CEC+uy9sZ04Dhp5aHzJCGZA6zYkAYHjxWlYUaYpoy1aaJi1DqCc0D26Z7Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729346127; c=relaxed/simple; bh=zumrPbhqF+Wg2/vD3Uex3r2TyNNpKk7KfAyiRdrjxT0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=duby+iHLR3ZFKGEpJuWXTDLZ7M3jFi+3Wn7i/Glp5D4BQSxqgtPSkdvqekg2OANfFnwuAj/iYWR8foP4/QHrv7olTDw0lwbn4b9NKt1JSB1kvqCIzA+OXa3HCPx8b2EdUu4nnCQMoJ4bYFCZoAbesJln3PK7V5pgYKZ9QBecTkY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Obc6rqY2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Obc6rqY2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 997C7C4CEC5; Sat, 19 Oct 2024 13:55:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729346127; bh=zumrPbhqF+Wg2/vD3Uex3r2TyNNpKk7KfAyiRdrjxT0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Obc6rqY2ShEaFb5QMUfeYMLUyho5V3YwN17VaTs8iFSpALGGHmesL7A/T05udpH0U XZ9JPFl8Lcot3yF4GffKv1cXX1D4sOQX8GZNSEIld5HfGj6vU0+G5n2F1TaM1HBRAB PCwc2obv/eC40bhtwnsgJ4BobsGInge5fW8l9Fj9VSRI506LqtWv9CPaDH/dP8Pa6i QhIiFsW7Zfik1PhEF2wO/bkWYxqhSnUK7wUX+xeICzJyaL/sNXOaR3goG1Ieu2dF/F e0OuODziC7jwb8WOwtK7HLsnARO/iJQjZmkXM3CxD/1UhovyBqhgJRukLVi+ndj9j3 rBw/9Lud4+w9g== Date: Sat, 19 Oct 2024 14:55:07 +0100 From: Jonathan Cameron To: Vasileios Amoiridis Cc: lars@metafoo.de, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, andriy.shevchenko@linux.intel.com, ang.iglesiasg@gmail.com, ajarizzo@gmail.com, biju.das.jz@bp.renesas.com, linus.walleij@linaro.org, semen.protsenko@linaro.org, 579lpy@gmail.com, ak@it-klinger.de, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 0/4] pressure: bmp280: Minor cleanup and interrupt support Message-ID: <20241019145507.3a9a8956@jic23-huawei> In-Reply-To: <20241017233022.238250-1-vassilisamir@gmail.com> References: <20241017233022.238250-1-vassilisamir@gmail.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 18 Oct 2024 01:30:18 +0200 Vasileios Amoiridis wrote: > Changes in v9: > > PATCH 1/4: > - fixed warning of uninitialized variable that was generated by > the kernel test robot in v8. > > PATCH 4/4: > - Remove extra lock and unneeded reenable function since the irq is > being reset on the first read in the irq handler. Applied to the togreg branch of iio.git and pushed out as testing for the normal reasons. Note I'll probably rebase that tree in a few days to pick up some precusor fixes needed for another series. Jonathan > > --- > v8: https://lore.kernel.org/linux-iio/20241007194945.66192-1-vassilisamir@gmail.com > v7: https://lore.kernel.org/linux-iio/20240914002900.45158-1-vassilisamir@gmail.com > v6: https://lore.kernel.org/linux-iio/20240912233234.45519-1-vassilisamir@gmail.com > v5: https://lore.kernel.org/linux-iio/20240902184222.24874-1-vassilisamir@gmail.com > v4: https://lore.kernel.org/linux-iio/20240828205128.92145-1-vassilisamir@gmail.com > v3: https://lore.kernel.org/linux-iio/20240823181714.64545-1-vassilisamir@gmail.com > v2: https://lore.kernel.org/linux-iio/20240725231039.614536-1-vassilisamir@gmail.com > v1: https://lore.kernel.org/linux-iio/20240711211558.106327-1-vassilisamir@gmail.com > > Vasileios Amoiridis (4): > iio: pressure: bmp280: Use sleep and forced mode for oneshot captures > dt-bindings: iio: pressure: bmp085: Add interrupts for BMP3xx and > BMP5xx devices > iio: pressure: bmp280: Add data ready trigger support > iio: pressure: bmp280: Move bmp085 interrupt to new configuration > > .../bindings/iio/pressure/bmp085.yaml | 22 +- > drivers/iio/pressure/bmp280-core.c | 536 ++++++++++++++++-- > drivers/iio/pressure/bmp280-i2c.c | 4 +- > drivers/iio/pressure/bmp280-spi.c | 4 +- > drivers/iio/pressure/bmp280.h | 43 ++ > 5 files changed, 568 insertions(+), 41 deletions(-) >