From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751478AbdARH7E (ORCPT ); Wed, 18 Jan 2017 02:59:04 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:33277 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750830AbdARH7C (ORCPT ); Wed, 18 Jan 2017 02:59:02 -0500 Subject: Re: [PATCH v2 02/10] clk: ccu-sun8i-a33: Add CLK_SET_RATE_PARENT to ac-dig To: Maxime Ripard References: <20170117140230.23142-1-mylene.josserand@free-electrons.com> <20170117140230.23142-3-mylene.josserand@free-electrons.com> <20170117164415.4qseqbqkdx3e6bvt@lukather> Cc: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, wens@csie.org, mturquette@baylibre.com, sboyd@codeaurora.org, mark.rutland@arm.com, robh+dt@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, thomas.petazzoni@free-electrons.com, alexandre.belloni@free-electrons.com From: Mylene Josserand Message-ID: <7a631ab7-8152-25e0-ba3b-845f207388f5@free-electrons.com> Date: Wed, 18 Jan 2017 08:58:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170117164415.4qseqbqkdx3e6bvt@lukather> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 17/01/2017 17:44, Maxime Ripard wrote: > Hi, > > On Tue, Jan 17, 2017 at 03:02:22PM +0100, Mylène Josserand wrote: >> The audio DAI needs to set the clock rates of the ac-dig clock. >> To make it possible, the parent PLL audio clock rates should >> also be changed. This is possible via "CLK_SET_RATE_PARENT" flag. >> >> Signed-off-by: Mylène Josserand > > Please make sure to look at the prefixes usually used in the commit > titles of the area you're working on. In this case that would have > been "clk: sunxi-ng:". I fixed it, and applied. Okay, I will pay more attention to prefixes for commit titles for next times. Thank you ! -- Mylène Josserand, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: mylene.josserand@free-electrons.com (Mylene Josserand) Date: Wed, 18 Jan 2017 08:58:29 +0100 Subject: [PATCH v2 02/10] clk: ccu-sun8i-a33: Add CLK_SET_RATE_PARENT to ac-dig In-Reply-To: <20170117164415.4qseqbqkdx3e6bvt@lukather> References: <20170117140230.23142-1-mylene.josserand@free-electrons.com> <20170117140230.23142-3-mylene.josserand@free-electrons.com> <20170117164415.4qseqbqkdx3e6bvt@lukather> Message-ID: <7a631ab7-8152-25e0-ba3b-845f207388f5@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 17/01/2017 17:44, Maxime Ripard wrote: > Hi, > > On Tue, Jan 17, 2017 at 03:02:22PM +0100, Myl?ne Josserand wrote: >> The audio DAI needs to set the clock rates of the ac-dig clock. >> To make it possible, the parent PLL audio clock rates should >> also be changed. This is possible via "CLK_SET_RATE_PARENT" flag. >> >> Signed-off-by: Myl?ne Josserand > > Please make sure to look at the prefixes usually used in the commit > titles of the area you're working on. In this case that would have > been "clk: sunxi-ng:". I fixed it, and applied. Okay, I will pay more attention to prefixes for commit titles for next times. Thank you ! -- Myl?ne Josserand, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com