Message ID | 1537200536-8817-1-git-send-email-avri.altman@wdc.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-scsi-owner@kernel.org> 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 DEF5E15E8 for <patchwork-linux-scsi@patchwork.kernel.org>; Mon, 17 Sep 2018 16:09:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CCE2229FA4 for <patchwork-linux-scsi@patchwork.kernel.org>; Mon, 17 Sep 2018 16:09:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BF00729FB4; Mon, 17 Sep 2018 16:09:30 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 3EEB629FA4 for <patchwork-linux-scsi@patchwork.kernel.org>; Mon, 17 Sep 2018 16:09:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728090AbeIQVha (ORCPT <rfc822;patchwork-linux-scsi@patchwork.kernel.org>); Mon, 17 Sep 2018 17:37:30 -0400 Received: from esa6.hgst.iphmx.com ([216.71.154.45]:63409 "EHLO esa6.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727775AbeIQVh3 (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Mon, 17 Sep 2018 17:37:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1537200569; x=1568736569; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xNiqc5QhUBp1NT7LeS0zA7bRQ2sE4OOGbaJdoXUJowQ=; b=Vgd7l8jufaKl+sgXwgzqsgSfdsyShQ4ficU7LtF62PXPmM0uATwIbcFX 4pTQ6YcTb2lnDxqtkqQUt3sRU18xw5jadhY6M42qhuIe55xErMATmx82i IxO+5LZXs9JL9Flsy/+X7lJTtfYgWh+fCiOVUqkNnu9IoE1u8TfPCwTce 2NOx8pZLRa1SEGdzakz3OMCVICSYtKEGJ/iQmtNfXaVvfbzV9XqCPTbPS oKZS1+JV2IWAqC2TOEBLZTzFDxEl2nNu7o8teLWgL7efjX+b64sr3VNcI zw7Xt8gKfRKXu0BSMsMgVnEtldIYalKfLZOT9gesSp0BLFNjwqY8VDPAA Q==; X-IronPort-AV: E=Sophos;i="5.53,386,1531756800"; d="scan'208";a="91572809" Received: from h199-255-45-15.hgst.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 18 Sep 2018 00:09:29 +0800 Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep02.wdc.com with ESMTP; 17 Sep 2018 08:55:40 -0700 Received: from kfae422988.sdcorp.global.sandisk.com ([10.0.231.37]) by uls-op-cesaip01.wdc.com with ESMTP; 17 Sep 2018 09:09:25 -0700 From: Avri Altman <avri.altman@wdc.com> To: Christoph Hellwig <hch@lst.de>, Johannes Thumshirn <jthumshirn@suse.de>, Hannes Reinecke <hare@suse.com>, Bart Van Assche <Bart.VanAssche@wdc.com>, "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>, "Martin K. Petersen" <martin.petersen@oracle.com>, linux-scsi@vger.kernel.org Cc: Stanislav Nijnikov <stanislav.nijnikov@wdc.com>, Avi Shchislowski <avi.shchislowski@wdc.com>, Alex Lemberg <alex.lemberg@wdc.com>, Subhash Jadavani <subhashj@codeaurora.org>, Vinayak Holikatti <Vinayak.Holikatti@wdc.com>, Avri Altman <avri.altman@wdc.com> Subject: [PATCH v5 0/6] scsi: Add ufs bsg endpoint Date: Mon, 17 Sep 2018 19:08:50 +0300 Message-Id: <1537200536-8817-1-git-send-email-avri.altman@wdc.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
scsi: Add ufs bsg endpoint
|
expand
|