From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E629C4709A for ; Thu, 3 Jun 2021 17:17:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 205906108E for ; Thu, 3 Jun 2021 17:17:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232380AbhFCRTE (ORCPT ); Thu, 3 Jun 2021 13:19:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:50504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232694AbhFCRRZ (ORCPT ); Thu, 3 Jun 2021 13:17:25 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C8A96108E; Thu, 3 Jun 2021 17:12:08 +0000 (UTC) Date: Thu, 3 Jun 2021 18:13:51 +0100 From: Jonathan Cameron To: Linus Walleij Cc: Stephan Gerhold , Lars-Peter Clausen , Peter Meerwald , linux-iio Subject: Re: [PATCH 2/2] iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidth Message-ID: <20210603181351.3bfba96b@jic23-huawei> In-Reply-To: References: <20210526094408.34298-1-stephan@gerhold.net> <20210526094408.34298-3-stephan@gerhold.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 26 May 2021 14:12:44 +0200 Linus Walleij wrote: > On Wed, May 26, 2021 at 11:44 AM Stephan Gerhold wrote: > > > According to the BMA253 datasheet [1] and BMA250 datasheet [2] BMA25x > > also supports a bandwidth of 500 Hz and 1000 Hz but this was not listed > > in the driver for some reason. > > > > Add it to the bw_table to make the driver match the datasheet. > > > > [1]: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bma253-ds000.pdf > > [2]: https://datasheet.octopart.com/BMA250-Bosch-datasheet-15540103.pdf > > > > Cc: Peter Meerwald > > Cc: Linus Walleij > > Signed-off-by: Stephan Gerhold > > Reviewed-by: Linus Walleij Applied to the togreg branch of iio.git and pushed out as testing for 0-day and any friends to play with. Thanks, Jonathan > > Yours, > Linus Walleij