Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464423 > unrolled thread
| Started by | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| First post | 2016-08-17 11:00 +0200 |
| Last post | 2016-08-17 15:10 +0200 |
| Articles | 4 — 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 2/2] ARM: davinci_all_defconfig: enable modules for sound on LCDK Sekhar Nori <nsekhar@ti.com> - 2016-08-17 11:00 +0200
Re: [PATCH 2/2] ARM: davinci_all_defconfig: enable modules for sound on LCDK Karl Beldan <kbeldan@baylibre.com> - 2016-08-17 12:20 +0200
Re: [PATCH 2/2] ARM: davinci_all_defconfig: enable modules for sound on LCDK Sekhar Nori <nsekhar@ti.com> - 2016-08-17 12:40 +0200
Re: [PATCH 2/2] ARM: davinci_all_defconfig: enable modules for sound on LCDK Karl Beldan <kbeldan@baylibre.com> - 2016-08-17 15:10 +0200
| From | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| Date | 2016-08-17 11:00 +0200 |
| Subject | Re: [PATCH 2/2] ARM: davinci_all_defconfig: enable modules for sound on LCDK |
| Message-ID | <s74RA-75h-23@gated-at.bofh.it> |
On Thursday 11 August 2016 01:38 AM, Karl Beldan wrote: > This is the minimal set of additional modules required to support audio > on the LCDK. > > Signed-off-by: Karl Beldan <kbeldan@baylibre.com> This patch does not apply because Kevin already added some missing audio modules through commit "ARM: davinci_all_defconfig: enable DA850 audio as modules" Can you please rebase on master branch of my tree[1] and resend? Regards, Sekhar [1] https://git.kernel.org/cgit/linux/kernel/git/nsekhar/linux-davinci.git/log/
[toc] | [next] | [standalone]
| From | Karl Beldan <kbeldan@baylibre.com> |
|---|---|
| Date | 2016-08-17 12:20 +0200 |
| Message-ID | <s7670-84T-9@gated-at.bofh.it> |
| In reply to | #1464423 |
On Wed, Aug 17, 2016 at 02:20:51PM +0530, Sekhar Nori wrote: > On Thursday 11 August 2016 01:38 AM, Karl Beldan wrote: > > This is the minimal set of additional modules required to support audio > > on the LCDK. > > > > Signed-off-by: Karl Beldan <kbeldan@baylibre.com> > > This patch does not apply because Kevin already added some missing audio > modules through commit "ARM: davinci_all_defconfig: enable DA850 audio > as modules" > > Can you please rebase on master branch of my tree[1] and resend? > I checked out your tree. With Kevin's patch the needed modules get selected without needing 2/2. However I don't know why he used: CONFIG_SND_DA850_SOC_EVM=m instead of: CONFIG_SND_DAVINCI_SOC_MCASP=m CONFIG_SND_SOC_TLV320AIC3X=m The former seems to me to be pre-DT style config. I used the latter in 2/2 and thought that's what we'd start switching to ? Unless it is for pre-DT compatibility ? Karl
[toc] | [prev] | [next] | [standalone]
| From | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| Date | 2016-08-17 12:40 +0200 |
| Message-ID | <s76qm-8dD-25@gated-at.bofh.it> |
| In reply to | #1464476 |
On Wednesday 17 August 2016 03:43 PM, Karl Beldan wrote: > On Wed, Aug 17, 2016 at 02:20:51PM +0530, Sekhar Nori wrote: >> On Thursday 11 August 2016 01:38 AM, Karl Beldan wrote: >>> This is the minimal set of additional modules required to support audio >>> on the LCDK. >>> >>> Signed-off-by: Karl Beldan <kbeldan@baylibre.com> >> >> This patch does not apply because Kevin already added some missing audio >> modules through commit "ARM: davinci_all_defconfig: enable DA850 audio >> as modules" >> >> Can you please rebase on master branch of my tree[1] and resend? >> > > I checked out your tree. > With Kevin's patch the needed modules get selected without needing 2/2. > > However I don't know why he used: > CONFIG_SND_DA850_SOC_EVM=m > instead of: > CONFIG_SND_DAVINCI_SOC_MCASP=m > CONFIG_SND_SOC_TLV320AIC3X=m > The former seems to me to be pre-DT style config. I used the latter in > 2/2 and thought that's what we'd start switching to ? Unless it is for > pre-DT compatibility ? I don't think this is related to DT. As you said, CONFIG_SND_DA850_SOC_EVM selects CONFIG_SND_DAVINCI_SOC_MCASP and CONFIG_SND_SOC_TLV320AIC3X anyway. To be honest, I am okay either way. Copying Peter to see if he has any preference. Thanks, Sekhar
[toc] | [prev] | [next] | [standalone]
| From | Karl Beldan <kbeldan@baylibre.com> |
|---|---|
| Date | 2016-08-17 15:10 +0200 |
| Message-ID | <s78Lw-1rP-11@gated-at.bofh.it> |
| In reply to | #1464493 |
On Wed, Aug 17, 2016 at 04:08:03PM +0530, Sekhar Nori wrote: > On Wednesday 17 August 2016 03:43 PM, Karl Beldan wrote: > > On Wed, Aug 17, 2016 at 02:20:51PM +0530, Sekhar Nori wrote: > >> On Thursday 11 August 2016 01:38 AM, Karl Beldan wrote: > >>> This is the minimal set of additional modules required to support audio > >>> on the LCDK. > >>> > >>> Signed-off-by: Karl Beldan <kbeldan@baylibre.com> > >> > >> This patch does not apply because Kevin already added some missing audio > >> modules through commit "ARM: davinci_all_defconfig: enable DA850 audio > >> as modules" > >> > >> Can you please rebase on master branch of my tree[1] and resend? > >> > > > > I checked out your tree. > > With Kevin's patch the needed modules get selected without needing 2/2. > > > > However I don't know why he used: > > CONFIG_SND_DA850_SOC_EVM=m > > instead of: > > CONFIG_SND_DAVINCI_SOC_MCASP=m > > CONFIG_SND_SOC_TLV320AIC3X=m > > The former seems to me to be pre-DT style config. I used the latter in > > 2/2 and thought that's what we'd start switching to ? Unless it is for > > pre-DT compatibility ? > > I don't think this is related to DT. As you said, > CONFIG_SND_DA850_SOC_EVM selects CONFIG_SND_DAVINCI_SOC_MCASP and > CONFIG_SND_SOC_TLV320AIC3X anyway. > > To be honest, I am okay either way. Copying Peter to see if he has any > preference. > Ok, I dropped 2/2 in v2 which will rely on Kevin's change. Rgds, Karl
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web