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=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 F40DFC11D0C for ; Thu, 20 Feb 2020 17:23:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D32CC207FD for ; Thu, 20 Feb 2020 17:23:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728111AbgBTRXX (ORCPT ); Thu, 20 Feb 2020 12:23:23 -0500 Received: from verein.lst.de ([213.95.11.211]:50617 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728064AbgBTRXX (ORCPT ); Thu, 20 Feb 2020 12:23:23 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id A359A68BFE; Thu, 20 Feb 2020 18:23:20 +0100 (CET) Date: Thu, 20 Feb 2020 18:23:20 +0100 From: 'Christoph Hellwig' To: Eric Biggers Cc: Kiwoong Kim , 'Christoph Hellwig' , linux-scsi@vger.kernel.org, 'Alim Akhtar' , 'Avri Altman' Subject: Re: [PATCH 1/2] ufshcd: remove unused quirks Message-ID: <20200220172320.GA14530@lst.de> References: <20200218234450.69412-1-hch@lst.de> <20200218234450.69412-2-hch@lst.de> <0afd01d5e6b7$988cddf0$c9a699d0$@samsung.com> <20200219004248.GB213946@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200219004248.GB213946@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Tue, Feb 18, 2020 at 04:42:49PM -0800, Eric Biggers wrote: > These quirks have been there for 2-3 years without the driver that needs them > even being posted to the mailing list since 2017. Since we don't keep unused > code in the upstream kernel, I support the removal of these quirks. If you > don't want them to be removed, you need to get your driver upstream. Yes. And some of them could be improved a little bit as well if they get added back. But given that this didn't happen in all the years I do not mentally expect the driver to ever make it anyway.