Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp5385044ybl; Tue, 14 Jan 2020 08:06:43 -0800 (PST) X-Google-Smtp-Source: APXvYqw338ko4th1ijI/I6vChve3Q+CrMLDH1yWdreLrnlf+qDUzWXEtqcGg/zfI7hety1OE5GKN X-Received: by 2002:aca:b187:: with SMTP id a129mr17593338oif.175.1579018003020; Tue, 14 Jan 2020 08:06:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579018003; cv=none; d=google.com; s=arc-20160816; b=Owd3vuvAoRBlsMfoOTsEK5m/5+HI8OpDcfrD2eWWn0mzZ2XaCq4uhqZ768/OI5k1ai zknjZ2/DcwHFKog3htOz4aADrqIK6LZ8RyMxC8LS5rTGd1JJZ5zdJiwDFWcvVjwYpN5Q RPpEivFR5H9ZZRJryzVec937sutGL4xFTxnrQFdQb5/GtGJvuLk1TYjnasThnrKxF6yP pi+xxcgdPseQ2sP8WpUGVuNsMqxAui/dMCcTKLAb1HFILdxeXdlLsfdwMcm8WFctkOyT gfUbg0JrlkDru9wNBTVAdd/04f/zq/GqqvkUxV9i3wK0ITcjpG55GnooopsVK9Mxjr5y 0sSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=u53Z9Z+73FnQVnCPaXp/vM/pD88QQj6rZdm1SeyqchY=; b=aoE+DwviPLFgOJUmGZBKoQBBRK+ZRTPzn1zUGCRcZnMr9JKt+PPOYSOStQg/jbyhJO 5XAXA9RwI8tip5I2LttY08tdNWSA8LJZ7OepIBBV7aA4uOosw+H44Qtcdze1iUpK2lxb CDEtk6PdkrmMLKKEsWGkvcMZ7qA4gymgxvqYJJYPMXn0qA0xveZm8Gh4wvQqmRmJAlW9 QPuAqwUQ+AnhxjBnXyvVPEFdYJ0mF7VgpqVLAWVsOx32TRQCNxk1SfJyqsScrwENYisZ v4HNm0dGLNHMQPcxOpWeZRZNxhHd82jPWC6O91jECpaTTqWzahlR55s1CQGYENQM/779 ot7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s13si2563829otr.233.2020.01.14.08.06.28; Tue, 14 Jan 2020 08:06:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728872AbgANQE0 (ORCPT + 99 others); Tue, 14 Jan 2020 11:04:26 -0500 Received: from muru.com ([72.249.23.125]:50908 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725904AbgANQE0 (ORCPT ); Tue, 14 Jan 2020 11:04:26 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 23E5D816C; Tue, 14 Jan 2020 16:05:07 +0000 (UTC) Date: Tue, 14 Jan 2020 08:04:22 -0800 From: Tony Lindgren To: Benoit Parrot Cc: Tero Kristo , linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Patch v3 0/3] ARM: dts: am43x-vpfe/ov2659.patch Message-ID: <20200114160422.GQ5885@atomide.com> References: <20191211140720.10539-1-bparrot@ti.com> <20191212174123.GF35479@atomide.com> <20191213152938.GK35479@atomide.com> <20200113165413.i6nbi2i7xyue4fti@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200113165413.i6nbi2i7xyue4fti@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Benoit Parrot [200113 16:51]: > Tony Lindgren wrote on Fri [2019-Dec-13 07:29:38 -0800]: > > * Tero Kristo [191213 07:43]: > > > On 12/12/2019 19:41, Tony Lindgren wrote: > > > > * Benoit Parrot [191211 06:04]: > > > > > This patch series adds the missing camera endpoint (ov2659) as well as > > > > > the required source clocks nodes for the sensor. > > > > > > > > > > On the am437x-sk-evm the camera sensor is sourced from clkout1 but that > > > > > clock nodes/tree was removed as it was unsed at the time, we are > > > > > re-adding the needed clock nodes here. > > > > > > > > Tero, it seems I can already pick this series? > > > > > > I believe it is ready if you approve the clkout1 clock patch. > > > > OK yeah looks fine. > > > > > > Or ou want to queue the changes to am43xx-clocks.dtsi along with all > > > > your other clock patches? > > > > > > Well, I have actually never queued any omap2+ dts patches myself, and I > > > don't think there would be too many of those coming for next merge either. > > > > OK will queue this series then. For the other ones from Benoit > > looks like we need an immutable clock branch before I can apply > > anything. > > Tony, Tero, > > Are these merged anyware now? > I still don't see any of these on linux-next? Tero any news on getting some immutable clock changes branch done? Looks like there are quite a few pending clock patches right now, probably best to set them all into a branch that I can also merge in. > And by "these" I mean this one and both > ARM: dts: dra7: add vpe nodes > ARM: dts: dra7: add cal nodes Yeah looks good to me other than the clock dependency. Regards, Tony