Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1218816ybl; Tue, 13 Aug 2019 09:08:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqwL9GM14Zt/vvGzKDaua8B3oFC2aU2BglLZgsrzXcr/RY3eU4JLmanDvpqhD1LaO6ne8IQZ X-Received: by 2002:a65:6547:: with SMTP id a7mr34629549pgw.65.1565712503833; Tue, 13 Aug 2019 09:08:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565712503; cv=none; d=google.com; s=arc-20160816; b=lWiH81goyghDlRwtxnySmKK4EXEJwhBt0da0XhFmtGAWB8suiaLxn7OYc8Bnrfa6dO sNeaDbBegZILLeXCtqaguRERIAYvy7LlfqORiFyO5His5VCVqc9L4F4ICRIMB8rMQVoQ XhfqiNWV+CPSNdZ848EyWj/asyQTEU+uoSiQGVFBsJlyVShGoSxiq+Z8kGzBtqV6hu1x N8glJUYwum7bs/Y1b4cMYYVEfUMK5WpwQ12nVWw/dc1iTl8eht8Urp+xQVCDMMDJGR3B /CfbphzeRc2uaGToWRAlH88GNYeqkay9dlGoAFGVyMkJGuPiSnlKVBaMgCb5UlhZX5qG Ixsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject; bh=uCE4kjnFTVTBlVKyN+Z9pOZ7q4mKpvLzoPfrhL4eG9s=; b=qn1M//Ns40eZzUWH03NfzDdb+D0M/UR5WCFzvzodv8dWU2hYN7RdyN0YZ5nAlwWwOM D4txTcXz1ORMtqYkZKJ9NCjmQYxvfUrPmGxJNYRbyKZeQEA5EeLiDI2VcI1l/wZRGJWc GI5HMXVzsp/TINWxt/cONBl/uUltsih/felvNW0IpWuyfRzeSzOkRrWMC1aomQaHalP9 O34w9zSHbKj4WDAmKfqxJVHTu8IQa2I0RX9Afwd22UoB+SsMvNK9mF3m+b6hCbtIgrZz o53CRoOyhvS2/3evHXgN7jQL0k3ygjN3w5nMQGxAg1gvM1CI1e80/C/fEwUBJZlsp1Xv 3zYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b18si58405387plz.389.2019.08.13.09.08.07; Tue, 13 Aug 2019 09:08:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727611AbfHMP2C (ORCPT + 99 others); Tue, 13 Aug 2019 11:28:02 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:44932 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726808AbfHMP2C (ORCPT ); Tue, 13 Aug 2019 11:28:02 -0400 Received: from [167.98.27.226] (helo=[10.35.5.101]) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1hxYiN-0006Cf-ER; Tue, 13 Aug 2019 16:27:59 +0100 Subject: Re: [PATCH 01/16] ARM: remove ks8695 platform To: Arnd Bergmann , soc@kernel.org Cc: Greg Ungerer , Andrew Victor , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20190809202749.742267-1-arnd@arndb.de> <20190809202749.742267-2-arnd@arndb.de> From: Ben Dooks Organization: Codethink Limited. Message-ID: <3d6c7162-f802-6869-77cb-27aa456b237d@codethink.co.uk> Date: Tue, 13 Aug 2019 16:27:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190809202749.742267-2-arnd@arndb.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/08/2019 21:27, Arnd Bergmann wrote: > ks8695 is an older SoC originally made by Kendin, which was later acquired > by Micrel, and subsequently by Microchip. > > The platform port was originally contributed by Andrew Victor and Ben > Dooks, and later maintained by Greg Ungerer. > > When I recently submitted cleanups, but Greg noted that the platform no > longer boots and nobody is using it any more, we decided to remove it. > > Cc: Greg Ungerer > Cc: Andrew Victor > Cc: Ben Dooks > Link: https://wikidevi.com/wiki/Micrel > Link: https://lore.kernel.org/linux-arm-kernel/2bc41895-d4f9-896c-0726-0b2862fcbf25@kernel.org/ > Signed-off-by: Arnd Bergmann Acked-by: Ben Dooks