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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 A9F92C433E0 for ; Tue, 2 Feb 2021 19:30:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75EBF64E49 for ; Tue, 2 Feb 2021 19:30:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239682AbhBBTaW (ORCPT ); Tue, 2 Feb 2021 14:30:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239785AbhBBT3B (ORCPT ); Tue, 2 Feb 2021 14:29:01 -0500 Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F9B0C06174A for ; Tue, 2 Feb 2021 11:28:20 -0800 (PST) Received: by mail-lf1-x136.google.com with SMTP id a12so29675451lfb.1 for ; Tue, 02 Feb 2021 11:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ppyhT04tHHxwR+mDoskGjB2AeZvItaZVawlIMQ7teiI=; b=YhfiDsLHO9V0DeZnZYcMh6zo7TDWvINCnh/217UqSekFvJWrtQ5YLN8hCGSfhAzBDP Qw0Xb/Y/LtU36ClS1Hrhhgblx6by+p9v9OTKKC7ROMcNM2CkB5SB5zIWWNu6sYW9aE2V 6pj3E1ZR6SCIoAM8CPy1VKd1gxHUYuqNB0JTajGIC+28yin5fL1Xl2Cr7F0aCrbvsFFn Fs7+CbaiGIvbbAM5PO3mwnClg7zeYBJ6MfnNoSk7abrdV1f+jCAiqTq842z0cBhXlWcW N6WRpLfIm1mO4nlcnueNtjeNgjBgt3Rem9ASNmR4/6/B0uppd6qIB9NfaB2tB9hAlS3A o6bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ppyhT04tHHxwR+mDoskGjB2AeZvItaZVawlIMQ7teiI=; b=JfrqE5JwPwDb0Vr4/u5fkFpVxdG9agAs/H9RbjCDegKv9m7oUl3+9eZogngqh5ct4B pfZXM1r1hjonio32q7dWLpvWmoWspkV/y7L2cejRi9UFxkG5pWsl8j1KeU1NhcC71umo 0q8zY4sGSBPH49PVxLbVpQgA36+A5OPWTEo/rgUKBQ9MiZd37WIfzoodJtMOOiZLb1N1 jWgucJ6CcgDVDhGEIHcvam+/fdEjDFii8+LTN+8VWJOfd6CCKjLVwzNEEKkN6dOOdXMY 34q07mk0Q+EnR7Duse41D+VB+wr6VvJbCnheDRsKInfxj4hmmh8CQVqrk08QChr6vMAS bA7A== X-Gm-Message-State: AOAM531zKLVKTVsyWot4smJgDHAdVTVV6723/hH5KEyEic18DDPhblii fZt/1TFhqxUGY2o3S3TmGr8TB1aZkJx/RQVnQzsCwQ== X-Google-Smtp-Source: ABdhPJxE2IM/VAXC9rSTVwJm52slElSr+ueiKZce9TAly0m3+poBzWJkFqodfcU0T7cxjYvosSqoAaPrWwAzcJpUfr8= X-Received: by 2002:a19:600e:: with SMTP id u14mr11571338lfb.465.1612294098520; Tue, 02 Feb 2021 11:28:18 -0800 (PST) MIME-Version: 1.0 References: <1611930410-25747-1-git-send-email-srinivas.neeli@xilinx.com> <1611930410-25747-5-git-send-email-srinivas.neeli@xilinx.com> In-Reply-To: <1611930410-25747-5-git-send-email-srinivas.neeli@xilinx.com> From: Linus Walleij Date: Tue, 2 Feb 2021 20:28:07 +0100 Message-ID: Subject: Re: [PATCH V5 4/5] gpio: gpio-xilinx: Add support for suspend and resume To: Srinivas Neeli Cc: Bartosz Golaszewski , Michal Simek , Shubhrajyoti Datta , Srinivas Goud , William Breathitt Gray , Syed Nayyar Waris , "open list:GPIO SUBSYSTEM" , Linux ARM , "linux-kernel@vger.kernel.org" , git Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jan 29, 2021 at 3:27 PM Srinivas Neeli wrote: > Add support for suspend and resume, pm runtime suspend and resume. > Added free and request calls. > > Signed-off-by: Srinivas Neeli > --- > Changes in V5: This v5 version looks really nice! Reviewed-by: Linus Walleij Yours, Linus Walleij