From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 06 Nov 2017 11:42:02 +0100 (CET) Received: from mail.kernel.org ([198.145.29.99]:44748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23990395AbdKFKlzngvWW convert rfc822-to-8bit (ORCPT ); Mon, 6 Nov 2017 11:41:55 +0100 Received: from saruman (jahogan.plus.com [212.159.75.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2282D218D0; Mon, 6 Nov 2017 10:41:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2282D218D0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org Date: Mon, 6 Nov 2017 10:41:47 +0000 From: James Hogan To: Masahiro Yamada Cc: Rob Herring , devicetree@vger.kernel.org, Linux Kbuild mailing list , Mark Rutland , Pantelis Antoniou , linux-arm-kernel , Arnd Bergmann , Linux Kernel Mailing List , Michal Marek , Sam Ravnborg , Ralf Baechle , linux-mips@linux-mips.org, Kevin Cernekee , Florian Fainelli Subject: Re: [PATCH 1/2] MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry Message-ID: <20171106095139.GG15260@jhogan-linux> References: <1509859853-27473-1-git-send-email-yamada.masahiro@socionext.com> <1509859853-27473-2-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 60718 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: jhogan@kernel.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Hi, On Sun, Nov 05, 2017 at 11:11:38PM +0900, Masahiro Yamada wrote: > +CC Ralf Baechle > +CC linux-mips@linux-mips.org > +CC Kevin Cernekee > +CC Florian Fainelli > > > I missed to CC MIPS maintainers. Yes, please resend the patch so it lands in patchwork.linux-mips.org. > 2017-11-05 14:30 GMT+09:00 Masahiro Yamada : > > arch/mips/boot/dts/brcm/bcm96358nb4ser.dts does not exist, so > > we cannot build bcm96358nb4ser.dtb . This appears to be due to the file being renamed in commit 695835511f96 ("MIPS: BMIPS: rename bcm96358nb4ser to bcm6358-neufbox4-sercom"). Please can you update the commit message when you resend to mention the cause of the problem. You could also add the following if you like while you're at it: Fixes: 695835511f96 ("MIPS: BMIPS: rename bcm96358nb4ser to bcm6358-neufbox4-sercom") Cc: # 4.9+ Thanks James