From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 180921CFA7; Mon, 26 Feb 2024 11:58:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=74.50.62.9 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708948741; cv=none; b=qXAWQsSijuAQWqQwv3+MsUIWGyTC80TZkor54K8gnVZckFWMEHYfG8H0i+S+bMn0IWRBWP/ABjjBsLLKikM1DAT13vDOYrcBrxN47BYnkJRVBMHFFc6v4uDvSS8NWVwY40OmxFFPe9JaqhA5wmzKI0hMiRaidvDMp0CurlA9j/0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708948741; c=relaxed/simple; bh=NUmJx1FCV8BWdfgpJMrSm3cXD9TOZaTRvkGICB6GVk4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eX9ZiphLex9u7DjfVrJ7dZEL1PIVtCLak41MqM0T64fbwsACBd0g4czNhlu49W0qfxJ4gObbaHf5VkJg5Z9KYz3beiobURg4Upf2/2SB7s3QOmIP9eU4CZV9s8VMjk+dBAaeirnyy27V/vl/aL651po81eDQ1mfu3IT06xcCHhI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com; spf=fail smtp.mailfrom=atomide.com; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b=CscYpYUV; arc=none smtp.client-ip=74.50.62.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=atomide.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="CscYpYUV" Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 52A5D604E8; Mon, 26 Feb 2024 11:58:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1708948739; bh=NUmJx1FCV8BWdfgpJMrSm3cXD9TOZaTRvkGICB6GVk4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CscYpYUV1O7CBS5suvnxe8AJD9kpf1J44Vi50icMc6M8IA2jIp2FlQNyJsaJ8zgUS 4NBrP2QAM+bTvF+5IuRptem0o8nTHXi0HBGz13SLGgl8CrscBaekNTaBgWbRAuI3vj qUz5e66i8WPOPxj1yN7x7QLwZfyq8ccPdGd8epJQHNg/bK6HTsVhGVQHypPygKwtYv /TwB0M5ZhWKpnj8H2URLmQcQZh7olK2sgO6txobH3NE8ddkARStQtqviqksgNeYTNW MPMllyRU2YjZeT60tsmZVXzC/nvYZZSnt1yMMBNyWG2Bh5dXE/9Uh79ay48zVJRrom iSoZi9TB8Y+cA== Date: Mon, 26 Feb 2024 13:58:34 +0200 From: Tony Lindgren To: Nishanth Menon Cc: Mark Jackson , Conor Dooley , Krzysztof Kozlowski , Rob Herring , =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, Marc Murphy , Paul Barker Subject: Re: [PATCH] ARM: dts: omap: Switch over to https:// url Message-ID: <20240226115834.GZ52537@atomide.com> References: <20240109195500.3833121-1-nm@ti.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240109195500.3833121-1-nm@ti.com> * Nishanth Menon [240109 21:55]: > Move the pending urls back to https:// and mark the ones that are no > longer accessible (http or https) as defunct. Applying into omap-for-v6.9/dt thanks. Tony