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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 30EDCC5519F for ; Fri, 20 Nov 2020 09:39:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C32832240A for ; Fri, 20 Nov 2020 09:39:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="FWb+fHti" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726460AbgKTJjB (ORCPT ); Fri, 20 Nov 2020 04:39:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725766AbgKTJjA (ORCPT ); Fri, 20 Nov 2020 04:39:00 -0500 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36768C0613CF; Fri, 20 Nov 2020 01:39:00 -0800 (PST) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 4D3CD22ED8; Fri, 20 Nov 2020 10:38:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1605865138; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OH79VKiPwTHKvdKbU1089hjCnzkqbDxcW1xjlIlIFMA=; b=FWb+fHtiwaprOoFvehF5y5QFprDKkUdCM5Q8ZextMTs0yPgqkc3nVdn6bKdxXUR6ZG3uQ3 fTdaj/z+Q40+GIcQkuZnK0pCAUTkYawiPWviBazKHpTetaYjRldQM0x1PUkgpjwWZqJ1tC R0/FkhhB+r1qsi4gL1vJdluQE4pq4oM= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 20 Nov 2020 10:38:58 +0100 From: Michael Walle To: Ashish Kumar Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michael Turquette , Stephen Boyd , Rob Herring , Shawn Guo , Leo Li , "Y.b. Lu" , Xiaowei Bao , Vladimir Oltean Subject: Re: [PATCH v3 4/9] arm64: dts: ls1028a: use constants in the clockgen phandle In-Reply-To: References: <20201108185113.31377-1-michael@walle.cc> <20201108185113.31377-5-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.9 Message-ID: <08b751d01cfc82fcfe425833793dcda9@walle.cc> X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ashish, Am 2020-11-20 10:25, schrieb Ashish Kumar: > I am not able to apply this patch cleanly, does it have any dependency > patch that I have missed? What is your base? I've just tried to apply this series (stand-alone) onto linux-next and it applied cleanly. > My assumption is that this patch series is superset of > Series 1: [1/4] dt-bindings: clock: document the fsl-flexspi-clk > driver > And > Series 2: [v2,1/5] clk: divider: add > devm_clk_hw_register_divider_table() That is correct. -michael