linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable IMX27 PWM controller
@ 2020-03-06 10:38 Adam Ford
  2020-03-06 10:38 ` [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962 Adam Ford
  2020-05-02 12:30 ` [PATCH] arm64: defconfig: Enable IMX27 PWM controller Adam Ford
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Ford @ 2020-03-06 10:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: aford, Adam Ford, Catalin Marinas, Will Deacon, linux-kernel

The i.MX8M Mini and others use the i.MX27 PWM controller.
This patch enables it as a module so various boards can use it.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a8de3d327d03..d19ca82b3c40 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -830,6 +830,7 @@ CONFIG_MPL3115=m
 CONFIG_PWM=y
 CONFIG_PWM_BCM2835=m
 CONFIG_PWM_CROS_EC=m
+CONFIG_PWM_IMX27=m
 CONFIG_PWM_MESON=m
 CONFIG_PWM_RCAR=m
 CONFIG_PWM_ROCKCHIP=y
-- 
2.25.0


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

* [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962
  2020-03-06 10:38 [PATCH] arm64: defconfig: Enable IMX27 PWM controller Adam Ford
@ 2020-03-06 10:38 ` Adam Ford
  2020-05-02 12:30   ` Adam Ford
  2020-05-02 12:30 ` [PATCH] arm64: defconfig: Enable IMX27 PWM controller Adam Ford
  1 sibling, 1 reply; 4+ messages in thread
From: Adam Ford @ 2020-03-06 10:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: aford, Adam Ford, Catalin Marinas, Will Deacon, linux-kernel

The Beacon EmbeddedWorks i.MX8M Mini kit has a WM8962 audio codec.
This patch enables the required drivers as modules to enable sound.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d19ca82b3c40..ab71a407288f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -601,6 +601,9 @@ CONFIG_SND_HDA_TEGRA=m
 CONFIG_SND_HDA_CODEC_HDMI=m
 CONFIG_SND_SOC=y
 CONFIG_SND_BCM2835_SOC_I2S=m
+CONFIG_SND_IMX_SOC=m
+CONFIG_SND_SOC_FSL_ASOC_CARD=m
+CONFIG_SND_SOC_IMX_AUDMIX=m
 CONFIG_SND_MESON_AXG_SOUND_CARD=m
 CONFIG_SND_SOC_ROCKCHIP=m
 CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
@@ -614,6 +617,7 @@ CONFIG_SND_SOC_ES7134=m
 CONFIG_SND_SOC_ES7241=m
 CONFIG_SND_SOC_PCM3168A_I2C=m
 CONFIG_SND_SOC_TAS571X=m
+CONFIG_SND_SOC_WM8962=m
 CONFIG_SND_SIMPLE_CARD=m
 CONFIG_SND_AUDIO_GRAPH_CARD=m
 CONFIG_I2C_HID=m
-- 
2.25.0


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

* Re: [PATCH] arm64: defconfig: Enable IMX27 PWM controller
  2020-03-06 10:38 [PATCH] arm64: defconfig: Enable IMX27 PWM controller Adam Ford
  2020-03-06 10:38 ` [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962 Adam Ford
@ 2020-05-02 12:30 ` Adam Ford
  1 sibling, 0 replies; 4+ messages in thread
From: Adam Ford @ 2020-05-02 12:30 UTC (permalink / raw)
  To: arm-soc
  Cc: Adam Ford-BE, Catalin Marinas, Will Deacon, Linux Kernel Mailing List

On Fri, Mar 6, 2020 at 4:38 AM Adam Ford <aford173@gmail.com> wrote:
>
> The i.MX8M Mini and others use the i.MX27 PWM controller.
> This patch enables it as a module so various boards can use it.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>

I don't know who the right person is to ping for this, but it's still
awaiting approval.

>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index a8de3d327d03..d19ca82b3c40 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -830,6 +830,7 @@ CONFIG_MPL3115=m
>  CONFIG_PWM=y
>  CONFIG_PWM_BCM2835=m
>  CONFIG_PWM_CROS_EC=m
> +CONFIG_PWM_IMX27=m
>  CONFIG_PWM_MESON=m
>  CONFIG_PWM_RCAR=m
>  CONFIG_PWM_ROCKCHIP=y
> --
> 2.25.0
>

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

* Re: [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962
  2020-03-06 10:38 ` [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962 Adam Ford
@ 2020-05-02 12:30   ` Adam Ford
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Ford @ 2020-05-02 12:30 UTC (permalink / raw)
  To: arm-soc
  Cc: Adam Ford-BE, Catalin Marinas, Will Deacon, Linux Kernel Mailing List

On Fri, Mar 6, 2020 at 4:38 AM Adam Ford <aford173@gmail.com> wrote:
>
> The Beacon EmbeddedWorks i.MX8M Mini kit has a WM8962 audio codec.
> This patch enables the required drivers as modules to enable sound.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>

Gentle ping.  I don't know who the right person is to ask for this.

adam
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index d19ca82b3c40..ab71a407288f 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -601,6 +601,9 @@ CONFIG_SND_HDA_TEGRA=m
>  CONFIG_SND_HDA_CODEC_HDMI=m
>  CONFIG_SND_SOC=y
>  CONFIG_SND_BCM2835_SOC_I2S=m
> +CONFIG_SND_IMX_SOC=m
> +CONFIG_SND_SOC_FSL_ASOC_CARD=m
> +CONFIG_SND_SOC_IMX_AUDMIX=m
>  CONFIG_SND_MESON_AXG_SOUND_CARD=m
>  CONFIG_SND_SOC_ROCKCHIP=m
>  CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
> @@ -614,6 +617,7 @@ CONFIG_SND_SOC_ES7134=m
>  CONFIG_SND_SOC_ES7241=m
>  CONFIG_SND_SOC_PCM3168A_I2C=m
>  CONFIG_SND_SOC_TAS571X=m
> +CONFIG_SND_SOC_WM8962=m
>  CONFIG_SND_SIMPLE_CARD=m
>  CONFIG_SND_AUDIO_GRAPH_CARD=m
>  CONFIG_I2C_HID=m
> --
> 2.25.0
>

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

end of thread, other threads:[~2020-05-02 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 10:38 [PATCH] arm64: defconfig: Enable IMX27 PWM controller Adam Ford
2020-03-06 10:38 ` [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962 Adam Ford
2020-05-02 12:30   ` Adam Ford
2020-05-02 12:30 ` [PATCH] arm64: defconfig: Enable IMX27 PWM controller Adam Ford

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).