From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755818AbeCVOPC (ORCPT ); Thu, 22 Mar 2018 10:15:02 -0400 Received: from mail-ot0-f173.google.com ([74.125.82.173]:33448 "EHLO mail-ot0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199AbeCVOO6 (ORCPT ); Thu, 22 Mar 2018 10:14:58 -0400 X-Google-Smtp-Source: AG47ELudmGVl1sAjOPLzXdT/OgQ4xwpryNdqQFOasygrzBTPmGAuII5oBrFQdy35hmFDqCtqhh5pLbOIztmubNjPsoY= 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:14:57 -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 Please explain the motivation for adding these two new functions in the commit log. > > It also updates the flags for the old wrappers. > > Signed-off-by: Anson Huang > Signed-off-by: Abel Vesa Is this patch from you or from Anson? If it is from Anson then his name should appear at the From: line. From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Thu, 22 Mar 2018 11:14:57 -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 Please explain the motivation for adding these two new functions in the commit log. > > It also updates the flags for the old wrappers. > > Signed-off-by: Anson Huang > Signed-off-by: Abel Vesa Is this patch from you or from Anson? If it is from Anson then his name should appear at the From: line.