From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756459AbdJJLMM (ORCPT ); Tue, 10 Oct 2017 07:12:12 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:37067 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755257AbdJJLMC (ORCPT ); Tue, 10 Oct 2017 07:12:02 -0400 X-Google-Smtp-Source: AOwi7QAF+Bp/jljuQlw/uB3xOe/YifiyncyTlIgGMjKUAZ3oCK3TOymw5tMFRN9r0a8aiWqfeQh0qA== Subject: Re: [PATCH v4 03/12] arm64: dts: mt8173: remove "mediatek,mt8135-mmc" from mmc nodes To: Ulf Hansson Cc: Chaotian Jing , Rob Herring , Mark Rutland , 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-mediatek@lists.infradead.org, "linux-kernel@vger.kernel.org" , srv_heupstream References: <1507627831-29323-1-git-send-email-chaotian.jing@mediatek.com> <1507627831-29323-4-git-send-email-chaotian.jing@mediatek.com> From: Matthias Brugger Message-ID: <7802f18f-99fd-d36c-3a99-7d897060eecb@gmail.com> Date: Tue, 10 Oct 2017 13:11:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/10/2017 01:10 PM, Ulf Hansson wrote: > On 10 October 2017 at 13:06, Matthias Brugger wrote: >> >> >> On 10/10/2017 12:49 PM, Ulf Hansson wrote: >>> >>> On 10 October 2017 at 11:30, Chaotian Jing >>> wrote: >>>> >>>> devicetree bindings has been updated to support multi-platforms, >>>> so that each platform has its owns compatible name. >>>> And, this compatible name may used in driver to distinguish with >>>> other platform. >>>> >>>> Signed-off-by: Chaotian Jing >>> >>> >>> I assume there is no dependency to the rest or the series on this, so >>> this can go via arm soc? >>> >> >> >> Not in the sense of a merge conflict or something, but mt8173-mmc won't work >> until patch 2/12 is merged as well. If we want to be conservative, we should >> wait for this patch until the next kernel release. In the end it's just a >> cleanup of the dtsi. > > In such case I can pick it part of this series, just need your ack. > Acked-by: Matthias Brugger Having a look on the patch, I don't expect it to create any merge conflicts. Thanks, Matthias