Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030315AbcJTOfp (ORCPT ); Thu, 20 Oct 2016 10:35:45 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:36622 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934102AbcJTOfn (ORCPT ); Thu, 20 Oct 2016 10:35:43 -0400 MIME-Version: 1.0 In-Reply-To: <67333887b86b7fd838dd9d6523dc7e3d9a9ddeb4.1476196031.git-series.maxime.ripard@free-electrons.com> References: <67333887b86b7fd838dd9d6523dc7e3d9a9ddeb4.1476196031.git-series.maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Thu, 20 Oct 2016 22:35:18 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 3/9] clk: sunxi-ng: Finish to convert to structures for arguments To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , Chen-Yu Tsai , linux-arm-kernel , linux-kernel , linux-clk , linux-sunxi , Andre Przywara Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 486 Lines: 12 On Tue, Oct 11, 2016 at 10:28 PM, Maxime Ripard wrote: > Some clocks still use an explicit list of arguments, which make it a bit > more tedious to add new parameters. > > Convert those over to a structure pointer argument to add as many > arguments as possible without having to many noise in our patches, or a > very long list of arguments. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai