Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp4599593imm; Wed, 30 May 2018 08:29:12 -0700 (PDT) X-Google-Smtp-Source: ADUXVKK1Ca73uTv9AZji8VldrmqtBQxNwzsPqMZXsT4yZm7nXOYIsBKQ0mF4uWXPw1xfUG/CsQ52 X-Received: by 2002:a63:bc0a:: with SMTP id q10-v6mr2616869pge.70.1527694152825; Wed, 30 May 2018 08:29:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527694152; cv=none; d=google.com; s=arc-20160816; b=Xa8TjHipGMpc1DoDlQiFnbG1LSjWMoScAFRuZJEju/rNMN6H+yoHrxQfS4dBSitEK1 FW+U7W2/l1MAhdzAD5g40h0d4TshLKqW+PeI24yd3dz4bptK8vD65mlHHab0VzPZ6HdZ WGzH3td8ArA2Lj0P8R143Xi1DpeUi7UWGFdatl7b7Iwp/a8kzU/apF4SWGb3OYv4bCL6 F0NVXxQ2DZiM3g1gi/29MlaPtqs+hHqk0blnp+uoUfzdkQn+LrbRfyMAjr8Nr0AfoAOC BG4yGOE5sI+UkIthNQ6vbBY0jsU3Cb0FEFA+WfhJnVkSuY6ZRvDm14GJYnw+N45rlBpm 6nQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=H/4mebJpquDoYOphCB5zoXAUXV3GjFeuRL20ia9Wfc4=; b=T6gkLmP+V8oDH/d3Xn8RMmw9GsgMrPZzKT7+Ef8dEQpkgEbYtnTbBaS/sIwqWQvf7J yKig+DKNQjT9zjA54AeiAG7er/q2fVbG7WAUXaiVYkk0DlDS8DDBtI3S10rRa/ZL9JFE +6PSNOLpf56HoOnAOtMKgqpwHE/55Z+o7CUmxRJOP1NbDUbbq635fjuxE+XJxPeucMgZ 3VgYHhl5e13sWQ0sdtolaAjnSCO+8fkMLjd8QgvHBAHlaFSINLvJh1mtbkWjamQNXzOM WtyWk0B8QqVaAHBBFm2UzhCLmFvQm/wkr+7szVJv9xZ/j/AtJpqoUNjAALWAQVIy/Zj+ UaQg== 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 c10-v6si36582815pfn.133.2018.05.30.08.28.58; Wed, 30 May 2018 08:29:12 -0700 (PDT) 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 S1753652AbeE3P2a (ORCPT + 99 others); Wed, 30 May 2018 11:28:30 -0400 Received: from muru.com ([72.249.23.125]:45262 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848AbeE3P23 (ORCPT ); Wed, 30 May 2018 11:28:29 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id ABDA480CE; Wed, 30 May 2018 15:30:50 +0000 (UTC) Date: Wed, 30 May 2018 08:28:25 -0700 From: Tony Lindgren To: Tero Kristo Cc: Faiz Abbas , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, robh+dt@kernel.org, bcousson@baylibre.com, paul@pwsan.com Subject: Re: [PATCH v2 1/6] ARM: dra762: hwmod: Add MCAN support Message-ID: <20180530152825.GG5705@atomide.com> References: <20180530141133.3711-1-faiz_abbas@ti.com> <20180530141133.3711-2-faiz_abbas@ti.com> <20180530145047.GC5705@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tero Kristo [180530 15:18]: > For the OCP if part, I think that is still needed until we switch over to > full sysc driver. clkctrl_offs you probably also need because that is used > for mapping the omap_hwmod against a specific clkctrl clock. Those can be > only removed once we are done with hwmod (or figure out some other way to > assign the clkctrl clock to a hwmod.) Hmm might be worth testing. I thought your commit 70f05be32133 ("ARM: OMAP2+: hwmod: populate clkctrl clocks for hwmods if available") already parses the clkctrl from dts? Regards, Tony