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 D32E8C433EF for ; Thu, 14 Apr 2022 13:12:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243714AbiDNNO2 (ORCPT ); Thu, 14 Apr 2022 09:14:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237774AbiDNNOW (ORCPT ); Thu, 14 Apr 2022 09:14:22 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1550F8BF34; Thu, 14 Apr 2022 06:11:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649941917; x=1681477917; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Rth1ilqw2lJonZwF4fGONQs8He2Eo1fqnNtw84ypeRs=; b=ewUeJPKCCjgSD5GbulMpZP/kVkHKlnp0LkRjTzr/eYH2nSOxkcvaretp wVfnEDrsFHWTLxNJOjrxDnHRgTaYNUrd3jMP+hOOqTR7pVvnfQP8OO7fm O4joANIZ1g2ACqLpWjxwQORi6N+UJDy803ZY+oCfuv8DZeTpFhw1E2ujn iXuYmdznYbYYq98P/G7Es8NRgW4PG92tygceOVVaafb902XkbopgV0JFB VVMWAblmWrgBKm1iv29QnjC75gzf83+7IH3bjY2ZmqemmfRPOdHGnQP+2 2UO9sOmd3moJOesVTgJmt93Jam49+BIxftakCajoEYCVr8QyLeMOYEK3O Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10316"; a="323369780" X-IronPort-AV: E=Sophos;i="5.90,259,1643702400"; d="scan'208";a="323369780" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2022 06:11:56 -0700 X-IronPort-AV: E=Sophos;i="5.90,259,1643702400"; d="scan'208";a="645618549" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2022 06:11:54 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nezGJ-002KN7-RN; Thu, 14 Apr 2022 16:11:51 +0300 Date: Thu, 14 Apr 2022 16:11:51 +0300 From: Andy Shevchenko To: Nuno =?iso-8859-1?Q?S=E1?= Cc: "Sa, Nuno" , "linux-iio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Lars-Peter Clausen , "Hennerich, Michael" , Jonathan Cameron Subject: Re: [PATCH v1 3/3] iio: imu: adis16480: Fix getting the optional clocks Message-ID: References: <20220413144124.72537-1-andriy.shevchenko@linux.intel.com> <20220413144124.72537-3-andriy.shevchenko@linux.intel.com> <03fa4823b820b3eb2499a002a7570e79641b4a78.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: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 14, 2022 at 03:48:42PM +0300, Andy Shevchenko wrote: > On Thu, Apr 14, 2022 at 09:07:29AM +0200, Nuno Sá wrote: > > On Wed, 2022-04-13 at 19:58 +0300, Andy Shevchenko wrote: ... > > (But I still think the commit message is a bit misleading) > > Yes, the commit message can be amended. I won't split these two since > the fix part is not critical (nobody so far complained aloud about it). > That's why I prefer to set the main point of the change as switching to > devm_clk_get_optional() than deferred probe messages. That said, I will amend it for v2. Thank you for review! -- With Best Regards, Andy Shevchenko