From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 846E5C4321A for ; Sat, 29 Jun 2019 11:17:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47BFE2086D for ; Sat, 29 Jun 2019 11:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561807069; bh=mJaYkeWz95oOor0Wac9fs9992UiJ2bXlSyEdmOy8Stw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HSZpOa46JoXEZkbJlWHwvjYYkB5FCLzJD6w9iJm8nvCrXWCQCwyRdFM4IK5k6TTuv LxYH7ztc5+IlzfOq/eds0nDjGRgTsayx2MHSG4nqC6XKvbyTCQi5mSaLVDp8B1w1NA 1G6+b98YH7rAjb1a1NgV/MrKBnubI8SIH+rumBtg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726894AbfF2LRt (ORCPT ); Sat, 29 Jun 2019 07:17:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:37048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726884AbfF2LRs (ORCPT ); Sat, 29 Jun 2019 07:17:48 -0400 Received: from localhost (unknown [106.51.109.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A57702086D; Sat, 29 Jun 2019 11:17:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561807067; bh=mJaYkeWz95oOor0Wac9fs9992UiJ2bXlSyEdmOy8Stw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AC5yJz7FrkSggdiqNG7Bz7/LdUolsJKL3M7Pd9D1AK5oK5OOROADkTavWC0+J0SMY xMXdws2Eiec2oNkhe81LooIVbk5NB982AD47nrelhFVTqDjbqkY6kr6uupyn81+/Oy v1R6c7bzrZWLUxrTAe4s+hsZWGb/5chqm2R9C9y4= Date: Sat, 29 Jun 2019 16:44:37 +0530 From: Vinod Koul To: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Deepak Katragadda , Andy Gross , David Brown , Michael Turquette , linux-clk@vger.kernel.org, Taniya Das Subject: Re: [PATCH v3 1/3] clk: qcom: clk-alpha-pll: Remove post_div_table checks Message-ID: <20190629111437.GD2911@vkoul-mobl> References: <20190625063140.17106-1-vkoul@kernel.org> <20190625063140.17106-2-vkoul@kernel.org> <20190627213741.5BEFD2075E@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190627213741.5BEFD2075E@mail.kernel.org> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 27-06-19, 14:37, Stephen Boyd wrote: > Quoting Vinod Koul (2019-06-24 23:31:38) > > We want users to code properly and fix the post_div_table missing and > > not reply on core to check. So remove the post_div_table check. > > > > Signed-off-by: Vinod Koul > > Reviewed-by: Bjorn Andersson > > --- > > This doesn't apply. Not sure why. Can you please format-patch with I had rebased it on clk-next, but that was v2, let me rebase > --base= so I can know what baseline commit you've based your patches on? > Helps me avoid needing to ask, like right now. Sure will do that and repost after rebase. Also the patch fix for DIV_ROUND_DOWN_ULL has been merged to mm tree, will add that as well. Thanks -- ~Vinod