public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules
@ 2016-03-30 14:19 Boris Brezillon
  2016-04-18  9:49 ` Nicolas Ferre
  2016-04-26 16:15 ` [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers Nicolas Ferre
  0 siblings, 2 replies; 7+ messages in thread
From: Boris Brezillon @ 2016-03-30 14:19 UTC (permalink / raw)
  To: linux-arm-kernel

Add the HLCDC drivers to multi_v7_defconfig.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 2823490..af1e0c9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -441,6 +441,7 @@ CONFIG_DIGICOLOR_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_AS3722=y
 CONFIG_MFD_ATMEL_FLEXCOM=y
+CONFIG_MFD_ATMEL_HLCDC=m
 CONFIG_MFD_BCM590XX=y
 CONFIG_MFD_AXP20X=y
 CONFIG_MFD_AXP20X_I2C=m
@@ -533,6 +534,7 @@ CONFIG_DRM_EXYNOS_FIMD=y
 CONFIG_DRM_EXYNOS_HDMI=y
 CONFIG_DRM_ROCKCHIP=m
 CONFIG_ROCKCHIP_DW_HDMI=m
+CONFIG_DRM_ATMEL_HLCDC=m
 CONFIG_DRM_RCAR_DU=m
 CONFIG_DRM_RCAR_HDMI=y
 CONFIG_DRM_RCAR_LVDS=y
@@ -775,6 +777,7 @@ CONFIG_AK8975=y
 CONFIG_RASPBERRYPI_POWER=y
 CONFIG_PWM=y
 CONFIG_PWM_ATMEL=m
+CONFIG_PWM_ATMEL_HLCDC_PWM=m
 CONFIG_PWM_ATMEL_TCB=m
 CONFIG_PWM_FSL_FTM=m
 CONFIG_PWM_RENESAS_TPU=y
-- 
2.5.0

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

* [PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules
  2016-03-30 14:19 [PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules Boris Brezillon
@ 2016-04-18  9:49 ` Nicolas Ferre
  2016-04-18 10:26   ` Arnd Bergmann
  2016-04-26 16:15 ` [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers Nicolas Ferre
  1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Ferre @ 2016-04-18  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

Le 30/03/2016 16:19, Boris Brezillon a ?crit :
> Add the HLCDC drivers to multi_v7_defconfig.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

If it gives more weight:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

BTW, arm-soc guys, I recall that you prefer patches for this kind of
modification to multi_v7_defconfig... do I recall well or do you want us
to build a pull-request together with other AT91 defconfig modifications?

Bye,


> ---
>  arch/arm/configs/multi_v7_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 2823490..af1e0c9 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -441,6 +441,7 @@ CONFIG_DIGICOLOR_WATCHDOG=y
>  CONFIG_MFD_AS3711=y
>  CONFIG_MFD_AS3722=y
>  CONFIG_MFD_ATMEL_FLEXCOM=y
> +CONFIG_MFD_ATMEL_HLCDC=m
>  CONFIG_MFD_BCM590XX=y
>  CONFIG_MFD_AXP20X=y
>  CONFIG_MFD_AXP20X_I2C=m
> @@ -533,6 +534,7 @@ CONFIG_DRM_EXYNOS_FIMD=y
>  CONFIG_DRM_EXYNOS_HDMI=y
>  CONFIG_DRM_ROCKCHIP=m
>  CONFIG_ROCKCHIP_DW_HDMI=m
> +CONFIG_DRM_ATMEL_HLCDC=m
>  CONFIG_DRM_RCAR_DU=m
>  CONFIG_DRM_RCAR_HDMI=y
>  CONFIG_DRM_RCAR_LVDS=y
> @@ -775,6 +777,7 @@ CONFIG_AK8975=y
>  CONFIG_RASPBERRYPI_POWER=y
>  CONFIG_PWM=y
>  CONFIG_PWM_ATMEL=m
> +CONFIG_PWM_ATMEL_HLCDC_PWM=m
>  CONFIG_PWM_ATMEL_TCB=m
>  CONFIG_PWM_FSL_FTM=m
>  CONFIG_PWM_RENESAS_TPU=y
> 


-- 
Nicolas Ferre

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

* [PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules
  2016-04-18  9:49 ` Nicolas Ferre
@ 2016-04-18 10:26   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2016-04-18 10:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 18 April 2016 11:49:24 Nicolas Ferre wrote:
> Le 30/03/2016 16:19, Boris Brezillon a ?crit :
> > Add the HLCDC drivers to multi_v7_defconfig.
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> 
> If it gives more weight:
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> BTW, arm-soc guys, I recall that you prefer patches for this kind of
> modification to multi_v7_defconfig... do I recall well or do you want us
> to build a pull-request together with other AT91 defconfig modifications?

My preference is to get a pull request for related defconfig patches
combining the ones for your own platform and for the multi_*_defconfig
files.

Patches are fine if you only have a small number of changes for a particular
topic (defconfig or otherwise).

	Arnd

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

* [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers
  2016-03-30 14:19 [PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules Boris Brezillon
  2016-04-18  9:49 ` Nicolas Ferre
@ 2016-04-26 16:15 ` Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 2/4] ARM: multi_v7_defconfig: add Atmel ISI (Image Sensor Interface) driver Nicolas Ferre
                     ` (2 more replies)
  1 sibling, 3 replies; 7+ messages in thread
From: Nicolas Ferre @ 2016-04-26 16:15 UTC (permalink / raw)
  To: linux-arm-kernel

Add both Atmel watchdog timers to the multi_v7_defconfig. They are added
as part of the kernel because it's a core piece of the system.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index af1e0c91a6f2..d72ee27cecae 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -430,6 +430,8 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=m
 CONFIG_XILINX_WATCHDOG=y
 CONFIG_ARM_SP805_WATCHDOG=y
+CONFIG_AT91SAM9X_WATCHDOG=y
+CONFIG_SAMA5D4_WATCHDOG=y
 CONFIG_ORION_WATCHDOG=y
 CONFIG_ST_LPC_WATCHDOG=y
 CONFIG_SUNXI_WATCHDOG=y
-- 
2.1.3

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

* [PATCH 2/4] ARM: multi_v7_defconfig: add Atmel ISI (Image Sensor Interface) driver
  2016-04-26 16:15 ` [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers Nicolas Ferre
@ 2016-04-26 16:15   ` Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 3/4] ARM: multi_v7_defconfig: add the Atmel Audio microphone interface PDMIC Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 4/4] ARM: multi_v7_defconfig: add the Atmel sama5d2-compatible ADC driver Nicolas Ferre
  2 siblings, 0 replies; 7+ messages in thread
From: Nicolas Ferre @ 2016-04-26 16:15 UTC (permalink / raw)
  To: linux-arm-kernel

Add the Atmel Image Sensor Interface (ISI) VIDEO driver as a module.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index d72ee27cecae..901eaf55c5a7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -517,6 +517,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_SOC_CAMERA=m
 CONFIG_SOC_CAMERA_PLATFORM=m
 CONFIG_VIDEO_RCAR_VIN=m
+CONFIG_VIDEO_ATMEL_ISI=m
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_RENESAS_JPU=m
 CONFIG_VIDEO_RENESAS_VSP1=m
-- 
2.1.3

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

* [PATCH 3/4] ARM: multi_v7_defconfig: add the Atmel Audio microphone interface PDMIC
  2016-04-26 16:15 ` [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 2/4] ARM: multi_v7_defconfig: add Atmel ISI (Image Sensor Interface) driver Nicolas Ferre
@ 2016-04-26 16:15   ` Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 4/4] ARM: multi_v7_defconfig: add the Atmel sama5d2-compatible ADC driver Nicolas Ferre
  2 siblings, 0 replies; 7+ messages in thread
From: Nicolas Ferre @ 2016-04-26 16:15 UTC (permalink / raw)
  To: linux-arm-kernel

Add the Atmel Pulse Density Modulation Interface Controller (PDMIC) driver
as a module. It's used by sama5d2 SoC for instance.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 901eaf55c5a7..6a62ebbcae28 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -569,6 +569,7 @@ CONFIG_SND_USB_AUDIO=m
 CONFIG_SND_SOC=m
 CONFIG_SND_ATMEL_SOC=m
 CONFIG_SND_ATMEL_SOC_WM8904=m
+CONFIG_SND_ATMEL_SOC_PDMIC=m
 CONFIG_SND_SOC_FSL_SAI=m
 CONFIG_SND_SOC_ROCKCHIP=m
 CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
-- 
2.1.3

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

* [PATCH 4/4] ARM: multi_v7_defconfig: add the Atmel sama5d2-compatible ADC driver
  2016-04-26 16:15 ` [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 2/4] ARM: multi_v7_defconfig: add Atmel ISI (Image Sensor Interface) driver Nicolas Ferre
  2016-04-26 16:15   ` [PATCH 3/4] ARM: multi_v7_defconfig: add the Atmel Audio microphone interface PDMIC Nicolas Ferre
@ 2016-04-26 16:15   ` Nicolas Ferre
  2 siblings, 0 replies; 7+ messages in thread
From: Nicolas Ferre @ 2016-04-26 16:15 UTC (permalink / raw)
  To: linux-arm-kernel

Add the new sama5d2-compatible ADC driver as a module.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6a62ebbcae28..1aed38fd4337 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -773,6 +773,7 @@ CONFIG_EXTCON=y
 CONFIG_TI_AEMIF=y
 CONFIG_IIO=y
 CONFIG_AT91_ADC=m
+CONFIG_AT91_SAMA5D2_ADC=m
 CONFIG_BERLIN2_ADC=m
 CONFIG_EXYNOS_ADC=m
 CONFIG_VF610_ADC=m
-- 
2.1.3

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

end of thread, other threads:[~2016-04-26 16:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 14:19 [PATCH] ARM: multi_v7_defconfig: add HLCDC drivers as modules Boris Brezillon
2016-04-18  9:49 ` Nicolas Ferre
2016-04-18 10:26   ` Arnd Bergmann
2016-04-26 16:15 ` [PATCH 1/4] ARM: multi_v7_defconfig: add Atmel watchdog timers Nicolas Ferre
2016-04-26 16:15   ` [PATCH 2/4] ARM: multi_v7_defconfig: add Atmel ISI (Image Sensor Interface) driver Nicolas Ferre
2016-04-26 16:15   ` [PATCH 3/4] ARM: multi_v7_defconfig: add the Atmel Audio microphone interface PDMIC Nicolas Ferre
2016-04-26 16:15   ` [PATCH 4/4] ARM: multi_v7_defconfig: add the Atmel sama5d2-compatible ADC driver Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox