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 X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=BAYES_00,DKIM_ADSP_NXDOMAIN, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65545C11F66 for ; Tue, 13 Jul 2021 09:00:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BF0D61374 for ; Tue, 13 Jul 2021 09:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234812AbhGMJCx (ORCPT ); Tue, 13 Jul 2021 05:02:53 -0400 Received: from mga03.intel.com ([134.134.136.65]:50724 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234121AbhGMJCv (ORCPT ); Tue, 13 Jul 2021 05:02:51 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10043"; a="210171049" X-IronPort-AV: E=Sophos;i="5.84,236,1620716400"; d="scan'208";a="210171049" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2021 01:59:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,236,1620716400"; d="scan'208";a="429975769" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga002.jf.intel.com with ESMTP; 13 Jul 2021 01:59:55 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 27E64FF; Tue, 13 Jul 2021 12:00:21 +0300 (EEST) Date: Tue, 13 Jul 2021 12:00:21 +0300 From: Andy Shevchenko To: Vaibhav Gupta Cc: linux-kernel-mentees@lists.linuxfoundation.org, skhan@linuxfoundation.org, bjorn@helgaas.com, andy@kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com, rjw@rjwysocki.net, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Linux-kernel-mentees] [PATCH v1] gpio: ml: ioh: Convert to dev_pm_ops Message-ID: References: <20200402155057.30667-1-vaibhavgupta40@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200402155057.30667-1-vaibhavgupta40@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 02, 2020 at 09:20:58PM +0530, Vaibhav Gupta wrote: > Convert the legacy callback .suspend() and .resume() > to the generic ones. Pushed to my review and testing queue with some amendments, thanks! -- With Best Regards, Andy Shevchenko