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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C331EECAAD8 for ; Sun, 18 Sep 2022 17:30:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229473AbiIRRat (ORCPT ); Sun, 18 Sep 2022 13:30:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbiIRRas (ORCPT ); Sun, 18 Sep 2022 13:30:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98EA013EBF; Sun, 18 Sep 2022 10:30:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2BB9F6160E; Sun, 18 Sep 2022 17:30:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60E9FC433D6; Sun, 18 Sep 2022 17:30:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663522246; bh=9bN4Sb6zWpLjEIEJ93UIyNQBpe7ibahRuy5/W0f0PMo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tUt7AsytnOHNhH6ka+yWLnmFH6/X035Qlo6kPaJJSEu1PDkzkPASZ3B9QVjHP4eUo Dlp3rW7rqmTIEIma43BW+yaX0AC3rCtONmMY+DsijX+p497Le8x7sN+7PBZ7ygstFe QSmym++KMrCTZwSB2Vlw3DOEYcFrTKHCpCL/1QAXBMCyL5flvcbj87mrOR0PncydJK 9jWN64vthnqHyX5CW0O/3LoV+oJoitqHQhG0pV0weoHrrWA0cab2C1XNXQ4DRt61OQ pCe5BRVWqbx5KwoE3TtXSIEg8YBOrHkA6G+9i0eWhvpV7sqywqA+E2U18KQL35EUy4 qFtI3qna63+/A== Date: Sun, 18 Sep 2022 18:30:48 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Andrea Merello , Mauro Carvalho Chehab , linux-iio , Linux Kernel Mailing List , devicetree , Lars-Peter Clausen , Rob Herring , Matt Ranostay , Alexandru Ardelean , jmondi , Andrea Merello , Bagas Sanjaya Subject: Re: [v7 00/14] Add support for Bosch BNO055 IMU Message-ID: <20220918183048.3eb64f40@jic23-huawei> In-Reply-To: References: <20220907132205.28021-1-andrea.merello@iit.it> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; 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, 7 Sep 2022 17:12:09 +0300 Andy Shevchenko wrote: > On Wed, Sep 7, 2022 at 4:22 PM wrote: > > > > From: Andrea Merello > > > > This series (tries to) add support for Bosch BNO055 IMU to Linux IIO > > subsystem. It is made up several patches: > > > These > > > iio: imu: add Bosch Sensortec BNO055 core driver > > > iio: imu: add BNO055 serdev driver > > are huge and I will look at them later on. > I've taken another look at those and think that anything that comes up should be minor enough we should fix / tidy up as follow on patches. I'd like to get this some build coverage as it's big and complex. Hence I've applied it to the togreg branch of iio.git / pushed out as testing. More comments still welcome! Andy, if you get time to look at those two large patches, that would still be great + thanks for all your work reviewing this series and in general - it's a great help to me in keeping up with things. Note I'll be rebasing that tree in the near future to get some dependencies for other sets. Andrea, nice work getting support in place for this complex / buggy / messy device :) Jonathan > -- > With Best Regards, > Andy Shevchenko