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 3BADAC43334 for ; Wed, 6 Jul 2022 20:59:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232688AbiGFU7I (ORCPT ); Wed, 6 Jul 2022 16:59:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229768AbiGFU7H (ORCPT ); Wed, 6 Jul 2022 16:59:07 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1FC5713FAA; Wed, 6 Jul 2022 13:59:07 -0700 (PDT) Received: from [192.168.2.145] (109-252-119-232.nat.spd-mgts.ru [109.252.119.232]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id E917866019AA; Wed, 6 Jul 2022 21:59:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657141145; bh=H/HG1e/569OaTdx0xbD3L+HJ2G9cbLOSEVZ97mKSIe8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=LagYYZfOTkqzm1LQV6e+CoS9Fa0hDGYBBLMwfwL9n7k3pw2FOj5wfDhYZgteyXEkD lnG0uSrlqhRn44kFgcomKnWD3sWjYwbC9yfIhX4GLNdmA/pjuWlN40zgG4XQitz8QC ngWO0IzX8hQNjCgdQaIueo0jYAzBIsRfANakjSq1LjM3qEKo9hKAon/An6u9DyubSb xeqPfaJ/h7jl0tbdQM5FjdwqiGeC9JDZLxfUotM/eT6fTF2yGCn0pDTl0M81WpM7xs RG5dq/cRwtmvoxjDINMSgduKAlTHQUcVBOooXuMESwZzKjf9l9RYeuU6z4cZ3uHs4p NGFmpbn906S2g== Message-ID: <49dc9958-7fa3-5150-bf4c-559c5f4cdc70@collabora.com> Date: Wed, 6 Jul 2022 23:59:02 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v6 2/2] iio: light: Add support for ltrf216a sensor Content-Language: en-US To: Shreeya Patel , jic23@kernel.org, lars@metafoo.de, robh+dt@kernel.org, Zhigang.Shi@liteon.com, krisman@collabora.com Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, alvaro.soliverez@collabora.com, andy.shevchenko@gmail.com, digetx@gmail.com, kernel test robot References: <20220615135130.227236-1-shreeya.patel@collabora.com> <20220615135130.227236-3-shreeya.patel@collabora.com> From: Dmitry Osipenko In-Reply-To: <20220615135130.227236-3-shreeya.patel@collabora.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On 6/15/22 16:51, Shreeya Patel wrote: > +static DEFINE_SIMPLE_DEV_PM_OPS(ltrf216a_pm_ops, ltrf216a_runtime_suspend, > + ltrf216a_runtime_resume); static DEFINE_RUNTIME_DEV_PM_OPS(ltrf216a_pm_ops, ltrf216a_runtime_suspend, ltrf216a_runtime_resume, NULL); -- Best regards, Dmitry