From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 274626070B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752395AbeFFKJn (ORCPT + 25 others); Wed, 6 Jun 2018 06:09:43 -0400 Received: from muru.com ([72.249.23.125]:46158 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752074AbeFFKJl (ORCPT ); Wed, 6 Jun 2018 06:09:41 -0400 Date: Wed, 6 Jun 2018 03:09:37 -0700 From: Tony Lindgren To: Faiz Abbas Cc: 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, t-kristo@ti.com, mark.rutland@arm.com Subject: Re: [PATCH v3 0/6] Add MCAN Support for dra76x Message-ID: <20180606100937.GF5738@atomide.com> References: <20180606060826.14671-1-faiz_abbas@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180606060826.14671-1-faiz_abbas@ti.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Faiz Abbas [180606 06:09]: > The following patches add dts and sysconfig support > for MCAN on TI's dra76 SOCs > > The patches depend on the following series: > https://patchwork.kernel.org/patch/10221105/ > > Changes in v3: > 1. Added reset functionality to the ti-sysc > driver. This enables me to drop the hwmod > data patch as everything is being done in dt. > > 2. Dropped ti,hwmods from the dts nodes Cool good to hear that works :) > 4. Removed the status="disabled" in dtsi > followed by status="okay" in dts. Hmm okay is the default and is not needed. I did not notice okay in this set based on a quick glance so maybe you already dropped it? Regards, Tony