Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1582783 > unrolled thread
| Started by | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| First post | 2017-02-16 19:10 +0100 |
| Last post | 2017-02-20 10:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/2] ARM: davinci_all_defconfig: enable modules required by vpif Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-16 19:10 +0100
[PATCH 1/2] ARM: davinci_all_defconfig: enable VPIF display modules Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-02-16 19:10 +0100
Re: [PATCH 0/2] ARM: davinci_all_defconfig: enable modules required by vpif Sekhar Nori <nsekhar@ti.com> - 2017-02-20 10:50 +0100
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Date | 2017-02-16 19:10 +0100 |
| Subject | [PATCH 0/2] ARM: davinci_all_defconfig: enable modules required by vpif |
| Message-ID | <tbyvw-1iO-19@gated-at.bofh.it> |
The first patch enables the modules needed for vpif display. The second enables IRQ support for the pca953x driver needed for correct vpif capture support on the da850-evm board with the UI expander. Bartosz Golaszewski (2): ARM: davinci_all_defconfig: enable VPIF display modules ARM: davinci_all_defconfig: enable IRQ support for pca953x arch/arm/configs/davinci_all_defconfig | 3 +++ 1 file changed, 3 insertions(+) -- 2.9.3
[toc] | [next] | [standalone]
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Date | 2017-02-16 19:10 +0100 |
| Subject | [PATCH 1/2] ARM: davinci_all_defconfig: enable VPIF display modules |
| Message-ID | <tbyFd-1Cv-75@gated-at.bofh.it> |
| In reply to | #1582783 |
Enable the VPIF display module and the video encoder present on the da850-evm UI board. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> --- arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index c8663ea..bf2c0ca 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -133,9 +133,11 @@ CONFIG_REGULATOR_TPS6507X=y CONFIG_MEDIA_SUPPORT=m CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_VIDEO_DAVINCI_VPIF_DISPLAY=m CONFIG_VIDEO_DAVINCI_VPIF_CAPTURE=m # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set CONFIG_VIDEO_TVP514X=m +CONFIG_VIDEO_ADV7343=m CONFIG_DRM=m CONFIG_DRM_TILCDC=m CONFIG_DRM_DUMB_VGA_DAC=m -- 2.9.3
[toc] | [prev] | [next] | [standalone]
| From | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| Date | 2017-02-20 10:50 +0100 |
| Subject | Re: [PATCH 0/2] ARM: davinci_all_defconfig: enable modules required by vpif |
| Message-ID | <tcSLw-2W4-27@gated-at.bofh.it> |
| In reply to | #1582783 |
On Thursday 16 February 2017 11:28 PM, Bartosz Golaszewski wrote: > The first patch enables the modules needed for vpif display. > > The second enables IRQ support for the pca953x driver needed for > correct vpif capture support on the da850-evm board with the UI > expander. Applied to v4.12/defconfig Thanks, Sekhar
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web