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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 647F1C432BE for ; Mon, 23 Aug 2021 06:40:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51D6760FD9 for ; Mon, 23 Aug 2021 06:40:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231843AbhHWGlV (ORCPT ); Mon, 23 Aug 2021 02:41:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231197AbhHWGlU (ORCPT ); Mon, 23 Aug 2021 02:41:20 -0400 Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97237C061575 for ; Sun, 22 Aug 2021 23:40:38 -0700 (PDT) Received: by mail-lj1-x236.google.com with SMTP id i28so29555078ljm.7 for ; Sun, 22 Aug 2021 23:40:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dOSScg11+0lHrDw6MS1CV2sNd8OdE1zWDqg1qjqqW2Y=; b=PYypPGwhJKWIPHwv0PNNxvgnPr8zgWPvGUeVW/uOkbS0Yv1LkNwjUiYPwyaBu+NxwW dYV+82j3pW0jpoHiJeHbehsfiEC8JgTXafrSgSTiLwmlPR+F4eg9qpAJg72XDqbx9Mvc gvHQPEr4y/JXHUQ4fJSKsQdp9nRZWGHp+2Lh0= 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=dOSScg11+0lHrDw6MS1CV2sNd8OdE1zWDqg1qjqqW2Y=; b=njTUvUn3+g6yl/UhvxP79C0iUljBH7yrE8uu6q0ACbNRTuQvEGv7x/gfE5njmiuNSu SeoiumTUa6aD/zcLg0R1o3/ApAowo8N/8GsGpvxUYjcrt7H024hrCwsBL4wplK53qXK0 zDetEdUgBT+g/kF8TGFgB7zFNXBJp4ZmQOkqoBhcWh+yE8DKfADX7ThyvQuXUHNDy7rT BZXFo2jx6tHbUifavYA4xSyAVV035pNahOUk4D3IqQAhF8ruOT+heWDhtwRie63j1pNe o38tHTTiLFQTNkhsFiwXU/IrclVSjJ2DY2M7MYS4tl4EUYPaehHZowBTedq1XAwHj5j6 xl0g== X-Gm-Message-State: AOAM531dGEbQANI4CSJTe0QlWBt0siAoXvaCvC/9yJZHYk8AyF9Mb8ie k4jg9/oXmFOL637ujruCHCtTC+y1HMmLRVkMgHJlWA== X-Google-Smtp-Source: ABdhPJzCaNaaScS5j8xwc/H16iJK+VtsRDRaMiPRceRnRRAxbyhImqfGwZYwLIHLdB0yA9X834FjhBCHEBgVDLi4C9I= X-Received: by 2002:a2e:b0e2:: with SMTP id h2mr25865507ljl.23.1629700837011; Sun, 22 Aug 2021 23:40:37 -0700 (PDT) MIME-Version: 1.0 References: <20210820111504.350-1-chun-jie.chen@mediatek.com> <20210820111504.350-5-chun-jie.chen@mediatek.com> In-Reply-To: <20210820111504.350-5-chun-jie.chen@mediatek.com> From: Chen-Yu Tsai Date: Mon, 23 Aug 2021 14:40:26 +0800 Message-ID: Subject: Re: [v2 04/24] clk: mediatek: Add API for clock resource recycle To: Chun-Jie Chen Cc: Matthias Brugger , Stephen Boyd , Nicolas Boichat , Rob Herring , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , LKML , "moderated list:ARM/Mediatek SoC support" , linux-clk@vger.kernel.org, Devicetree List , srv_heupstream , Project_Global_Chrome_Upstream_Group Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Aug 20, 2021 at 7:18 PM Chun-Jie Chen wrote: > > In order to avoid resource leak when fail clock registartion appears, Typo. Please fix if you respin a new version. > so add the common interface to handle it. > > Signed-off-by: Chun-Jie Chen Reviewed-by: Chen-Yu Tsai