Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1407041
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 09/18] ARM: multi_v7_defconfig: Enable STi FDMA driver |
| Date | 2016-05-25 18:20 +0200 |
| Message-ID | <rCJHj-366-3@gated-at.bofh.it> (permalink) |
| References | <rCJxD-32M-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 d319d8f..5eee45b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -728,6 +728,7 @@ CONFIG_DMA_OMAP=y CONFIG_QCOM_BAM_DMA=y CONFIG_XILINX_VDMA=y CONFIG_DMA_SUN6I=y +CONFIG_ST_FDMA=m CONFIG_STAGING=y CONFIG_SENSORS_ISL29018=y CONFIG_SENSORS_ISL29028=y -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
[PATCH v4 18/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
[PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader dt nodes Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:10 +0200
[PATCH v4 09/18] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
[PATCH v4 04/18] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
Re: [PATCH v4 04/18] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Rob Herring <robh@kernel.org> - 2016-05-27 17:50 +0200
[PATCH v4 08/18] MAINTAINERS: Add FDMA driver files to STi section. Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
[PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
Re: [PATCH v4 06/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-25 19:30 +0200
[PATCH v4 10/18] ASoC: sti: Update DT example to match the driver code Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
Re: [PATCH v4 10/18] ASoC: sti: Update DT example to match the driver code Rob Herring <robh@kernel.org> - 2016-05-27 17:50 +0200
Re: [PATCH v4 10/18] ASoC: sti: Update DT example to match the driver code Mark Brown <broonie@kernel.org> - 2016-05-27 19:20 +0200
[PATCH v4 02/18] ARM: multi_v7_defconfig: enable st xp70 rproc driver. Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
[PATCH v4 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
[PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver Peter Griffin <peter.griffin@linaro.org> - 2016-05-25 18:20 +0200
Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-05-25 19:20 +0200
Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver Patrice Chotard <patrice.chotard@st.com> - 2016-05-27 15:20 +0200
Re: [PATCH v4 01/18] remoteproc: st_xp70_rproc: add a xp70 slimcore rproc driver Peter Griffin <peter.griffin@linaro.org> - 2016-05-27 18:20 +0200
csiph-web