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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 D6BA5CA9EB5 for ; Mon, 4 Nov 2019 15:13:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B83F4204FD for ; Mon, 4 Nov 2019 15:13:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728386AbfKDPNS (ORCPT ); Mon, 4 Nov 2019 10:13:18 -0500 Received: from foss.arm.com ([217.140.110.172]:44950 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727796AbfKDPNS (ORCPT ); Mon, 4 Nov 2019 10:13:18 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C11861FB; Mon, 4 Nov 2019 07:13:17 -0800 (PST) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A0E433F719; Mon, 4 Nov 2019 07:13:16 -0800 (PST) Date: Mon, 4 Nov 2019 15:13:10 +0000 From: Sudeep Holla To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij , Liviu Dudau , Lorenzo Pieralisi , Sudeep Holla , Russell King Subject: Re: [PATCH 1/6] ARM: versatile: move integrator/realview/vexpress to versatile Message-ID: <20191104151310.GA1872@bogus> References: <20191018163047.1284736-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191018163047.1284736-1-arnd@arndb.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 18, 2019 at 06:29:14PM +0200, Arnd Bergmann wrote: > These are all fairly small platforms by now, and they are > closely related. Just move them all into a single directory. > > Cc: Linus Walleij > Cc: Liviu Dudau > Cc: Sudeep Holla Looks good to me, so for vexpress part: Acked-by: Sudeep Holla As Linus W requested, if you share a branch, I can give it a go on Vexpress TC2. -- Regards, Sudeep