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 E3577C433EF for ; Tue, 3 May 2022 10:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234160AbiECKYW (ORCPT ); Tue, 3 May 2022 06:24:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230367AbiECKYQ (ORCPT ); Tue, 3 May 2022 06:24:16 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65C6E17E0B; Tue, 3 May 2022 03:20:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651573245; x=1683109245; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=phdN5nG74i5taBguDD63jVJlL/xdPUdJNmc8pS9IWYU=; b=PF6dLeCduqg8f+7/k2oHaKxhxlA1Ftb9NXTKkOOTeDMkdbjmSOpM9vAi YlrTwS48ZoXE/v0QtxMRLhieDFdNQpRR5T0iONpvG0XIWqSDCMnuOwbP5 hUgT465IMHW+33jQF6xCTgagUHhydUwUKx198BUaU6m3jKl1ou2GOA9Be lrcLKSfOpKgy5de5BOC5Y0EPAJBwUti5wpkOY5hGsnTI6ghgVEB9wSr29 rCDzoDSp5xpUAWdJWvODNr5EAZqkut9b8yCRTPxGenNRTyTgUnrU870Bb fB0Ff84aRU3We5SyIO/tn4Cp83xL5K22DHtWutiaQwlOAhmflpFl0RJQ/ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10335"; a="247990294" X-IronPort-AV: E=Sophos;i="5.91,194,1647327600"; d="scan'208";a="247990294" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 May 2022 03:20:45 -0700 X-IronPort-AV: E=Sophos;i="5.91,194,1647327600"; d="scan'208";a="733856740" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 May 2022 03:20:42 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nlpe3-00BOzE-OL; Tue, 03 May 2022 13:20:39 +0300 Date: Tue, 3 May 2022 13:20:39 +0300 From: Andy Shevchenko To: Jonathan Cameron Cc: linux-iio@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen , Maxime Coquelin , Alexandre Torgue , Fabrice Gasnier Subject: Re: [PATCH v1 1/1] iio: trigger: stm32-lptimer-trigger: Make use of device properties Message-ID: References: <20220413185656.21994-1-andriy.shevchenko@linux.intel.com> <20220428193304.016c46a3@jic23-huawei> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220428193304.016c46a3@jic23-huawei> 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 28, 2022 at 07:33:04PM +0100, Jonathan Cameron wrote: > On Wed, 13 Apr 2022 21:56:56 +0300 > Andy Shevchenko wrote: > > > Convert the module to be property provider agnostic and allow > > it to be used on non-OF platforms. > > > > Signed-off-by: Andy Shevchenko > > MAINTAINERS entry for this one uses extensive wild cards so may > escape scripts... > > +CC Fabrice. Thanks! Not sure it might break anything, it's quite straightforward conversion. -- With Best Regards, Andy Shevchenko