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=-3.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 8B3C0C2B9F4 for ; Thu, 17 Jun 2021 07:33:33 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 48B4A613C1 for ; Thu, 17 Jun 2021 07:33:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 48B4A613C1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=L4PeF/SN9Ay6s+QBRq3gO4CnGYs9JGgz/dhrt97KReg=; b=rJ43Jf2DehtDnN beowkF8/sJFlQFRm1+yIfqgZPtPCpvP78J0isIVSHR5ZkQsrpUo+CpKko5PvDVRIFoW0fJR6FgSny V2RS+Qowo7+WifaFJpZRjJREYDnztN34Q2qnz0z+jFr/YjWweUqygMiGkccqgOFepZCn7bPGeu1iQ 8BbkWNdPgOvTTuLgdFXA+gsF3COa80nW13ACHM3Lfv7VwFiwW2ouZt+tjxKdf9zoToyYZ1yBpznZB y7bncOPz2bUoJKbE5YkMCPMBMg3ZeftW346aIlt1MY0WTkl4jFXeSlYFy+mDQbUHVx2WFMurfsp7R vNYRu0rUQ6l+nSuKur5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltmUq-009Hz0-TC; Thu, 17 Jun 2021 07:31:29 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltmUk-009Hwd-RL for linux-arm-kernel@lists.infradead.org; Thu, 17 Jun 2021 07:31:24 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 26A03613BF; Thu, 17 Jun 2021 07:31:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623915081; bh=B+8PluC5gn7PaaKMr6F+x7FROpiA8NE9BPOp7pIbW30=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1AbMsNS+L7wOdvtcLLG0BWoG35WDrhc8RYxBB1YDWHN19qXYhjQRLPC3xgigZ+6HB ZEUi6T3Kxdm950FfKr/ivFPqSmlWnHvts/zogwtNrBUJrmWLOeHhl4PzNV0KfiH7P/ 4hrv7Dgy04/79wanH2jY+V3DfxZ/S4na+Ilq/wPE= Date: Thu, 17 Jun 2021 09:31:19 +0200 From: Greg Kroah-Hartman To: Sai Krishna Potthuri Cc: Andy Shevchenko , Linus Walleij , Rob Herring , Michal Simek , linux-arm Mailing List , Linux Kernel Mailing List , devicetree , "open list:GPIO SUBSYSTEM" , git , "saikrishna12468@gmail.com" Subject: Re: [PATCH v6 3/3] pinctrl: Add Xilinx ZynqMP pinctrl driver support Message-ID: References: <1619080202-31924-1-git-send-email-lakshmi.sai.krishna.potthuri@xilinx.com> <1619080202-31924-4-git-send-email-lakshmi.sai.krishna.potthuri@xilinx.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210617_003122_943703_E352C721 X-CRM114-Status: UNSURE ( 5.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jun 17, 2021 at 06:37:18AM +0000, Sai Krishna Potthuri wrote: > Ping! ping what? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel