* [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4
@ 2015-10-15 0:34 Simon Horman
2015-10-15 0:34 ` [PATCH 1/2] ARM: shmobile: defconfig: enable HDMI output for RCar Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2015-10-15 0:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM based SoC defconfig
updates for v4.4.
This pull request is based on the previous round of
such requests, tagged as renesas-defconfig-for-v4.4,
which I have already sent a pull-request for.
The following changes since commit 0a8b0695f4c490c349ee12956d6946576c44a419:
ARM: multi_v7_defconfig: Remove Marzen (2015-09-14 10:12:59 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v4.4
for you to fetch changes up to fec3fb4734b4d2c33975077c250ebd4a3a9f8e34:
ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar (2015-10-13 10:42:17 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4
* Enable HDMI output for Renesas RCar
----------------------------------------------------------------
Wolfram Sang (2):
ARM: shmobile: defconfig: enable HDMI output for RCar
ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar
arch/arm/configs/multi_v7_defconfig | 3 +++
arch/arm/configs/shmobile_defconfig | 3 +++
2 files changed, 6 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] ARM: shmobile: defconfig: enable HDMI output for RCar
2015-10-15 0:34 [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
@ 2015-10-15 0:34 ` Simon Horman
2015-10-15 0:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar Simon Horman
2015-10-22 16:47 ` [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Olof Johansson
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-10-15 0:34 UTC (permalink / raw)
To: linux-arm-kernel
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
Actviate HDMI output of the RCar DU (and LVDS while we are here).
Enable the HDMI encoder chip found on Lager/Koelsch boards.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 0bdeb4925be4..3aef019c0de7 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -140,7 +140,10 @@ CONFIG_VIDEO_RENESAS_VSP1=y
CONFIG_VIDEO_ADV7180=y
CONFIG_VIDEO_ML86V7667=y
CONFIG_DRM=y
+CONFIG_DRM_I2C_ADV7511=y
CONFIG_DRM_RCAR_DU=y
+CONFIG_DRM_RCAR_HDMI=y
+CONFIG_DRM_RCAR_LVDS=y
CONFIG_FB_SH_MOBILE_LCDC=y
CONFIG_FB_SH_MOBILE_MERAM=y
# CONFIG_LCD_CLASS_DEVICE is not set
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar
2015-10-15 0:34 [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-10-15 0:34 ` [PATCH 1/2] ARM: shmobile: defconfig: enable HDMI output for RCar Simon Horman
@ 2015-10-15 0:34 ` Simon Horman
2015-10-22 16:47 ` [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Olof Johansson
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-10-15 0:34 UTC (permalink / raw)
To: linux-arm-kernel
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
Actviate HDMI output of the RCar DU (and LVDS while we are here).
Enable the HDMI encoder chip found on Lager/Koelsch boards.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e682da3f9d42..a5c6ebf39b0a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -440,6 +440,7 @@ CONFIG_VIDEO_RENESAS_VSP1=m
CONFIG_VIDEO_ADV7180=m
CONFIG_VIDEO_ML86V7667=m
CONFIG_DRM=y
+CONFIG_DRM_I2C_ADV7511=m
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
CONFIG_DRM_NXP_PTN3460=m
@@ -450,6 +451,8 @@ CONFIG_DRM_EXYNOS_DSI=y
CONFIG_DRM_EXYNOS_FIMD=y
CONFIG_DRM_EXYNOS_HDMI=y
CONFIG_DRM_RCAR_DU=m
+CONFIG_DRM_RCAR_HDMI=y
+CONFIG_DRM_RCAR_LVDS=y
CONFIG_DRM_TEGRA=y
CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m
CONFIG_DRM_PANEL_SIMPLE=y
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4
2015-10-15 0:34 [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-10-15 0:34 ` [PATCH 1/2] ARM: shmobile: defconfig: enable HDMI output for RCar Simon Horman
2015-10-15 0:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar Simon Horman
@ 2015-10-22 16:47 ` Olof Johansson
2 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-10-22 16:47 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Oct 15, 2015 at 09:34:02AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these second round of Renesas ARM based SoC defconfig
> updates for v4.4.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-defconfig-for-v4.4,
> which I have already sent a pull-request for.
>
>
> The following changes since commit 0a8b0695f4c490c349ee12956d6946576c44a419:
>
> ARM: multi_v7_defconfig: Remove Marzen (2015-09-14 10:12:59 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v4.4
>
> for you to fetch changes up to fec3fb4734b4d2c33975077c250ebd4a3a9f8e34:
>
> ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar (2015-10-13 10:42:17 +0900)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-22 16:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 0:34 [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-10-15 0:34 ` [PATCH 1/2] ARM: shmobile: defconfig: enable HDMI output for RCar Simon Horman
2015-10-15 0:34 ` [PATCH 2/2] ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar Simon Horman
2015-10-22 16:47 ` [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.4 Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).