From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932517AbeCKWE1 (ORCPT ); Sun, 11 Mar 2018 18:04:27 -0400 Received: from mail-pl0-f68.google.com ([209.85.160.68]:34339 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932370AbeCKWEU (ORCPT ); Sun, 11 Mar 2018 18:04:20 -0400 X-Google-Smtp-Source: AG47ELuwn6X3ABx4W87KtKG3auoVZzpFiQ/Ct30OwyzuKGD1tjLov9xB20sbGlHgp9XVCyxcfnvnKA== Subject: Re: [PATCH v3 00/15] add dts nodes to MT7622 SoC To: sean.wang@mediatek.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: From: Matthias Brugger Message-ID: <9c34bec9-87af-153a-6bff-9138fd8d62e7@gmail.com> Date: Sun, 11 Mar 2018 23:04:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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 02/17/2018 08:54 PM, sean.wang@mediatek.com wrote: > From: Sean Wang > > Changes since v2: > - rebase to 4.16-rc1 and solve all conflicts > - add proper list Cc in patch 1 > - add fixup in patch 4 in v2 with the uniform pinmux definition > that is always adding property function before property groups > - add Acked-by from Philippe in patch 5 > - add clock related property into all CPU nodes in patch 6 > - merge patch 14 in v2 into patch 8 as this is where the node is > defined in the first place > > Changes since v1: > - add usb, thermal, HSDMA, mmc related nodes > - fix Warning (unit_address_vs_reg): Node /oscillator@0 has > a unit name, but no reg property in patch 2 > - fix Warning (pci_bridge): Node /pcie@1a140000/pcie@0,0 missing > bus-range for PCI bridge > - fix Warning (pci_bridge): Node /pcie@1a140000/pcie@1,0 missing > bus-range for PCI bridge > - fix Warning (unit_address_format): Failed prerequisite 'pci_bridge' > - fix Warning (pci_device_reg): Failed prerequisite 'pci_bridge' > - fix Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' > - enhance commit log in patch 4 > - use - instead of _ in DT node name in patch 4 and 6 > - use SPDX-License-Identifier for newly added files in patch 5 > - use proper #size-cells for spi nor nodes in patch 9 > - remove currently no needed #address-cells and #size-cells in > children nodes of spi nor in patch 9. > Pushed 2-13 and 15 to v4.16-next/dts64 Thanks a lot. Matthias