Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1414637 > unrolled thread
| Started by | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| First post | 2016-06-06 07:00 +0200 |
| Last post | 2016-06-06 17:10 +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.
Re: [PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets Vinod Koul <vinod.koul@intel.com> - 2016-06-06 07:00 +0200
Re: [PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets Peter Griffin <peter.griffin@linaro.org> - 2016-06-06 17:10 +0200
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2016-06-06 07:00 +0200 |
| Subject | Re: [PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets |
| Message-ID | <rGUNP-aP-1@gated-at.bofh.it> |
On Wed, May 25, 2016 at 05:06:33PM +0100, Peter Griffin wrote: > > Peter Griffin (18): > dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding > documentation > dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file > dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support > dmaengine: st_fdma: Add xp70 firmware loading mechanism. > dmaengine: st_fdma: Add fdma suspend and resume callbacks. I do not see the latter two patches in this series. Something is missed here from cover to actual patches which is bit bizarre as one tends to generate patches and cover together > ARM: STi: DT: STiH407: Add FDMA driver dt nodes. > MAINTAINERS: Add FDMA driver files to STi section. > ARM: multi_v7_defconfig: Enable STi FDMA driver > ASoC: sti: Update DT example to match the driver code > ASoC: sti: Update example to include assigned-clocks and mclk-fs > ARM: multi_v7_defconfig: Enable STi and simple-card drivers. > ARM: DT: STiH407: Add i2s_out pinctrl configuration > ARM: DT: STiH407: Add i2s_in pinctrl configuration > ARM: DT: STiH407: Add spdif_out pinctrl config > ARM: STi: DT: STiH407: Add sti-sasg-codec dt node > ARM: STi: DT: STiH407: Add uniperif player dt nodes > ARM: STi: DT: STiH407: Add uniperif reader dt nodes > ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card > > Documentation/devicetree/bindings/dma/st_fdma.txt | 87 ++ > .../devicetree/bindings/sound/st,sti-asoc-card.txt | 22 +- > MAINTAINERS | 1 + > arch/arm/boot/dts/stih407-family.dtsi | 164 +++ > arch/arm/boot/dts/stih407-pinctrl.dtsi | 55 + > arch/arm/boot/dts/stihxxx-b2120.dtsi | 40 + > arch/arm/configs/multi_v7_defconfig | 4 + > drivers/dma/Kconfig | 12 + > drivers/dma/Makefile | 1 + > drivers/dma/st_fdma.c | 1203 ++++++++++++++++++++ > drivers/dma/st_fdma.h | 281 +++++ > 11 files changed, 1863 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/st_fdma.txt > create mode 100644 drivers/dma/st_fdma.c > create mode 100644 drivers/dma/st_fdma.h -- ~Vinod
[toc] | [next] | [standalone]
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-06-06 17:10 +0200 |
| Message-ID | <rH4ka-6Am-25@gated-at.bofh.it> |
| In reply to | #1414637 |
Hi Vinod, On Mon, 06 Jun 2016, Vinod Koul wrote: > On Wed, May 25, 2016 at 05:06:33PM +0100, Peter Griffin wrote: > > > > Peter Griffin (18): > > dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding > > documentation > > dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file > > dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support > > dmaengine: st_fdma: Add xp70 firmware loading mechanism. > > dmaengine: st_fdma: Add fdma suspend and resume callbacks. > > I do not see the latter two patches in this series. Something is missed here > from cover to actual patches which is bit bizarre as one tends to generate > patches and cover together Sorry I accidentally sent two cover letters as part of this series. The v4 one is here https://lkml.org/lkml/2016/5/25/451. regards, Peter.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web