Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214512 > unrolled thread
| Started by | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| First post | 2015-08-27 14:40 +0200 |
| Last post | 2015-08-28 19:10 +0200 |
| Articles | 3 — 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 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32 Peter Griffin <peter.griffin@linaro.org> - 2015-08-27 14:40 +0200
Re: [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32 Lee Jones <lee.jones@linaro.org> - 2015-08-28 09:00 +0200
Re: [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32 Peter Griffin <peter.griffin@linaro.org> - 2015-08-28 19:10 +0200
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2015-08-27 14:40 +0200 |
| Subject | [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32 |
| Message-ID | <q24Df-4x6-5@gated-at.bofh.it> |
LIBELF_32 is not defined in Kconfig, and is left over legacy which is not required in the upstream driver, so remove it. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Suggested-by: Valentin Rothberg <valentinrothberg@gmail.com> --- drivers/media/platform/sti/c8sectpfe/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/sti/c8sectpfe/Kconfig b/drivers/media/platform/sti/c8sectpfe/Kconfig index d1bfd4c..b9ec667 100644 --- a/drivers/media/platform/sti/c8sectpfe/Kconfig +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig @@ -1,7 +1,6 @@ config DVB_C8SECTPFE tristate "STMicroelectronics C8SECTPFE DVB support" depends on DVB_CORE && I2C && (ARCH_STI || ARCH_MULTIPLATFORM) - select LIBELF_32 select FW_LOADER select FW_LOADER_USER_HELPER_FALLBACK select DEBUG_FS -- 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-08-28 09:00 +0200 |
| Subject | Re: [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32 |
| Message-ID | <q2lNL-42r-15@gated-at.bofh.it> |
| In reply to | #1214512 |
On Thu, 27 Aug 2015, Peter Griffin wrote: > LIBELF_32 is not defined in Kconfig, and is left over legacy > which is not required in the upstream driver, so remove it. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > Suggested-by: Valentin Rothberg <valentinrothberg@gmail.com> These are the wrong way round, they should be in chronological order. > --- > drivers/media/platform/sti/c8sectpfe/Kconfig | 1 - > 1 file changed, 1 deletion(-) Acked-by: Lee Jones <lee.jones@linaro.org> > diff --git a/drivers/media/platform/sti/c8sectpfe/Kconfig b/drivers/media/platform/sti/c8sectpfe/Kconfig > index d1bfd4c..b9ec667 100644 > --- a/drivers/media/platform/sti/c8sectpfe/Kconfig > +++ b/drivers/media/platform/sti/c8sectpfe/Kconfig > @@ -1,7 +1,6 @@ > config DVB_C8SECTPFE > tristate "STMicroelectronics C8SECTPFE DVB support" > depends on DVB_CORE && I2C && (ARCH_STI || ARCH_MULTIPLATFORM) > - select LIBELF_32 > select FW_LOADER > select FW_LOADER_USER_HELPER_FALLBACK > select DEBUG_FS -- 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] | [next] | [standalone]
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2015-08-28 19:10 +0200 |
| Subject | Re: [PATCH v2 3/5] [media] c8sectpfe: Remove select on undefined LIBELF_32 |
| Message-ID | <q2vk5-16k-3@gated-at.bofh.it> |
| In reply to | #1215152 |
Hi Lee, On Fri, 28 Aug 2015, Lee Jones wrote: > On Thu, 27 Aug 2015, Peter Griffin wrote: > > > LIBELF_32 is not defined in Kconfig, and is left over legacy > > which is not required in the upstream driver, so remove it. > > > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > Suggested-by: Valentin Rothberg <valentinrothberg@gmail.com> > > These are the wrong way round, they should be in chronological order. Ok will fix in v3. regards, Peter. -- 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