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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 872E6C33C8C for ; Sun, 5 Jan 2020 19:46:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 56247206E6 for ; Sun, 5 Jan 2020 19:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578253614; bh=2qzC2UMI2DIxIBRnPl5K9OcJa0SeoY/dfiK9tSsqfdE=; h=In-Reply-To:References:Cc:To:Subject:From:Date:List-ID:From; b=qq8TKiBDvqcFObsZH4AsmZsXvSEslTt4yYRuKm2iTWfylROiTYM1kh8TzKD8/VXjt 5HYzIn60DvCxX/iLnRgjz+k00k4ge7eNLT07jYur882qrM0n+scNydxtCaoF0JRf02 KRq2Ezqtz4q9dEQL3UP0AEIYB5piw4e5qRYxMzv0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726524AbgAETqv (ORCPT ); Sun, 5 Jan 2020 14:46:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:58830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726092AbgAETqv (ORCPT ); Sun, 5 Jan 2020 14:46:51 -0500 Received: from kernel.org (unknown [104.132.0.74]) (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 52B8A206E6; Sun, 5 Jan 2020 19:46:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578253610; bh=2qzC2UMI2DIxIBRnPl5K9OcJa0SeoY/dfiK9tSsqfdE=; h=In-Reply-To:References:Cc:To:Subject:From:Date:From; b=AGOf4Vmz9GJc4lYsYQ/Z/o6wpzbxi/IJLhVTqvmTgq16nxRHSJw4t8nPCvD/jQEgR uSy8Jx1jqyZgO4xLa7M3G4lwRtRXo6+y0MX/QOCKkWVy6Dt+C7pV9GSZbeycVxoqSR gaskqhV9OuCbxr0K0XGW0HopVi+9cKrtexEzfgMk= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Cc: gregkh@linuxfoundation.org, mturquette@baylibre.com, robh+dt@kernel.org, mark.rutland@arm.com, shubhrajyoti.datta@gmail.com, devicetree@vger.kernel.org, soren.brinkmann@xilinx.com, Shubhrajyoti Datta To: devel@driverdev.osuosl.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, shubhrajyoti.datta@gmail.com Subject: Re: [PATCH v3 10/10] clk: clock-wizard: Fix the compilation failure From: Stephen Boyd User-Agent: alot/0.8.1 Date: Sun, 05 Jan 2020 11:46:49 -0800 Message-Id: <20200105194650.52B8A206E6@mail.kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting shubhrajyoti.datta@gmail.com (2019-11-27 22:36:17) > From: Shubhrajyoti Datta >=20 > After 90b6c5c73 (clk: Remove CLK_IS_BASIC clk flag) > The CLK_IS_BASIC is deleted. Adapt the driver for the same. I don't see any CLK_IS_BASIC in the tree right now, so did it get reintroduced by this patch series? Can you squash this into whatever patch introduces CLK_IS_BASIC usage?