From patchwork Mon Feb 11 13:31:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Gonzalez X-Patchwork-Id: 10805771 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 43CAB746 for ; Mon, 11 Feb 2019 13:34:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 309CD2A461 for ; Mon, 11 Feb 2019 13:34:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 23F272A469; Mon, 11 Feb 2019 13:34:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9DA172A461 for ; Mon, 11 Feb 2019 13:34:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727916AbfBKNeo (ORCPT ); Mon, 11 Feb 2019 08:34:44 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:64132 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727728AbfBKNeo (ORCPT ); Mon, 11 Feb 2019 08:34:44 -0500 Received: from [192.168.108.68] (unknown [213.36.7.13]) (Authenticated sender: marc.w.gonzalez) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 8433B13F86F; Mon, 11 Feb 2019 14:33:49 +0100 (CET) From: Marc Gonzalez Subject: [PATCH v5 0/2] Clean up UFSHC driver To: SCSI , LKML Cc: Jeffrey Hugo , Bjorn Andersson , Evan Green , Douglas Anderson , Alim Akhtar , Avri Altman , Pedro Sousa , Joao Pinto , Mark Brown , Liam Girdwood , Rob Herring , Bart Van Assche , Stanislav Nijnikov , Alex Lemberg , Ohad Sharabi , Venkat Gopalakrishnan , Subhash Jadavani , Yaniv Gardi , Gilad Broner , Raviv Shvili , Hannes Reinecke , Kyuho Choi , Martin Petersen Message-ID: <494cd639-89a7-8868-b63a-ea7cdcba9777@free.fr> Date: Mon, 11 Feb 2019 14:31:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Casting a wide net to get as many eyeballs on the subject as possible. I'm splitting this mini series off from the main "UFS on APQ8098/MSM8998" as it's 1) ufs/scsi specific 2) controversial (to my surprise) Please send all your Reviewed-by: tags if you agree with the patch, and/or voice your concerns ASAP. This series removes the "disable-VCCQ-power-rail-for-some-Flash-chips" quirk, and cleans up after the dust settles. Marc Gonzalez (2): scsi: ufs: Do not disable vccq in UFSHC driver scsi: ufs: Remove unused device quirks drivers/scsi/ufs/ufs.h | 1 - drivers/scsi/ufs/ufs_quirks.h | 29 ---------------- drivers/scsi/ufs/ufshcd.c | 63 +++-------------------------------- 3 files changed, 4 insertions(+), 89 deletions(-) Reviewed-by: Alim Akhtar Acked-by: Alim Akhtar