Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754681AbbEUKJi (ORCPT ); Thu, 21 May 2015 06:09:38 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:35658 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753275AbbEUKJg (ORCPT ); Thu, 21 May 2015 06:09:36 -0400 Message-ID: <13293a67c19b0c18d2c99386dcf159ea.squirrel@www.codeaurora.org> In-Reply-To: <1432192570.21715.107.camel@x220> References: <1432043231-31102-1-git-send-email-ygardi@codeaurora.org> <1432043231-31102-4-git-send-email-ygardi@codeaurora.org> <1432106479.21715.33.camel@x220> <1432110155.21715.45.camel@x220> <1432192570.21715.107.camel@x220> Date: Thu, 21 May 2015 10:09:34 -0000 Subject: Re: [PATCH v1 3/3] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM component From: ygardi@codeaurora.org To: "Paul Bolle" Cc: "Yaniv Gardi" , james.bottomley@hansenpartnership.com, kishon@ti.com, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, linux-arm-msm@vger.kernel.org, santoshsy@gmail.com, linux-scsi-owner@vger.kernel.org, subhashj@codeaurora.org, gbroner@codeaurora.org, dovl@codeaurora.org, "Vinayak Holikatti" , "James E.J. Bottomley" User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1628 Lines: 43 > On Wed, 2015-05-20 at 10:22 +0200, Paul Bolle wrote: >> By the way, as far as I can see, this (new) module can only be loaded >> manually (or via scripts). Is that what people want? > > This comment wasn't well thought through. So I hand another look at the > code of usf-qcom. > > I noticed that the single thing ufs-qcom exports is "struct > ufs_hba_qcom_vops". But that's unused in next-20150520: > $ git grep -nw ufs_hba_qcom_vops > drivers/scsi/ufs/ufs-qcom.c:999: * struct ufs_hba_qcom_vops - UFS QCOM > specific variant operations > drivers/scsi/ufs/ufs-qcom.c:1004:static const struct > ufs_hba_variant_ops ufs_hba_qcom_vops = { > drivers/scsi/ufs/ufs-qcom.c:1016:EXPORT_SYMBOL(ufs_hba_qcom_vops); > > So it's not used by code outside of ufs-qcom.c. Probably because it > can't actually be used by outside code. It's not mentioned in any public > header and it's even static! > > Am I missing something obvious here? Because ufs-qcom currently looks > pointless to me, and I actually see little reason to even have it in the > mainline tree. > we haven't uploaded yet the patch that binds qcom vops to the driver, but we will soon. > > Paul Bolle > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/