All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
@ 2019-12-11  9:13 Can Guo
  2019-12-11 11:11   ` Avri Altman
  0 siblings, 1 reply; 6+ messages in thread
From: Can Guo @ 2019-12-11  9:13 UTC (permalink / raw)
  To: asutoshd, nguyenb, rnayak, linux-scsi, kernel-team, saravanak,
	salyzyn, cang
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Olof Johansson,
	Aisheng Dong, Maxime Ripard, Arnd Bergmann, Anson Huang,
	Leonard Crestez, Dinh Nguyen, Clément Péron,
	Marcin Juszkiewicz,
	moderated list:ARM64 PORT (AARCH64 ARCHITECTURE),
	open list

Compiling ufs-bsg as a module to improve flexibility of its usage.

Signed-off-by: Can Guo <cang@codeaurora.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8e05c39..169a6e6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y
 CONFIG_SCSI_UFSHCD_PLATFORM=y
 CONFIG_SCSI_UFS_QCOM=m
 CONFIG_SCSI_UFS_HISI=y
+CONFIG_SCSI_UFS_BSG=m
 CONFIG_ATA=y
 CONFIG_SATA_AHCI=y
 CONFIG_SATA_AHCI_PLATFORM=y
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* RE: [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
  2019-12-11  9:13 [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module Can Guo
@ 2019-12-11 11:11   ` Avri Altman
  0 siblings, 0 replies; 6+ messages in thread
From: Avri Altman @ 2019-12-11 11:11 UTC (permalink / raw)
  To: Can Guo, asutoshd, nguyenb, rnayak, linux-scsi, kernel-team,
	saravanak, salyzyn
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Olof Johansson,
	Aisheng Dong, Maxime Ripard, Arnd Bergmann, Anson Huang,
	Leonard Crestez, Dinh Nguyen, Clément Péron,
	Marcin Juszkiewicz,
	moderated list:ARM64 PORT (AARCH64 ARCHITECTURE),
	open list



> 
> Compiling ufs-bsg as a module to improve flexibility of its usage.
> 
> Signed-off-by: Can Guo <cang@codeaurora.org>
Not sure we want to make it loadable by default.
The platform vendor should decide if this module is available or not,
Don't you think?


> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index
> 8e05c39..169a6e6 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y
> CONFIG_SCSI_UFSHCD_PLATFORM=y  CONFIG_SCSI_UFS_QCOM=m
> CONFIG_SCSI_UFS_HISI=y
> +CONFIG_SCSI_UFS_BSG=m
>  CONFIG_ATA=y
>  CONFIG_SATA_AHCI=y
>  CONFIG_SATA_AHCI_PLATFORM=y
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
@ 2019-12-11 11:11   ` Avri Altman
  0 siblings, 0 replies; 6+ messages in thread
From: Avri Altman @ 2019-12-11 11:11 UTC (permalink / raw)
  To: Can Guo, asutoshd, nguyenb, rnayak, linux-scsi, kernel-team,
	saravanak, salyzyn
  Cc: Aisheng Dong, Anson Huang, Arnd Bergmann, Catalin Marinas,
	open list, Maxime Ripard, Marcin Juszkiewicz, Dinh Nguyen,
	Clément Péron, Olof Johansson, Shawn Guo,
	Leonard Crestez, Will Deacon,
	moderated list:ARM64 PORT        (AARCH64 ARCHITECTURE)



> 
> Compiling ufs-bsg as a module to improve flexibility of its usage.
> 
> Signed-off-by: Can Guo <cang@codeaurora.org>
Not sure we want to make it loadable by default.
The platform vendor should decide if this module is available or not,
Don't you think?


> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index
> 8e05c39..169a6e6 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y
> CONFIG_SCSI_UFSHCD_PLATFORM=y  CONFIG_SCSI_UFS_QCOM=m
> CONFIG_SCSI_UFS_HISI=y
> +CONFIG_SCSI_UFS_BSG=m
>  CONFIG_ATA=y
>  CONFIG_SATA_AHCI=y
>  CONFIG_SATA_AHCI_PLATFORM=y
> --
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
  2019-12-11 11:11   ` Avri Altman
  (?)
