From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754612AbdH2Ono (ORCPT ); Tue, 29 Aug 2017 10:43:44 -0400 Received: from muru.com ([72.249.23.125]:38444 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752893AbdH2Onm (ORCPT ); Tue, 29 Aug 2017 10:43:42 -0400 Date: Tue, 29 Aug 2017 07:43:38 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Kishon Vijay Abraham I , Ulf Hansson , Adrian Hunter , Rob Herring , Sekhar Nori , Russell King , Ravikumar Kattekola , "linux-mmc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-omap , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v3 3/5] dt-bindings: sdhci-omap: Add bindings for the sdhci-omap controller Message-ID: <20170829144338.GY6008@atomide.com> References: <20170821142132.GH6008@atomide.com> <20170823054246.23927-1-kishon@ti.com> <0c7e0705-d9c2-4499-54ba-cbd84589dc01@ti.com> <20170829115050.3axlr5uysmqlhvd2@earth> <20170829135822.GR6008@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170829135822.GR6008@atomide.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [170829 06:58]: > It's best to enable devices to use the new compatible as things are > tested rather than hope for some magic "flag day" flip that might > never happen. Having two days attempting to probe with the same > binding just won't work. Hehe I mean "Having two drivers attempting to probe with the same binding" above. Tony