All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/meson: imply dw-hdmi i2s audio for meson hdmi
@ 2019-04-29 10:23 ` Jerome Brunet
  0 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2019-04-29 10:23 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman
  Cc: Jerome Brunet, dri-devel, linux-amlogic, linux-kernel

Imply the i2s part of the Synopsys HDMI driver for Amlogic SoCs.
This will enable the i2s part by default when meson hdmi driver
is enable but let platforms not supported by the audio subsystem
disable it if necessary.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 drivers/gpu/drm/meson/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig
index c28b69f48555..a480e4a80bea 100644
--- a/drivers/gpu/drm/meson/Kconfig
+++ b/drivers/gpu/drm/meson/Kconfig
@@ -14,3 +14,4 @@ config DRM_MESON_DW_HDMI
 	depends on DRM_MESON
 	default y if DRM_MESON
 	select DRM_DW_HDMI
+	imply DRM_DW_HDMI_I2S_AUDIO
-- 
2.20.1


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

* [PATCH] drm/meson: imply dw-hdmi i2s audio for meson hdmi
@ 2019-04-29 10:23 ` Jerome Brunet
  0 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2019-04-29 10:23 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman
  Cc: linux-amlogic, linux-kernel, dri-devel, Jerome Brunet

Imply the i2s part of the Synopsys HDMI driver for Amlogic SoCs.
This will enable the i2s part by default when meson hdmi driver
is enable but let platforms not supported by the audio subsystem
disable it if necessary.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 drivers/gpu/drm/meson/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig
index c28b69f48555..a480e4a80bea 100644
--- a/drivers/gpu/drm/meson/Kconfig
+++ b/drivers/gpu/drm/meson/Kconfig
@@ -14,3 +14,4 @@ config DRM_MESON_DW_HDMI
 	depends on DRM_MESON
 	default y if DRM_MESON
 	select DRM_DW_HDMI
+	imply DRM_DW_HDMI_I2S_AUDIO
-- 
2.20.1


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

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

* Re: [PATCH] drm/meson: imply dw-hdmi i2s audio for meson hdmi
  2019-04-29 10:23 ` Jerome Brunet
@ 2019-05-24  8:42   ` Neil Armstrong
  -1 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-05-24  8:42 UTC (permalink / raw)
  To: Jerome Brunet, Kevin Hilman; +Cc: dri-devel, linux-amlogic, linux-kernel

On 29/04/2019 12:23, Jerome Brunet wrote:
> Imply the i2s part of the Synopsys HDMI driver for Amlogic SoCs.
> This will enable the i2s part by default when meson hdmi driver
> is enable but let platforms not supported by the audio subsystem
> disable it if necessary.
> 
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
>  drivers/gpu/drm/meson/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig
> index c28b69f48555..a480e4a80bea 100644
> --- a/drivers/gpu/drm/meson/Kconfig
> +++ b/drivers/gpu/drm/meson/Kconfig
> @@ -14,3 +14,4 @@ config DRM_MESON_DW_HDMI
>  	depends on DRM_MESON
>  	default y if DRM_MESON
>  	select DRM_DW_HDMI
> +	imply DRM_DW_HDMI_I2S_AUDIO
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

And applying to drm-misc-next

Thanks,
Neil

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

* Re: [PATCH] drm/meson: imply dw-hdmi i2s audio for meson hdmi
@ 2019-05-24  8:42   ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-05-24  8:42 UTC (permalink / raw)
  To: Jerome Brunet, Kevin Hilman; +Cc: linux-amlogic, linux-kernel, dri-devel

On 29/04/2019 12:23, Jerome Brunet wrote:
> Imply the i2s part of the Synopsys HDMI driver for Amlogic SoCs.
> This will enable the i2s part by default when meson hdmi driver
> is enable but let platforms not supported by the audio subsystem
> disable it if necessary.
> 
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
>  drivers/gpu/drm/meson/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig
> index c28b69f48555..a480e4a80bea 100644
> --- a/drivers/gpu/drm/meson/Kconfig
> +++ b/drivers/gpu/drm/meson/Kconfig
> @@ -14,3 +14,4 @@ config DRM_MESON_DW_HDMI
>  	depends on DRM_MESON
>  	default y if DRM_MESON
>  	select DRM_DW_HDMI
> +	imply DRM_DW_HDMI_I2S_AUDIO
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

And applying to drm-misc-next

Thanks,
Neil

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

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

end of thread, other threads:[~2019-05-24  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 10:23 [PATCH] drm/meson: imply dw-hdmi i2s audio for meson hdmi Jerome Brunet
2019-04-29 10:23 ` Jerome Brunet
2019-05-24  8:42 ` Neil Armstrong
2019-05-24  8:42   ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.