From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932405AbeCVOUg (ORCPT ); Thu, 22 Mar 2018 10:20:36 -0400 Received: from mail-ot0-f177.google.com ([74.125.82.177]:45887 "EHLO mail-ot0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754571AbeCVOUd (ORCPT ); Thu, 22 Mar 2018 10:20:33 -0400 X-Google-Smtp-Source: AG47ELugXkSU8f7IJPw8FCSLKKQzn9grGxXlp3U6mDzH5Xj3DHQ2oaL7JJpCya9KzvZsRfVOAyB4ZnI5bO7/sAe45Q4= MIME-Version: 1.0 In-Reply-To: <1521712529-632-2-git-send-email-abel.vesa@nxp.com> References: <1521712529-632-1-git-send-email-abel.vesa@nxp.com> <1521712529-632-2-git-send-email-abel.vesa@nxp.com> From: Fabio Estevam Date: Thu, 22 Mar 2018 11:20:32 -0300 Message-ID: Subject: Re: [PATCH 1/4] arm: imx: Update clk driver API To: Abel Vesa Cc: Shawn Guo , Sascha Hauer , Fabio Estevam , Michael Turquette , Stephen Boyd , Yongcai Huang , linux-kernel , NXP Linux Team , linux-clk , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 22, 2018 at 6:55 AM, Abel Vesa wrote: > This adds the following new wrappers: > - imx_clk_gate2_flag > - imx_clk_set_parent > > It also updates the flags for the old wrappers. This flag update should also be a separate patch and you should explain the reason for it. From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Thu, 22 Mar 2018 11:20:32 -0300 Subject: [PATCH 1/4] arm: imx: Update clk driver API In-Reply-To: <1521712529-632-2-git-send-email-abel.vesa@nxp.com> References: <1521712529-632-1-git-send-email-abel.vesa@nxp.com> <1521712529-632-2-git-send-email-abel.vesa@nxp.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 22, 2018 at 6:55 AM, Abel Vesa wrote: > This adds the following new wrappers: > - imx_clk_gate2_flag > - imx_clk_set_parent > > It also updates the flags for the old wrappers. This flag update should also be a separate patch and you should explain the reason for it.