From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09A03C282C2 for ; Thu, 7 Feb 2019 17:27:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D8DE021904 for ; Thu, 7 Feb 2019 17:27:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726844AbfBGR12 (ORCPT ); Thu, 7 Feb 2019 12:27:28 -0500 Received: from muru.com ([72.249.23.125]:37908 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726442AbfBGR12 (ORCPT ); Thu, 7 Feb 2019 12:27:28 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9D46B8126; Thu, 7 Feb 2019 17:27:36 +0000 (UTC) Date: Thu, 7 Feb 2019 09:27:24 -0800 From: Tony Lindgren To: Jonathan =?utf-8?Q?Neusch=C3=A4fer?= Cc: linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap3-gta04a5: Replace LXR reference with a local one Message-ID: <20190207172724.GD5720@atomide.com> References: <20190129144518.9744-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190129144518.9744-1-j.neuschaefer@gmx.net> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Jonathan Neuschäfer [190129 06:46]: > There's no need to use an external link when the file is already here. > > Signed-off-by: Jonathan Neuschäfer > --- > > Alternatively, I could change the link to https://elixir.bootlin.com > (the successor of lxr.free-electrons.com), but this solution seemed > simpler. Yeah makes sense to me. Applying into omap-for-v5.1/dt thanks. Tony