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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 84EEFC47082 for ; Thu, 3 Jun 2021 17:38:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69A85613F1 for ; Thu, 3 Jun 2021 17:38:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230478AbhFCRk2 (ORCPT ); Thu, 3 Jun 2021 13:40:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:38464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230100AbhFCRk1 (ORCPT ); Thu, 3 Jun 2021 13:40:27 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 196D0613F3; Thu, 3 Jun 2021 17:38:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622741922; bh=vKQVhlbem0NJ4PBaC93vDBnhL2fK29fHIgjPgQlD61w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QUdAJawlVtAkfUFkShTuntsPKOe6tBAdSKVMZVnLD1k195COHQE2W3SM1l4Sq6PK3 1O4GzffwqtiM6oiRdgnapX8UP8XbkEbY/GXGJyFDY3pTL7Oi7KxLSu/6NQSOMs3dYn fyBXEI/EndXBTtrgckjLcEytlcvI2OKVJ5oR+TWM= Date: Thu, 3 Jun 2021 19:38:40 +0200 From: Greg KH To: Daejun Park Cc: "avri.altman@wdc.com" , "jejb@linux.ibm.com" , "martin.petersen@oracle.com" , "asutoshd@codeaurora.org" , "stanley.chu@mediatek.com" , "cang@codeaurora.org" , "bvanassche@acm.org" , "huobean@gmail.com" , ALIM AKHTAR , "linux-scsi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , JinHwan Park , Javier Gonzalez , Sung-Jun Park , Jinyoung CHOI , Dukhyun Kwon , Keoseong Park , Jaemyung Lee , Jieon Seol Subject: Re: [PATCH v35 0/4] scsi: ufs: Add Host Performance Booster Support Message-ID: References: <20210524084345epcms2p63dde85f3fdc127c29d25ada7d7f539cb@epcms2p6> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210524084345epcms2p63dde85f3fdc127c29d25ada7d7f539cb@epcms2p6> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 24, 2021 at 05:43:45PM +0900, Daejun Park wrote: > Changelog: > > v34 -> v35 > 1. Addressed Bart's comments (type casting) > 2. Rebase 5.14 scsi-queue This looks semi-sane. What's preventing this from being merged? It's a ratified spec, and there is hardware out there that has it, so Linux should support it, right? thanks, greg k-h