Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1500923 > unrolled thread

[PATCH] mfd: exynos-lpass: Add hardware dependency

Started byJean Delvare <jdelvare@suse.de>
First post2016-10-14 14:40 +0200
Last post2016-10-26 15:10 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mfd: exynos-lpass: Add hardware dependency Jean Delvare <jdelvare@suse.de> - 2016-10-14 14:40 +0200
    Re: [PATCH] mfd: exynos-lpass: Add hardware dependency Sylwester Nawrocki <s.nawrocki@samsung.com> - 2016-10-14 15:40 +0200
    Re: [PATCH] mfd: exynos-lpass: Add hardware dependency Lee Jones <lee.jones@linaro.org> - 2016-10-26 15:10 +0200

#1500923 — [PATCH] mfd: exynos-lpass: Add hardware dependency

FromJean Delvare <jdelvare@suse.de>
Date2016-10-14 14:40 +0200
Subject[PATCH] mfd: exynos-lpass: Add hardware dependency
Message-ID<ss9Wi-1g1-37@gated-at.bofh.it>
This driver is meant for Exynos systems so do not offer the option
elsewhere unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Inha Song <ideal.song@samsung.com>
Cc: Beomho Seo <beomho.seo@samsung.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>
---
 drivers/mfd/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.9-rc0.orig/drivers/mfd/Kconfig	2016-10-13 11:39:40.698109319 +0200
+++ linux-4.9-rc0/drivers/mfd/Kconfig	2016-10-14 14:31:33.449867441 +0200
@@ -293,6 +293,7 @@ config MFD_DLN2
 
 config MFD_EXYNOS_LPASS
 	tristate "Samsung Exynos SoC Low Power Audio Subsystem"
+	depends on ARCH_EXYNOS || COMPILE_TEST
 	select MFD_CORE
 	select REGMAP_MMIO
 	help


-- 
Jean Delvare
SUSE L3 Support

[toc] | [next] | [standalone]


#1500997

FromSylwester Nawrocki <s.nawrocki@samsung.com>
Date2016-10-14 15:40 +0200
Message-ID<ssaSn-1Q1-53@gated-at.bofh.it>
In reply to#1500923
On 10/14/2016 02:35 PM, Jean Delvare wrote:
> This driver is meant for Exynos systems so do not offer the option
> elsewhere unless build-testing.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Inha Song <ideal.song@samsung.com>
> Cc: Beomho Seo <beomho.seo@samsung.com>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Lee Jones <lee.jones@linaro.org>

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

> ---
>  drivers/mfd/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-4.9-rc0.orig/drivers/mfd/Kconfig	2016-10-13 11:39:40.698109319 +0200
> +++ linux-4.9-rc0/drivers/mfd/Kconfig	2016-10-14 14:31:33.449867441 +0200
> @@ -293,6 +293,7 @@ config MFD_DLN2
>  
>  config MFD_EXYNOS_LPASS
>  	tristate "Samsung Exynos SoC Low Power Audio Subsystem"
> +	depends on ARCH_EXYNOS || COMPILE_TEST
>  	select MFD_CORE
>  	select REGMAP_MMIO
>  	help

[toc] | [prev] | [next] | [standalone]


#1509341

FromLee Jones <lee.jones@linaro.org>
Date2016-10-26 15:10 +0200
Message-ID<sww7V-49u-85@gated-at.bofh.it>
In reply to#1500923
On Fri, 14 Oct 2016, Jean Delvare wrote:

> This driver is meant for Exynos systems so do not offer the option
> elsewhere unless build-testing.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Inha Song <ideal.song@samsung.com>
> Cc: Beomho Seo <beomho.seo@samsung.com>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> ---
>  drivers/mfd/Kconfig |    1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

> --- linux-4.9-rc0.orig/drivers/mfd/Kconfig	2016-10-13 11:39:40.698109319 +0200
> +++ linux-4.9-rc0/drivers/mfd/Kconfig	2016-10-14 14:31:33.449867441 +0200
> @@ -293,6 +293,7 @@ config MFD_DLN2
>  
>  config MFD_EXYNOS_LPASS
>  	tristate "Samsung Exynos SoC Low Power Audio Subsystem"
> +	depends on ARCH_EXYNOS || COMPILE_TEST
>  	select MFD_CORE
>  	select REGMAP_MMIO
>  	help
> 
> 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web