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,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, 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 2CE43C433E0 for ; Fri, 22 Jan 2021 13:47:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4479235E4 for ; Fri, 22 Jan 2021 13:47:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727825AbhAVNrH (ORCPT ); Fri, 22 Jan 2021 08:47:07 -0500 Received: from mga06.intel.com ([134.134.136.31]:55829 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727010AbhAVNrD (ORCPT ); Fri, 22 Jan 2021 08:47:03 -0500 IronPort-SDR: 2NdTQOoGJgwZf9wZcY21UVnP2tV5plDiHT3ESNTF45XeFoJm5TuopibxWQBcw2vQkrqbJ5O3Ac zOH0+p2lGddw== X-IronPort-AV: E=McAfee;i="6000,8403,9871"; a="240987505" X-IronPort-AV: E=Sophos;i="5.79,366,1602572400"; d="scan'208";a="240987505" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2021 05:45:17 -0800 IronPort-SDR: 0/foKXnvR34jt59wd4PnlyGaMdhteOUh3++ZFCn5ggaHfd83ywXXNc7dLhVq3O8RoPRUT4DLRW jsh4+RdhvcQA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,366,1602572400"; d="scan'208";a="357030969" Received: from um.fi.intel.com (HELO um) ([10.237.72.57]) by fmsmga008.fm.intel.com with ESMTP; 22 Jan 2021 05:45:15 -0800 From: Alexander Shishkin To: Andy Shevchenko , Arnd Bergmann , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Jiri Slaby Cc: Andy Shevchenko , Linus Walleij , alexander.shishkin@linux.intel.com Subject: Re: [PATCH v1] misc: pti: Remove driver for deprecated platform In-Reply-To: <20210122114358.39299-1-andriy.shevchenko@linux.intel.com> References: <20210122114358.39299-1-andriy.shevchenko@linux.intel.com> Date: Fri, 22 Jan 2021 15:45:14 +0200 Message-ID: <87im7pjdat.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Shevchenko writes: > Intel Moorestown and Medfield are quite old Intel Atom based > 32-bit platforms, which were in limited use in some Android phones, > tablets and consumer electronics more than eight years ago. > > There are no bugs or problems ever reported outside from Intel > for breaking any of that platforms for years. It seems no real > users exists who run more or less fresh kernel on it. The commit > 05f4434bc130 ("ASoC: Intel: remove mfld_machine") also in align > with this theory. > > Due to above and to reduce a burden of supporting outdated drivers > we remove the support of outdated platforms completely. > > Cc: Alexander Shishkin > Signed-off-by: Andy Shevchenko > Acked-by: Linus Walleij FWIW, Acked-by: Alexander Shishkin Regards, -- Alex