From patchwork Fri Jun 16 21:50:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 9793791 X-Patchwork-Delegate: sboyd@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5D90F60326 for ; Fri, 16 Jun 2017 21:50:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4F511223C7 for ; Fri, 16 Jun 2017 21:50:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4401228695; Fri, 16 Jun 2017 21:50:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C2B4728618 for ; Fri, 16 Jun 2017 21:50:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750921AbdFPVuj (ORCPT ); Fri, 16 Jun 2017 17:50:39 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:34436 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750879AbdFPVui (ORCPT ); Fri, 16 Jun 2017 17:50:38 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 170F960DB1; Fri, 16 Jun 2017 21:50:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1497649838; bh=A3UnQ6cy19zvvcHVjs4eHBxOBUgNeVOGDeGjh7fdIIk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C742dEHlZGOv//biYqcObcCPDsq7pH79vofcenpFeg3R0wmILClEEmqjp53io9iAk Adqf6V2fP7AeSnA8Np81VzmAKb/048uXem+hrmELbtg7bU+YlvYYuKFZJ9nFaT2kjy gf0hVQ1XXYdv9cyvAb+Gc4pZKKBZPtPRieNPNL3U= Received: from localhost (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 5D8DB60D77; Fri, 16 Jun 2017 21:50:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1497649837; bh=A3UnQ6cy19zvvcHVjs4eHBxOBUgNeVOGDeGjh7fdIIk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E9tSsp//SikUT9lZBYjJG3T19VIb/l6dAkREttgLCw2VYjfg+6rFwQ6FIY6H6pX0o /fon1yzZM4ofJwg8sdtSfDBUj3ceUHRozcCZDYqxB5u4Hg2n3TNjkXaxMBL54e8yrs 7Q8EuSBBsRhiQPEMyqxUTCYrTclhp9F/TjeLDZJQ= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 5D8DB60D77 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Fri, 16 Jun 2017 14:50:36 -0700 From: Stephen Boyd To: Maxime Ripard Cc: Mike Turquette , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , linux-clk@vger.kernel.org Subject: Re: [GIT PULL] Allwinner clock changes for 4.13 Message-ID: <20170616215036.GN20170@codeaurora.org> References: <20170614192617.bsp5pjxrphlk36sk@flea.home> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20170614192617.bsp5pjxrphlk36sk@flea.home> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 06/14, Maxime Ripard wrote: > Hi Mike, Stephen, > > Here is the patches for 4.13 for the Allwinner SoCs. > > In order to reduce the conflicts, this is based on the fixes tag I > sent a PR for a few minutes ago. > Thanks. Pulled into clk-next. I did notice on new sparse warning though for which I've applied this diff on top: diff --git a/drivers/clk/sunxi-ng/ccu_mux.c b/drivers/clk/sunxi-ng/ccu_mux.c index cfe4538304fb..312664155a54 100644 --- a/drivers/clk/sunxi-ng/ccu_mux.c +++ b/drivers/clk/sunxi-ng/ccu_mux.c @@ -68,7 +68,7 @@ unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common, return parent_rate / ccu_mux_get_prediv(common, cm, parent_index); } -unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common, +static unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common, struct ccu_mux_internal *cm, int parent_index, unsigned long parent_rate)