Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713807 > unrolled thread
| Started by | Mans Rullgard <mans@mansr.com> |
|---|---|
| First post | 2017-08-17 12:50 +0200 |
| Last post | 2017-08-22 13:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] dmaengine: enable mxs-dma for imx6sx Mans Rullgard <mans@mansr.com> - 2017-08-17 12:50 +0200
Re: [PATCH] dmaengine: enable mxs-dma for imx6sx Vinod Koul <vinod.koul@intel.com> - 2017-08-21 18:40 +0200
Re: [PATCH] dmaengine: enable mxs-dma for imx6sx Måns Rullgård <mans@mansr.com> - 2017-08-22 13:50 +0200
| From | Mans Rullgard <mans@mansr.com> |
|---|---|
| Date | 2017-08-17 12:50 +0200 |
| Subject | [PATCH] dmaengine: enable mxs-dma for imx6sx |
| Message-ID | <ufqxc-3DI-1@gated-at.bofh.it> |
The mxs-dma unit is also used on i.MX6SX. Make it selectable. Signed-off-by: Mans Rullgard <mans@mansr.com> --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 24e8597b2c3e..cb7ec780892d 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -354,7 +354,7 @@ config MV_XOR_V2 config MXS_DMA bool "MXS DMA support" - depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6UL + depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6SX || SOC_IMX6UL select STMP_DEVICE select DMA_ENGINE help -- 2.14.1
[toc] | [next] | [standalone]
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2017-08-21 18:40 +0200 |
| Message-ID | <ugXU6-6IK-17@gated-at.bofh.it> |
| In reply to | #1713807 |
On Thu, Aug 17, 2017 at 11:41:43AM +0100, Mans Rullgard wrote: > The mxs-dma unit is also used on i.MX6SX. Make it selectable. This doesnt apply for me, looking at below I do not think this was send on any latest kernel.. > > Signed-off-by: Mans Rullgard <mans@mansr.com> > --- > drivers/dma/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index 24e8597b2c3e..cb7ec780892d 100644 > --- a/drivers/dma/Kconfig > +++ b/drivers/dma/Kconfig > @@ -354,7 +354,7 @@ config MV_XOR_V2 > > config MXS_DMA > bool "MXS DMA support" > - depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6UL > + depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6SX || SOC_IMX6UL > select STMP_DEVICE > select DMA_ENGINE > help > -- > 2.14.1 > -- ~Vinod
[toc] | [prev] | [next] | [standalone]
| From | Måns Rullgård <mans@mansr.com> |
|---|---|
| Date | 2017-08-22 13:50 +0200 |
| Message-ID | <uhfR1-1MG-27@gated-at.bofh.it> |
| In reply to | #1716702 |
Vinod Koul <vinod.koul@intel.com> writes: > On Thu, Aug 17, 2017 at 11:41:43AM +0100, Mans Rullgard wrote: >> The mxs-dma unit is also used on i.MX6SX. Make it selectable. > > This doesnt apply for me, looking at below I do not think this was send on > any latest kernel.. Sorry, I missed a recent change that makes this unnecessary. >> Signed-off-by: Mans Rullgard <mans@mansr.com> >> --- >> drivers/dma/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig >> index 24e8597b2c3e..cb7ec780892d 100644 >> --- a/drivers/dma/Kconfig >> +++ b/drivers/dma/Kconfig >> @@ -354,7 +354,7 @@ config MV_XOR_V2 >> >> config MXS_DMA >> bool "MXS DMA support" >> - depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6UL >> + depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6SX || SOC_IMX6UL >> select STMP_DEVICE >> select DMA_ENGINE >> help >> -- >> 2.14.1 >> > > -- > ~Vinod -- Måns Rullgård
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web