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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 BCEC0CA9EA0 for ; Tue, 22 Oct 2019 15:40:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9CBDA21872 for ; Tue, 22 Oct 2019 15:40:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732524AbfJVPkP (ORCPT ); Tue, 22 Oct 2019 11:40:15 -0400 Received: from muru.com ([72.249.23.125]:38918 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730141AbfJVPkP (ORCPT ); Tue, 22 Oct 2019 11:40:15 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C9B7C80FA; Tue, 22 Oct 2019 15:40:49 +0000 (UTC) Date: Tue, 22 Oct 2019 08:40:12 -0700 From: Tony Lindgren To: Benoit Parrot Cc: Tero Kristo , Rob Herring , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Patch 1/9] ARM: dts: dra7: add cam clkctrl node Message-ID: <20191022154012.GM5610@atomide.com> References: <20191018154849.3127-1-bparrot@ti.com> <20191018154849.3127-2-bparrot@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191018154849.3127-2-bparrot@ti.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Benoit Parrot [191018 15:46]: > Add clkctrl nodes for CAM domain. You're missing the Linux clk folks and list from Cc, can you please resend? I need an ack for the clk-7xx.c changes if I'm to apply this patch. Probably the best way would be for tero to collect all the drivers/clk/ti clock data changes and provide an immutable branch with those that I can merge too. That way the related dts changes can be applied on top of it with things working. Regards, Tony