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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 DAACDC76188 for ; Tue, 23 Jul 2019 06:04:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3B4A2239E for ; Tue, 23 Jul 2019 06:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563861887; bh=Mm3Vz9R+MUEOKGw4W48eF2sSL9ar6mvwh95P89DqCDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=drAWhYDGY/MkMqPmr1x5pPo+REY9eYDk5BzTfytTEjSu+9Q5ShiXRKsEYsBHINWZR 81zPJwdHf6R1NfjNsBdbMOSFIFez9tPz9eODlx8ycBKq7vp+DaVo4lfGJDwrMIzF4N g+oQcnMAX952pQkiSIrFczIEGdkZV3f6T4rNPm/U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732972AbfGWGEq (ORCPT ); Tue, 23 Jul 2019 02:04:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:52208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725788AbfGWGEq (ORCPT ); Tue, 23 Jul 2019 02:04:46 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 15F9F2238E; Tue, 23 Jul 2019 06:04:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563861885; bh=Mm3Vz9R+MUEOKGw4W48eF2sSL9ar6mvwh95P89DqCDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ovk8fvelatWPB3VUtfuOgrbXqj1vcjTGg0KNwhUTFc5H3gBDudJMob0BibAYoI9cK HQsJclBH3ZfaVogl602muiCNMB1FfKGrTdx1wKhG9FhIyAA30TGvRBfSYDmIRh06e/ wZMEopx/d6YxB0FxH3i+NPdqlIHLmgAx1TidFiHY= Date: Tue, 23 Jul 2019 14:04:16 +0800 From: Shawn Guo To: Abel Vesa Cc: Mike Turquette , Stephen Boyd , Fabio Estevam , Dong Aisheng , Pengutronix Kernel Team , NXP Linux Team , linux-clk@vger.kernel.org, Jacky Bai , linux-arm-kernel@lists.infradead.org, Linux Kernel Mailing List Subject: Re: [PATCH] clk: imx: Remove unused clk based API Message-ID: <20190723060415.GS3738@dragon> References: <1562857910-29501-1-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1562857910-29501-1-git-send-email-abel.vesa@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 11, 2019 at 06:11:50PM +0300, Abel Vesa wrote: > Now that the i.MX6 and i.MX7 clock drivers have been switched to clk_hw based, > we can remove the clk based API that is not used by any i.MX clock driver. > > The following APIs are going away now: > - imx_clk_busy_divider > - imx_clk_busy_mux > - imx_clk_fixup_divider > - imx_clk_fixup_mux > - imx_clk_mux_ldb > - imx_clk_gate_dis_flags > - imx_clk_gate_flags > > Signed-off-by: Abel Vesa Applied, thanks.