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 B9E64C6FA86 for ; Wed, 14 Sep 2022 09:35:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231340AbiINJfO (ORCPT ); Wed, 14 Sep 2022 05:35:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231289AbiINJer (ORCPT ); Wed, 14 Sep 2022 05:34:47 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 845406FA2D; Wed, 14 Sep 2022 02:30:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663147824; x=1694683824; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=T5jnO+Ie7Vt0jOGwvqFmCe1MFW3TbQr61mse3YdukZo=; b=eGDE03LHGAbn/tcfCVuye7GpCSt8hYlsxf4v1NktlWtsPyr35v8rPRFp KpGO1MtQWqQ7CLLVB+5Dz30tfQt1iFZ+LhWWJUJhrMWeZ8um49IxeGngT a8maUVicoCxR7PJQT15HNCq/Mez7AFAn52W5FECxjvZbaPffzfFp8g04Q LHFCqhEX8FgwM8LTiBvUecjqCWq9fJ5fPbJkd32pOKOJRy48VbzNEXA4Z cj5GfixH+A7nwYW+DEUx+1oExDwDwAnotGT28C13umxixj23FSkOkMcer 1S4B7imSe5dm9lqnCCi5p1EimihDX0EEXCOWUnrGWWkUXAfVWkupjDWt4 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10469"; a="297113161" X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="297113161" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 02:30:23 -0700 X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="861879636" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 02:30:21 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oYOio-0028Sm-1M; Wed, 14 Sep 2022 12:30:18 +0300 Date: Wed, 14 Sep 2022 12:30:18 +0300 From: Andy Shevchenko To: Angel Iglesias Cc: linux-iio , Jonathan Cameron , Lars-Peter Clausen , Nikita Yushchenko , Paul Cercueil , Ulf Hansson , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 7/9] iio: pressure: bmp280: Add support for BMP380 sensor family Message-ID: References: <00db702daded3ba25efe4cd44c5a79ffb735434e.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <00db702daded3ba25efe4cd44c5a79ffb735434e.camel@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 13, 2022 at 11:19:37PM +0200, Angel Iglesias wrote: > On Tue, 2022-09-13 at 19:46 +0300, Andy Shevchenko wrote: > > On Tue, Sep 13, 2022 at 01:52:13AM +0200, Angel Iglesias wrote: ... > > >   * > > > https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP180-DS000-121.pdf > > >   * > > > https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-12.pdf > > >   * > > > https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf > > > + * > > > https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf > > >   */ > > > > Shouldn't it be based on your patch to fix the links? > > > I thought of adding the patch fixing the links as a prerequisite commit, but in > the end decided to keep the patchsets independent to avoid codependencies. I see, then whatever Jonathan decides. -- With Best Regards, Andy Shevchenko