From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP: DRA7: Make use of omap_revision information for soc_is* calls Date: Fri, 19 Feb 2016 10:15:14 -0800 Message-ID: <20160219181514.GK21202@atomide.com> References: <1455706123-26497-1-git-send-email-j-keerthy@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1455706123-26497-1-git-send-email-j-keerthy@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Keerthy Cc: linux-omap@vger.kernel.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Keerthy [160217 02:49]: > Currently of_machine_is_compatible is used to detect the soc which > employs string comparison operations. We already have all the required > information in the omap_revision. Hence make use of the same like > the previous OMAPs and avoid costly string comparisons. Looks good to me thanks. Applying into omap-for-v4.6/soc. Tony