From patchwork Mon Jul 6 06:07:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stanley Chu X-Patchwork-Id: 11644893 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CC96B618 for ; Mon, 6 Jul 2020 06:07:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A971D20760 for ; Mon, 6 Jul 2020 06:07:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="V1g6nGNH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728852AbgGFGHN (ORCPT ); Mon, 6 Jul 2020 02:07:13 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:56214 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728794AbgGFGHN (ORCPT ); Mon, 6 Jul 2020 02:07:13 -0400 X-UUID: 75a23e65dc0a434ab1152f8bc8cf7d96-20200706 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=10V6OZvPGw+EU6EjKCj8JSWdQJi/LF2dghOjGFtO6Nc=; b=V1g6nGNHeTUn934t4KNzuvI4t1tW5gn73J8zAboUZjgx7GvlGnmqGBABWVoqyzymsVlJeuJA78qW5XiGft7CXFAAbpBD5EP4/7Ek7ME05m9UDxh4GOE5w+7bz+6UM4yUHv+FBUWeCpAfH3oT/HUtVgMG6M+tqm/XgduVP595498=; X-UUID: 75a23e65dc0a434ab1152f8bc8cf7d96-20200706 Received: from mtkcas07.mediatek.inc [(172.21.101.84)] by mailgw01.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 1937128836; Mon, 06 Jul 2020 14:07:09 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs02n2.mediatek.inc (172.21.101.101) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 6 Jul 2020 14:07:05 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 6 Jul 2020 14:07:05 +0800 From: Stanley Chu To: , , , , , CC: , , , , , , , , , , , , , Stanley Chu Subject: [PATCH v1 0/2] scsi: ufs: Fix and simplify setup_xfer_req vop and request's completion timestamp Date: Mon, 6 Jul 2020 14:07:05 +0800 Message-ID: <20200706060707.32608-1-stanley.chu@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-TM-SNTS-SMTP: 395A691655FC77A3D96133384BF5BD9B22F22366F969AF146C71BEA70F7985E52000:8 X-MTK: N Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Hi, This small series fixes and simplifies setup_xfer_req vop and request's completion timestamp. Stanley Chu (2): scsi: ufs: Simplify completion timestamp for SCSI and query commands scsi: ufs: Fix and simplify setup_xfer_req variant operation drivers/scsi/ufs/ufshcd.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)