From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755619AbdJJHgC (ORCPT ); Tue, 10 Oct 2017 03:36:02 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:33052 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752207AbdJJHgA (ORCPT ); Tue, 10 Oct 2017 03:36:00 -0400 X-UUID: d3c798e3e2a94c618b669bcdfdfec8ac-20171010 Message-ID: <1507620951.19789.7.camel@mhfsdcap03> Subject: Re: [PATCH v3 01/12] mmc: mediatek: add support of mt2701/mt2712 From: Chaotian Jing To: Ulf Hansson CC: Rob Herring , Mark Rutland , Matthias Brugger , Catalin Marinas , Will Deacon , yong mao , Linus Walleij , "Heiner Kallweit" , Phong LE , "linux-mmc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , , "linux-kernel@vger.kernel.org" , srv_heupstream Date: Tue, 10 Oct 2017 15:35:51 +0800 In-Reply-To: References: <1507604480-23246-1-git-send-email-chaotian.jing@mediatek.com> <1507604480-23246-2-git-send-email-chaotian.jing@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-10-10 at 09:26 +0200, Ulf Hansson wrote: > [...] > > > + > > +static const struct of_device_id msdc_of_ids[] = { > > + { .compatible = "mediatek,mt8135-mmc", .data = &mt8135_compat}, > > + { .compatible = "mediatek,mt8173-mmc", .data = &mt8173_compat}, > > + { .compatible = "mediatek,mt2701-mmc", .data = &mt2701_compat}, > > + { .compatible = "mediatek,mt2712-mmc", .data = &mt2712_compat}, > > + {} > > +}; > > +MODULE_DEVICE_TABLE(of, msdc_of_ids); > > As already stated in the other reply. These new compatible changes > needs to be discussed and acked before the driver starts using them. > > In other words, make patch3 to precede this one. but, then there will have a probe issue as mentioned in previous mail list. that's why I separate the binding file changes to 2 patches. > > [...] > > Kind regards > Uffe