lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 10 Dec 2013 15:47:51 -0800
From:	Stephen Boyd <sboyd@...eaurora.org>
To:	Chris Ball <cjb@...top.org>
CC:	David Brown <davidb@...eaurora.org>, linux-kernel@...r.kernel.org,
	linux-arm-msm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 1/5] mmc: msm_sdcc: Limit driver to platforms that use
 it

On 12/04/13 11:39, Stephen Boyd wrote:
> The msm_sdcc driver uses mach specific dma APIs. This is not
> compatible with the multi-platform ARM effort. Let's only compile
> this driver on MSM devices that are prepared to support it,
> allowing the DT based MSM devices to enter the multi-platform ARM
> build.
>
> Cc: Chris Ball <cjb@...top.org>
> Signed-off-by: Stephen Boyd <sboyd@...eaurora.org>
> ---

Chris, can you please ack/review this change?

>  drivers/mmc/host/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
> index 7fc5099..4e8ca9d 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -324,7 +324,7 @@ config MMC_ATMELMCI
>  
>  config MMC_MSM
>  	tristate "Qualcomm SDCC Controller Support"
> -	depends on MMC && ARCH_MSM
> +	depends on MMC && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50)
>  	help
>  	  This provides support for the SD/MMC cell found in the
>  	  MSM and QSD SOCs from Qualcomm. The controller also has


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