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 8827030CD85; Sat, 30 Aug 2025 17:23:13 +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=1756574593; cv=none; b=uTMJmvAiunETqsfcrMraVuyvM6JbVsbTw2tUhV6aIfQM8JQvc6aSi4UuG1lC3Z2M/YQjlT8usT6G1q8TX5Z/CtQA74+o722Pg7JTAn2vEgVHK0uC+8mvzAOp3+LK+IHDzEaAKeEZNechyISPK2s6hbLkAXd3d1bDtYZPg9ITHsU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756574593; c=relaxed/simple; bh=1NcaIPLg7cth9p3PDPENJVLZrRgHc2aPhsx7wElu7fs=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=s/WIE81yAqLzjwr9O2OPOQO0yTIKciZK0vyLspLlDyxIljThksBzNNQziNJ72cd6Fb9eEoe9knH3RDYe6a6tqyGplZQ+wVPXR8wG7tNIM+Z6j7sL1P193IJ5/mRO4T0Udasfxis6lw++5awxW2d62nzlylxnfX7T8VL229iFvi4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=M1EhjW6Q; 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="M1EhjW6Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7C7AC4CEF1; Sat, 30 Aug 2025 17:23:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756574593; bh=1NcaIPLg7cth9p3PDPENJVLZrRgHc2aPhsx7wElu7fs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=M1EhjW6QFsLCDs7TjHCvDNKpNArgx9opsYgv9sEkUJf+qvwNedBi45Stn8RJuPMIB dzYfejC8LeYjCW+Dap2Hm22QbB5YCD+cH+ae5wppxBTovVTuP2KM745eur2Z8Z5+92 4MyzFqHVG/HSxSsSaBADiLCkZVSIjaQAdQl7egl84pGOUTyeB6wa9Drfilu8K6A1By rKsctX6Y1Ew4uDSDnJOXGeeEvOotk3NIWO3JWVJ7PNZB92g+FxQhukCCL3lkBnie4v T7ohm6VOJYvliZ9qoYuV5LVfgcl4fcUCfQQUu5dja5TUros7yLaUUijMCt/7YiEuAI QkIGPk0HMEbNg== Date: Sat, 30 Aug 2025 18:23:04 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Gustavo Silva , lanzano.alex@gmail.com, dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/4] BMI270: Add support for step counter and motion events Message-ID: <20250830182304.2365e320@jic23-huawei> In-Reply-To: References: <20250830115858.21477-1-gustavograzs@gmail.com> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.50; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 30 Aug 2025 15:36:52 +0300 Andy Shevchenko wrote: > On Sat, Aug 30, 2025 at 2:58=E2=80=AFPM Gustavo Silva wrote: > > > > This series adds support for step counter and motion events using > > interrupts in the BMI270 driver. > > > > The step counter can be enabled, disabled, and configured with a > > watermark, all from userspace. > > > > Any-motion and no-motion events are generated by detecting changes > > in acceleration on each axis. > > =20 >=20 > > Sorry for the delay in sending v5. > > As a reminder, patches 1 and 2 were already accepted in v3. =20 >=20 > Right, and this series has confusing patch numbering. Please, make > sure you send all the patches that are mentioned in the numbers, or > correct numbers. I even don't know if `b4` by default can handle this > (yes, it can if one manually passes the numbers of the patches to > take). >=20 Absolutely agree. Don't worry about patch numbers matching cross versions. It's common for them to change for this reason or because things got split up, merged, spun around etc so normally we make no attempt to keep them constant. J