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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9F1AAC433DB for ; Mon, 1 Feb 2021 18:50:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B18164E31 for ; Mon, 1 Feb 2021 18:50:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229555AbhBASun (ORCPT ); Mon, 1 Feb 2021 13:50:43 -0500 Received: from mail-oi1-f179.google.com ([209.85.167.179]:40351 "EHLO mail-oi1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229763AbhBASun (ORCPT ); Mon, 1 Feb 2021 13:50:43 -0500 Received: by mail-oi1-f179.google.com with SMTP id k142so5480568oib.7; Mon, 01 Feb 2021 10:50:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aOyiAkm4EZ4H70a+GP6ZyqUn1vvRaBH/f0gl3qIFpYY=; b=ImEKVCvFakcrrs9qQ85KlGAGGSiepv1BJ7VlB/wyCu03KWeRtNPyucFPg3nK6zCP8P 4YvrQXWsf0yGcbtAgeoDU8PzPsz241ZdJKKEngtaBXcWwhU/HDz144aDL1uwY1aTeUPv nOEaITKUrcGB31VB8+s5+sug77Dl6bsDSupS3sZ/9bvW+uAkb573V0hy8eRNlV/ibOga H5b5O4gfkvZlT9YBWu6k0It3Ld/Rj8FDTV09G/+HvnyWrQd5yneABWDXdsKRaAyjXgLU K5c9gfFLPeAj+nR2jk42kjX0E10iMO0rYlvCJkTjKFF4FznasZqMd9N1yhAMZLpgrerb Eahg== X-Gm-Message-State: AOAM530zC0fCr2QYqfOMfI2LcrXYwQ/DZHeBa+hh5hdeT1gaYar4VEt8 +8Kv3xf6OyrvG8C14o2KbERaqH3lPLCdq0J+lUw= X-Google-Smtp-Source: ABdhPJzLA3DzsrAUF09uDXBNIgSYisgX3jApC6Ba9Ye4EuEP84kjmP4Akv5YDF8Omh0VMlWbwgL0iKioz8R+yHcuA14= X-Received: by 2002:aca:d14:: with SMTP id 20mr171918oin.157.1612205401622; Mon, 01 Feb 2021 10:50:01 -0800 (PST) MIME-Version: 1.0 References: <20210125193948.56760-1-andriy.shevchenko@linux.intel.com> <20210126082101.GD4903@dell> In-Reply-To: From: "Rafael J. Wysocki" Date: Mon, 1 Feb 2021 19:49:50 +0100 Message-ID: Subject: Re: [PATCH v1 00/10] mfd, x86: remove msic driver and leftovers To: Andy Shevchenko , Lee Jones Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , "the arch/x86 maintainers" , "H. Peter Anvin" , Linux Kernel Mailing List , ACPI Devel Maling List , "Rafael J. Wysocki" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Feb 1, 2021 at 7:45 PM Andy Shevchenko wrote: > > On Tue, Jan 26, 2021 at 12:39:59PM +0200, Andy Shevchenko wrote: > > On Tue, Jan 26, 2021 at 08:21:01AM +0000, Lee Jones wrote: > > > On Mon, 25 Jan 2021, Andy Shevchenko wrote: > > > > > > > This is a second part of the Intel MID outdated platforms removal. > > > > First part is available as immutable branch [1]. The series has functional > > > > and build dependencies, so the mentioned branch should be used as a base > > > > for these changes. > > > > > > > > Note, that some of the drivers, that arch/x86 covers, seems never appeared > > > > in the upstream (like msic_ocd). > > > > > > What platforms stop working after this removal? > > > > Intel Moorstown, Medfield, Clovertrail. > > > > > Are you sure no-one is using them? > > > > Definitely. > > > > > I wouldn't be keen on breaking Janet's PC that she's been using daily > > > and keeping up-to-date since the 90's. > > > > They never were in PCs. > > > > All of them were supported by Android and Janet won't update her phone or even > > Android tablet for sure they never ever run any kind of Linux than Android. > > So, I hope you are satisfied and we may proceed with removal. Speaking of which, the patches here are requisite for SFI support removal, so I'd like to route them through the ACPI tree if that's fine by all of the interested parties. Thanks!