Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1222865 > unrolled thread
| Started by | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| First post | 2015-09-11 16:20 +0200 |
| Last post | 2015-09-11 18:30 +0200 |
| Articles | 2 — 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 v2 9/9] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 16:20 +0200
Re: [PATCH v2 9/9] ARM: multi_v7_defconfig: Enable STi FDMA driver Lee Jones <lee.jones@linaro.org> - 2015-09-11 18:30 +0200
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2015-09-11 16:20 +0200 |
| Subject | [PATCH v2 9/9] ARM: multi_v7_defconfig: Enable STi FDMA driver |
| Message-ID | <q7xlf-42z-1@gated-at.bofh.it> |
This DMA controller is found on all STi chipsets. Signed-off-by: Peter Griffin <peter.griffin@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 5fd8df6..ce3c8c1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -587,6 +587,7 @@ CONFIG_IMX_DMA=y CONFIG_MXS_DMA=y CONFIG_DMA_OMAP=y CONFIG_XILINX_VDMA=y +CONFIG_ST_FDMA=y CONFIG_STAGING=y CONFIG_SENSORS_ISL29018=y CONFIG_SENSORS_ISL29028=y -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2015-09-11 18:30 +0200 |
| Message-ID | <q7zn3-6Xj-13@gated-at.bofh.it> |
| In reply to | #1222865 |
On Fri, 11 Sep 2015, Peter Griffin wrote: > This DMA controller is found on all STi chipsets. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones <lee.jones@linaro.org> > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 5fd8df6..ce3c8c1 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -587,6 +587,7 @@ CONFIG_IMX_DMA=y > CONFIG_MXS_DMA=y > CONFIG_DMA_OMAP=y > CONFIG_XILINX_VDMA=y > +CONFIG_ST_FDMA=y > CONFIG_STAGING=y > CONFIG_SENSORS_ISL29018=y > CONFIG_SENSORS_ISL29028=y -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web