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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 ADB62C56201 for ; Tue, 24 Nov 2020 14:43:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 648CD20715 for ; Tue, 24 Nov 2020 14:43:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388854AbgKXOnI (ORCPT ); Tue, 24 Nov 2020 09:43:08 -0500 Received: from mga05.intel.com ([192.55.52.43]:4460 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389221AbgKXOnH (ORCPT ); Tue, 24 Nov 2020 09:43:07 -0500 IronPort-SDR: 5/3Yv/HPgahPYAAElHRBJ3xKjdQI7IckzLOl7qYihkLyAAl02ATRF5meACgRSxiaV0o8Taaz54 +ppVz2xlJfvA== X-IronPort-AV: E=McAfee;i="6000,8403,9814"; a="256663330" X-IronPort-AV: E=Sophos;i="5.78,366,1599548400"; d="scan'208";a="256663330" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 06:43:06 -0800 IronPort-SDR: AKBlFz7WKEYjYzKpDQSzes7RmKgB/IIPT6Q2bvXiQ/zfjq4wG3d4TuIIK7CUxR4fqniyjfwRM5 QRxuFytNKMqA== X-IronPort-AV: E=Sophos;i="5.78,366,1599548400"; d="scan'208";a="478521342" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 06:43:03 -0800 Received: by lahna (sSMTP sendmail emulation); Tue, 24 Nov 2020 16:43:00 +0200 Date: Tue, 24 Nov 2020 16:43:00 +0200 From: Mika Westerberg To: Andy Shevchenko Cc: Linus Walleij , Hans de Goede , Mark Gross , "open list:GPIO SUBSYSTEM" , Platform Driver , Len Brown Subject: Re: Request for pre-review of pending MID removal patch series Message-ID: <20201124144300.GM2532@lahna.fi.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org On Mon, Nov 23, 2020 at 07:59:29PM +0200, Andy Shevchenko wrote: > +Cc: Mika > > On Fri, Oct 23, 2020 at 8:07 PM Andy Shevchenko > wrote: > > > > Hi! > > > > There is a pending patch series [1] to remove a lot of legacy code > > related to old Intel MID platforms. (Note, not all of them, since we > > have an ACPI based Intel Edison edition which continue working nicely > > after this) > > > > Most of the code is shuffling arch/x86 and the series is quite > > dependent on the contents of that folder (for the sake of > > bisectability). Since that the only way it would be integrated is > > through the tip tree I would like to have your preliminary review on > > other contents — #3 and #4 are PDx86 and GPIO subsystems. In this case > > I won't resend this many times. > > > > I have a preliminary offline agreement with Len Brown on SFI removal > > (#2 in the list). > > > > [1]: https://gitlab.com/andy-shev/next/-/commits/topic/mid-removal/ Looks pretty good to me. I wonder it is possible to remove gma500 also or it is used in Edison?