Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384069 > unrolled thread
| Started by | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| First post | 2016-04-21 13:10 +0200 |
| Last post | 2016-04-26 12:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 08/18] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin <peter.griffin@linaro.org> - 2016-04-21 13:10 +0200
Re: [PATCH 08/18] ARM: multi_v7_defconfig: Enable STi FDMA driver Arnd Bergmann <arnd@arndb.de> - 2016-04-21 13:30 +0200
Re: [PATCH 08/18] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin <peter.griffin@linaro.org> - 2016-04-26 12:50 +0200
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-04-21 13:10 +0200 |
| Subject | [PATCH 08/18] ARM: multi_v7_defconfig: Enable STi FDMA driver |
| Message-ID | <rqkEH-8dU-35@gated-at.bofh.it> |
This DMA controller is found on all STi chipsets. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> --- 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 2823490..61008a0 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -727,6 +727,7 @@ CONFIG_DMA_OMAP=y CONFIG_QCOM_BAM_DMA=y CONFIG_XILINX_VDMA=y CONFIG_DMA_SUN6I=y +CONFIG_ST_FDMA=y CONFIG_STAGING=y CONFIG_SENSORS_ISL29018=y CONFIG_SENSORS_ISL29028=y -- 1.9.1
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-04-21 13:30 +0200 |
| Message-ID | <rqkY2-8lx-7@gated-at.bofh.it> |
| In reply to | #1384069 |
On Thursday 21 April 2016 12:04:25 Peter Griffin wrote: > This DMA controller is found on all STi chipsets. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > Acked-by: Lee Jones <lee.jones@linaro.org> > --- > 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 2823490..61008a0 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -727,6 +727,7 @@ CONFIG_DMA_OMAP=y > CONFIG_QCOM_BAM_DMA=y > CONFIG_XILINX_VDMA=y > CONFIG_DMA_SUN6I=y > +CONFIG_ST_FDMA=y > CONFIG_STAGING=y > CONFIG_SENSORS_ISL29018=y > CONFIG_SENSORS_ISL29028=y > -- Is this needed for booting? If not, make it a loadable module. Arnd
[toc] | [prev] | [next] | [standalone]
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-04-26 12:50 +0200 |
| Message-ID | <rs8J4-691-23@gated-at.bofh.it> |
| In reply to | #1384092 |
Hi Arnd, On Thu, 21 Apr 2016, Arnd Bergmann wrote: > On Thursday 21 April 2016 12:04:25 Peter Griffin wrote: > > This DMA controller is found on all STi chipsets. > > > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > Acked-by: Lee Jones <lee.jones@linaro.org> > > --- > > 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 2823490..61008a0 100644 > > --- a/arch/arm/configs/multi_v7_defconfig > > +++ b/arch/arm/configs/multi_v7_defconfig > > @@ -727,6 +727,7 @@ CONFIG_DMA_OMAP=y > > CONFIG_QCOM_BAM_DMA=y > > CONFIG_XILINX_VDMA=y > > CONFIG_DMA_SUN6I=y > > +CONFIG_ST_FDMA=y > > CONFIG_STAGING=y > > CONFIG_SENSORS_ISL29018=y > > CONFIG_SENSORS_ISL29028=y > > -- > > Is this needed for booting? If not, make it a loadable module. No it isn't required for booting. Will fix in v4. Peter
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web