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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 38B5DC433FF for ; Sat, 10 Aug 2019 07:29:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 04CBA2184E for ; Sat, 10 Aug 2019 07:29:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565422146; bh=6VbgVATIK8gQ19RGol0s4sZQa5UMwCh4OTfTrF86+S8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LajFdOUhJKGo2jtHashpK3HI3FE3SBgQi2DvFEV1RY6oBdVUsKyfRqZOYcNqIEMNi dbrriMBKHB3/1G6nVTRWqn/8fGXsfElcK2EPOLEHTtEzvEl67haE1wHLnJzLpP1e8m nkxGWGFDUxjV5cHThQC6RGyYXWqrZUOpBrSxpX/w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726212AbfHJH3F (ORCPT ); Sat, 10 Aug 2019 03:29:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:51126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725468AbfHJH3E (ORCPT ); Sat, 10 Aug 2019 03:29:04 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 A8F5A208C3; Sat, 10 Aug 2019 07:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565422143; bh=6VbgVATIK8gQ19RGol0s4sZQa5UMwCh4OTfTrF86+S8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lBqrC7ohyxzl6vsNis9zlpMAhEi70L2WIqFNi8DDBsBBNwByj5leAHxmTIVNndq9s TmKlDe4pOaS0AZ1mw/6SXmBx+J4FF6/e2v1l5HTChKEx5JJo8ey/k96tf5JfLLG90A 9Xpmz9DaBhJLkh1c//sGGMllxdkZ23lOJlyBP2UE= Date: Sat, 10 Aug 2019 09:29:00 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: soc@kernel.org, "Wanzongshun (Vincent)" , Greg Ungerer , linux-serial@vger.kernel.org, Dmitry Torokhov , linux-input@vger.kernel.org, Linus Walleij , linux-gpio@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org, Guenter Roeck , Mark Brown , alsa-devel@alsa-project.org, linux-spi@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-fbdev@vger.kernel.org, Miquel Raynal , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/16] ARM: remove ks8695 and w90x900 platforms Message-ID: <20190810072900.GA16359@kroah.com> References: <20190809202749.742267-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190809202749.742267-1-arnd@arndb.de> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 09, 2019 at 10:27:28PM +0200, Arnd Bergmann wrote: > As discussed previously, these two ARM platforms have no > known remaining users, let's remove them completely. > > Subsystem maintainers: feel free to take the driver removals > through your respective trees, they are all independent of > one another. We can merge any remaining patches through the > soc tree. Serial and USB host controller driver patches applied, thanks! greg k-h