linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwrng: msm: switch Kconfig to ARCH_QCOM depends
@ 2014-02-11 20:21 Kumar Gala
  2014-02-12  9:33 ` Stanimir Varbanov
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2014-02-11 20:21 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Kumar Gala, linux-kernel, linux-arm-msm, linux-arm-kernel

This is the splits the Qualcomm MSM platform into legacy support that we will
not try and convert to multiplatform and multiplatform support.

- k

Changes from v2:
* Dropped ARCH_MSM depends from CLKSRC_QCOM, since we select it
* Fixed some grammar/typo's in commit messages
* kept smp ops code in platsmp.c to match what other mach's do
* Kept mach-qcom/Kconfig sorted alphabetically

Changes from v1:
* Added patch to remove hotplug.c
* Added patch to rename msm_ to qcom_
* Changes the Kconfig to drop CPU_V7
* used wfi() in cpu_die function
* Added git tree to MAINTAINERS file

Kumar Gala (5):

We've split Qualcomm MSM support into legacy and multiplatform.  The RNG
driver is only relevant on the multiplatform supported SoCs so switch the
Kconfig depends to ARCH_QCOM.

CC: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 drivers/char/hw_random/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index 2f2b084..289bd3a 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -343,7 +343,7 @@ config HW_RANDOM_TPM
 
 config HW_RANDOM_MSM
 	tristate "Qualcomm MSM Random Number Generator support"
-	depends on HW_RANDOM && ARCH_MSM
+	depends on HW_RANDOM && ARCH_QCOM
 	---help---
 	  This driver provides kernel-side support for the Random Number
 	  Generator hardware found on Qualcomm MSM SoCs.
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation


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

* Re: [PATCH] hwrng: msm: switch Kconfig to ARCH_QCOM depends
  2014-02-11 20:21 [PATCH] hwrng: msm: switch Kconfig to ARCH_QCOM depends Kumar Gala
@ 2014-02-12  9:33 ` Stanimir Varbanov
  2014-02-25 12:16   ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Stanimir Varbanov @ 2014-02-12  9:33 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Herbert Xu, linux-kernel, linux-arm-msm, linux-arm-kernel

Hi,
> We've split Qualcomm MSM support into legacy and multiplatform.  The RNG
> driver is only relevant on the multiplatform supported SoCs so switch the
> Kconfig depends to ARCH_QCOM.
> 
> CC: Herbert Xu <herbert@gondor.apana.org.au>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>
> ---
>  drivers/char/hw_random/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
> index 2f2b084..289bd3a 100644
> --- a/drivers/char/hw_random/Kconfig
> +++ b/drivers/char/hw_random/Kconfig
> @@ -343,7 +343,7 @@ config HW_RANDOM_TPM
>  
>  config HW_RANDOM_MSM
>  	tristate "Qualcomm MSM Random Number Generator support"
> -	depends on HW_RANDOM && ARCH_MSM
> +	depends on HW_RANDOM && ARCH_QCOM
>  	---help---
>  	  This driver provides kernel-side support for the Random Number
>  	  Generator hardware found on Qualcomm MSM SoCs.
> 

IMO, after this change the "MSM" abbreviation in help clause is
irrelevant, could you remove it?

Reviewed-by: Stanimir Varbanov <svarbanov@mm-sol.com>

regards,
Stan

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

* Re: [PATCH] hwrng: msm: switch Kconfig to ARCH_QCOM depends
  2014-02-12  9:33 ` Stanimir Varbanov
@ 2014-02-25 12:16   ` Herbert Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2014-02-25 12:16 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: Kumar Gala, linux-kernel, linux-arm-msm, linux-arm-kernel

On Wed, Feb 12, 2014 at 11:33:14AM +0200, Stanimir Varbanov wrote:
> Hi,
> > We've split Qualcomm MSM support into legacy and multiplatform.  The RNG
> > driver is only relevant on the multiplatform supported SoCs so switch the
> > Kconfig depends to ARCH_QCOM.
> > 
> > CC: Herbert Xu <herbert@gondor.apana.org.au>
> > Signed-off-by: Kumar Gala <galak@codeaurora.org>
> > ---
> >  drivers/char/hw_random/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
> > index 2f2b084..289bd3a 100644
> > --- a/drivers/char/hw_random/Kconfig
> > +++ b/drivers/char/hw_random/Kconfig
> > @@ -343,7 +343,7 @@ config HW_RANDOM_TPM
> >  
> >  config HW_RANDOM_MSM
> >  	tristate "Qualcomm MSM Random Number Generator support"
> > -	depends on HW_RANDOM && ARCH_MSM
> > +	depends on HW_RANDOM && ARCH_QCOM
> >  	---help---
> >  	  This driver provides kernel-side support for the Random Number
> >  	  Generator hardware found on Qualcomm MSM SoCs.
> > 
> 
> IMO, after this change the "MSM" abbreviation in help clause is
> irrelevant, could you remove it?
> 
> Reviewed-by: Stanimir Varbanov <svarbanov@mm-sol.com>

Patch applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

end of thread, other threads:[~2014-02-25 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 20:21 [PATCH] hwrng: msm: switch Kconfig to ARCH_QCOM depends Kumar Gala
2014-02-12  9:33 ` Stanimir Varbanov
2014-02-25 12:16   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).