All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Stefan Roese <sr@denx.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Thorsten Eisbein <thorsten.eisbein@head-acoustics.de>,
	Tapani Utriainen <tapani@technexion.com>
Subject: Re: [PATCH 1/4 v2] arm: omap: tao3530: Add pdata-quirk for the mmc2 internal clock
Date: Mon, 8 Sep 2014 17:09:59 -0700	[thread overview]
Message-ID: <20140909000959.GA10785@atomide.com> (raw)
In-Reply-To: <1409308806-27036-1-git-send-email-sr@denx.de>

* Stefan Roese <sr@denx.de> [140829 03:40]:
> Set internal clock source for MMC2 on tao3530.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Thorsten Eisbein <thorsten.eisbein@head-acoustics.de>
> Cc: Tapani Utriainen <tapani@technexion.com>
> Cc: Tony Lindgren <tony@atomide.com>
> ---
> v2:
> - Patch description added to commit text

Applying all into omap-for-v3.18/dt thanks.

Tony
 
>  arch/arm/mach-omap2/pdata-quirks.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c
> index 90c88d4..b9d091b 100644
> --- a/arch/arm/mach-omap2/pdata-quirks.c
> +++ b/arch/arm/mach-omap2/pdata-quirks.c
> @@ -253,6 +253,11 @@ static void __init nokia_n900_legacy_init(void)
>  
>  	}
>  }
> +
> +static void __init omap3_tao3530_legacy_init(void)
> +{
> +	hsmmc2_internal_input_clk();
> +}
>  #endif /* CONFIG_ARCH_OMAP3 */
>  
>  #ifdef CONFIG_ARCH_OMAP4
> @@ -377,6 +382,7 @@ static struct pdata_init pdata_quirks[] __initdata = {
>  	{ "ti,omap3-evm-37xx", omap3_evm_legacy_init, },
>  	{ "ti,omap3-zoom3", omap3_zoom_legacy_init, },
>  	{ "ti,am3517-evm", am3517_evm_legacy_init, },
> +	{ "technexion,omap3-tao3530", omap3_tao3530_legacy_init, },
>  #endif
>  #ifdef CONFIG_ARCH_OMAP4
>  	{ "ti,omap4-sdp", omap4_sdp_legacy_init, },
> -- 
> 2.1.0
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4 v2] arm: omap: tao3530: Add pdata-quirk for the mmc2 internal clock
Date: Mon, 8 Sep 2014 17:09:59 -0700	[thread overview]
Message-ID: <20140909000959.GA10785@atomide.com> (raw)
In-Reply-To: <1409308806-27036-1-git-send-email-sr@denx.de>

* Stefan Roese <sr@denx.de> [140829 03:40]:
> Set internal clock source for MMC2 on tao3530.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Thorsten Eisbein <thorsten.eisbein@head-acoustics.de>
> Cc: Tapani Utriainen <tapani@technexion.com>
> Cc: Tony Lindgren <tony@atomide.com>
> ---
> v2:
> - Patch description added to commit text

Applying all into omap-for-v3.18/dt thanks.

Tony
 
>  arch/arm/mach-omap2/pdata-quirks.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c
> index 90c88d4..b9d091b 100644
> --- a/arch/arm/mach-omap2/pdata-quirks.c
> +++ b/arch/arm/mach-omap2/pdata-quirks.c
> @@ -253,6 +253,11 @@ static void __init nokia_n900_legacy_init(void)
>  
>  	}
>  }
> +
> +static void __init omap3_tao3530_legacy_init(void)
> +{
> +	hsmmc2_internal_input_clk();
> +}
>  #endif /* CONFIG_ARCH_OMAP3 */
>  
>  #ifdef CONFIG_ARCH_OMAP4
> @@ -377,6 +382,7 @@ static struct pdata_init pdata_quirks[] __initdata = {
>  	{ "ti,omap3-evm-37xx", omap3_evm_legacy_init, },
>  	{ "ti,omap3-zoom3", omap3_zoom_legacy_init, },
>  	{ "ti,am3517-evm", am3517_evm_legacy_init, },
> +	{ "technexion,omap3-tao3530", omap3_tao3530_legacy_init, },
>  #endif
>  #ifdef CONFIG_ARCH_OMAP4
>  	{ "ti,omap4-sdp", omap4_sdp_legacy_init, },
> -- 
> 2.1.0
> 

  parent reply	other threads:[~2014-09-09  0:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-29 10:40 [PATCH 1/4 v2] arm: omap: tao3530: Add pdata-quirk for the mmc2 internal clock Stefan Roese
2014-08-29 10:40 ` Stefan Roese
2014-08-29 10:40 ` [PATCH 2/4 v2] arm: omap3: Add Technexion TAO3530 SOM omap3-tao3530.dtsi Stefan Roese
2014-08-29 10:40   ` Stefan Roese
2014-08-29 10:40 ` [PATCH 3/4 v2] arm: omap3: Add Technexion Thunder support (TAO3530 SOM based) Stefan Roese
2014-08-29 10:40   ` Stefan Roese
2014-08-29 10:40 ` [PATCH 4/4 v2] arm: omap3: Add HEAD acoustics omap3-ha.dts and omap3-ha-lcd.dts (TAO3530 based) Stefan Roese
2014-08-29 10:40   ` Stefan Roese
2014-09-09  0:09 ` Tony Lindgren [this message]
2014-09-09  0:09   ` [PATCH 1/4 v2] arm: omap: tao3530: Add pdata-quirk for the mmc2 internal clock Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140909000959.GA10785@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=sr@denx.de \
    --cc=tapani@technexion.com \
    --cc=thorsten.eisbein@head-acoustics.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.