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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A52FEC433E0 for ; Fri, 26 Jun 2020 13:45:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8288A207E8 for ; Fri, 26 Jun 2020 13:45:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593179138; bh=iE3tzCAvbGL1rbktPt6yEr1J1jW46XJSCh5A37dUpCQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bBa0URDYDA1dWNqDx06jDT+1+uS+YBdC7dB5dxfwyFAVOuXP3kWJJzSSwEYJJqf62 Norx3sZBIqrdZ8TScbewqOKLAvBwPayCtXqRIQ4vD0iCSqKD5B0skdy0sRqUQoiIHP Q5/+YsceTlWTMLjj7E9i8RgKPjl+YECHakKHbvtg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728782AbgFZNpi (ORCPT ); Fri, 26 Jun 2020 09:45:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:40708 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725864AbgFZNph (ORCPT ); Fri, 26 Jun 2020 09:45:37 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 087CB207D8; Fri, 26 Jun 2020 13:45:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593179137; bh=iE3tzCAvbGL1rbktPt6yEr1J1jW46XJSCh5A37dUpCQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tjaOP2S48N4PiUtwTGuhQhSBT2SRLmd2NQBOGgleCQdl6+zShGXD9byTyziBJC/PR FUhDK1WY01BmAh1vNQr3bRVRZjeE2CwH3G9RROahCxUpk07Yqjm6uLex+r2YMf95mb J1Cnh579al409RgfizJSvV9RBEauGw4JCP6OMCgo= Date: Fri, 26 Jun 2020 15:45:32 +0200 From: Greg KH To: Shubhrajyoti Datta Cc: linux-clk@vger.kernel.org, sboyd@kernel.org, robh+dt@kernel.org, shubhrajyoti.datta@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, michals@xilinx.com Subject: Re: [PATCH v4 8/8] staging: clocking-wizard: Delete the driver from the staging Message-ID: <20200626134532.GA4095392@kroah.com> References: <1593175304-4876-1-git-send-email-shubhrajyoti.datta@xilinx.com> <1593175304-4876-9-git-send-email-shubhrajyoti.datta@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1593175304-4876-9-git-send-email-shubhrajyoti.datta@xilinx.com> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Fri, Jun 26, 2020 at 06:11:44PM +0530, Shubhrajyoti Datta wrote: > Delete the driver from the staging as it is in drivers/clk. > > Signed-off-by: Shubhrajyoti Datta Acked-by: Greg Kroah-Hartman