linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3
@ 2019-06-21  9:16 Simon Horman
  2019-06-21  9:16 ` [PATCH 1/2] arm64: defconfig: Enable TDA19988 Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2019-06-21  9:16 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, Kevin Hilman, Magnus Damm, linux-renesas-soc,
	Olof Johansson, Simon Horman, linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM64 based SoC defconfig updates for v5.3.


The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig-for-v5.3

for you to fetch changes up to c24f6886b2ee321b50543d3683573689a1817336:

  arm64: defconfig: enable TYPEC_HD3SS3220 config option (2019-06-12 13:57:08 +0200)

----------------------------------------------------------------
Renesas ARM64 Based SoC Defconfig Updates for v5.3

Enable as modules:
* TYPEC_HD3SS3220 B Type-C DRP Port controller driver
* TDA19988 HDMI encoder driver

----------------------------------------------------------------
Biju Das (1):
      arm64: defconfig: enable TYPEC_HD3SS3220 config option

Fabrizio Castro (1):
      arm64: defconfig: Enable TDA19988

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] arm64: defconfig: Enable TDA19988
  2019-06-21  9:16 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 Simon Horman
@ 2019-06-21  9:16 ` Simon Horman
  2019-06-21  9:16 ` [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option Simon Horman
  2019-06-25 12:17 ` [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 Olof Johansson
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-06-21  9:16 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Fabrizio Castro, Simon Horman, Magnus Damm, linux-arm-kernel

From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

The EK874 board comes with a TDA19988 chip on board, therefore
enable it in the defconfig.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4d583514258c..e01fbe435168 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -478,6 +478,7 @@ CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m
 CONFIG_VIDEO_RENESAS_FCP=m
 CONFIG_VIDEO_RENESAS_VSP1=m
 CONFIG_DRM=m
+CONFIG_DRM_I2C_NXP_TDA998X=m
 CONFIG_DRM_NOUVEAU=m
 CONFIG_DRM_EXYNOS=m
 CONFIG_DRM_EXYNOS5433_DECON=y
-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option
  2019-06-21  9:16 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 Simon Horman
  2019-06-21  9:16 ` [PATCH 1/2] arm64: defconfig: Enable TDA19988 Simon Horman
@ 2019-06-21  9:16 ` Simon Horman
  2019-06-25 12:17 ` [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 Olof Johansson
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-06-21  9:16 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Simon Horman, Magnus Damm, linux-arm-kernel, Biju Das

From: Biju Das <biju.das@bp.renesas.com>

Enable support for the TI HD3SS320 USB Type-C DRP Port controller driver
by turning on CONFIG_TYPEC and CONFIG_TYPEC_HD3SS3220 as modules.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e01fbe435168..fa242ab2697c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -561,6 +561,8 @@ CONFIG_USB_ULPI=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=m
 CONFIG_USB_RENESAS_USB3=m
+CONFIG_TYPEC=m
+CONFIG_TYPEC_HD3SS3220=m
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=32
 CONFIG_MMC_ARMMMCI=y
-- 
2.11.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3
  2019-06-21  9:16 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 Simon Horman
  2019-06-21  9:16 ` [PATCH 1/2] arm64: defconfig: Enable TDA19988 Simon Horman
  2019-06-21  9:16 ` [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option Simon Horman
@ 2019-06-25 12:17 ` Olof Johansson
  2 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-25 12:17 UTC (permalink / raw)
  To: Simon Horman
  Cc: Arnd Bergmann, Kevin Hilman, Magnus Damm, linux-renesas-soc, arm,
	linux-arm-kernel

On Fri, Jun 21, 2019 at 11:16:41AM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM64 based SoC defconfig updates for v5.3.
> 
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig-for-v5.3
> 
> for you to fetch changes up to c24f6886b2ee321b50543d3683573689a1817336:
> 
>   arm64: defconfig: enable TYPEC_HD3SS3220 config option (2019-06-12 13:57:08 +0200)

Merged, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-25 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21  9:16 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 Simon Horman
2019-06-21  9:16 ` [PATCH 1/2] arm64: defconfig: Enable TDA19988 Simon Horman
2019-06-21  9:16 ` [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option Simon Horman
2019-06-25 12:17 ` [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3 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).