@ 2019-12-11 11:45   ` cang
  -1 siblings, 0 replies; 6+ messages in thread
From: cang @ 2019-12-11 11:45 UTC (permalink / raw)
  To: Avri Altman
  Cc: Aisheng Dong, rnayak, linux-scsi, saravanak, Anson Huang,
	Catalin Marinas, nguyenb, Maxime Ripard, open list,
	Marcin Juszkiewicz, Dinh Nguyen, Will Deacon,
	Clément Péron, Arnd Bergmann,
	moderated list:ARM64 PORT (AARCH64 ARCHITECTURE),
	Olof Johansson, Shawn Guo, Leonard Crestez, kernel-team, salyzyn,
	asutoshd

On 2019-12-11 19:11, Avri Altman wrote:
>> 
>> Compiling ufs-bsg as a module to improve flexibility of its usage.
>> 
>> Signed-off-by: Can Guo <cang@codeaurora.org>
> Not sure we want to make it loadable by default.
> The platform vendor should decide if this module is available or not,
> Don't you think?
> 
> 

Agree, I will remove this change from patchset in next versioin of it.

Thanks,

Can Guo.

>> ---
>>  arch/arm64/configs/defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/arch/arm64/configs/defconfig 
>> b/arch/arm64/configs/defconfig index
>> 8e05c39..169a6e6 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y
>> CONFIG_SCSI_UFSHCD_PLATFORM=y  CONFIG_SCSI_UFS_QCOM=m
>> CONFIG_SCSI_UFS_HISI=y
>> +CONFIG_SCSI_UFS_BSG=m
>>  CONFIG_ATA=y
>>  CONFIG_SATA_AHCI=y
>>  CONFIG_SATA_AHCI_PLATFORM=y
>> --
>> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora 
>> Forum,
>> a Linux Foundation Collaborative Project

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
  2019-12-11 11:11   ` Avri Altman
  (?)
  (?)
@ 2019-12-11 11:45   ` cang
  -1 siblings, 0 replies; 6+ messages in thread
From: cang @ 2019-12-11 11:45 UTC (permalink / raw)
  To: Avri Altman
  Cc: asutoshd, nguyenb, rnayak, linux-scsi, kernel-team, saravanak,
	salyzyn, Catalin Marinas, Will Deacon, Shawn Guo, Olof Johansson,
	Aisheng Dong, Maxime Ripard, Arnd Bergmann, Anson Huang,
	Leonard Crestez, Dinh Nguyen, Clément Péron,
	Marcin Juszkiewicz,
	moderated list:ARM64 PORT (AARCH64 ARCHITECTURE),
	open list

On 2019-12-11 19:11, Avri Altman wrote:
>> 
>> Compiling ufs-bsg as a module to improve flexibility of its usage.
>> 
>> Signed-off-by: Can Guo <cang@codeaurora.org>
> Not sure we want to make it loadable by default.
> The platform vendor should decide if this module is available or not,
> Don't you think?
> 
> 

Agree, I will remove this change from patchset in next versioin of it.

Thanks,

Can Guo.

>> ---
>>  arch/arm64/configs/defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/arch/arm64/configs/defconfig 
>> b/arch/arm64/configs/defconfig index
>> 8e05c39..169a6e6 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y
>> CONFIG_SCSI_UFSHCD_PLATFORM=y  CONFIG_SCSI_UFS_QCOM=m
>> CONFIG_SCSI_UFS_HISI=y
>> +CONFIG_SCSI_UFS_BSG=m
>>  CONFIG_ATA=y
>>  CONFIG_SATA_AHCI=y
>>  CONFIG_SATA_AHCI_PLATFORM=y
>> --
>> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora 
>> Forum,
>> a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module
@ 2019-12-11  9:13 Can Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Can Guo @ 2019-12-11  9:13 UTC (permalink / raw)
  To: asutoshd, nguyenb, rnayak, linux-scsi, kernel-team, saravanak,
	salyzyn, cang
  Cc: Aisheng Dong, Anson Huang, Arnd Bergmann, Catalin Marinas,
	open list, Maxime Ripard, Marcin Juszkiewicz, Dinh Nguyen,
	Clément Péron, Olof Johansson, Shawn Guo,
	Leonard Crestez, Will Deacon,
	moderated list:ARM64 PORT AARCH64 ARCHITECTURE

Compiling ufs-bsg as a module to improve flexibility of its usage.

Signed-off-by: Can Guo <cang@codeaurora.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8e05c39..169a6e6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -227,6 +227,7 @@ CONFIG_SCSI_UFSHCD=y
 CONFIG_SCSI_UFSHCD_PLATFORM=y
 CONFIG_SCSI_UFS_QCOM=m
 CONFIG_SCSI_UFS_HISI=y
+CONFIG_SCSI_UFS_BSG=m
 CONFIG_ATA=y
 CONFIG_SATA_AHCI=y
 CONFIG_SATA_AHCI_PLATFORM=y
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-11 11:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11  9:13 [PATCH v2 3/3] arm64: defconfig: Compile ufs-bsg as a module Can Guo
2019-12-11 11:11 ` Avri Altman
2019-12-11 11:11   ` Avri Altman
2019-12-11 11:45   ` cang
2019-12-11 11:45   ` cang
2019-12-11  9:13 Can Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.