All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Afzal Mohammed <afzal@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH RFC 4/6] ARM: OMAP2+: AM43x/AM335x: have reset controller
Date: Tue, 8 Oct 2013 11:17:24 -0700	[thread overview]
Message-ID: <20131008181723.GG8313@atomide.com> (raw)
In-Reply-To: <54ef6f33272dfe2bbf3596da05579a7305fb0cff.1378129416.git.afzal@ti.com>

* Afzal Mohammed <afzal@ti.com> [130902 07:27]:
> AM43x, AM335x have reset block as part of prcm, let reset driver be
> usable with these SoC's.

Once the driver is ready, this can be merged along with the 
reset driver:

Acked-by: Tony Lindgren <tony@atomide.com>
 
> Signed-off-by: Afzal Mohammed <afzal@ti.com>
> ---
>  arch/arm/mach-omap2/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 3eed000..fa28d1d 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -72,6 +72,7 @@ config SOC_AM33XX
>  	select CPU_V7
>  	select MULTI_IRQ_HANDLER
>  	select COMMON_CLK
> +	select ARCH_HAS_RESET_CONTROLLER
>  
>  config SOC_AM43XX
>  	bool "TI AM43x"
> @@ -82,6 +83,7 @@ config SOC_AM43XX
>  	select ARM_GIC
>  	select COMMON_CLK
>  	select MACH_OMAP_GENERIC
> +	select ARCH_HAS_RESET_CONTROLLER
>  
>  config ARCH_OMAP2PLUS
>  	bool
> -- 
> 1.8.3.4
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 4/6] ARM: OMAP2+: AM43x/AM335x: have reset controller
Date: Tue, 8 Oct 2013 11:17:24 -0700	[thread overview]
Message-ID: <20131008181723.GG8313@atomide.com> (raw)
In-Reply-To: <54ef6f33272dfe2bbf3596da05579a7305fb0cff.1378129416.git.afzal@ti.com>

* Afzal Mohammed <afzal@ti.com> [130902 07:27]:
> AM43x, AM335x have reset block as part of prcm, let reset driver be
> usable with these SoC's.

Once the driver is ready, this can be merged along with the 
reset driver:

Acked-by: Tony Lindgren <tony@atomide.com>
 
> Signed-off-by: Afzal Mohammed <afzal@ti.com>
> ---
>  arch/arm/mach-omap2/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 3eed000..fa28d1d 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -72,6 +72,7 @@ config SOC_AM33XX
>  	select CPU_V7
>  	select MULTI_IRQ_HANDLER
>  	select COMMON_CLK
> +	select ARCH_HAS_RESET_CONTROLLER
>  
>  config SOC_AM43XX
>  	bool "TI AM43x"
> @@ -82,6 +83,7 @@ config SOC_AM43XX
>  	select ARM_GIC
>  	select COMMON_CLK
>  	select MACH_OMAP_GENERIC
> +	select ARCH_HAS_RESET_CONTROLLER
>  
>  config ARCH_OMAP2PLUS
>  	bool
> -- 
> 1.8.3.4
> 

  reply	other threads:[~2013-10-08 18:17 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-02 14:11 [PATCH RFC 0/6] ARM: OMAP2+: AM43x/AM335x prcm reset driver Afzal Mohammed
2013-09-02 14:11 ` Afzal Mohammed
2013-09-02 14:11 ` Afzal Mohammed
2013-09-02 14:15 ` [PATCH RFC 1/6] reset: is_reset and clear_reset api's Afzal Mohammed
2013-09-02 14:15   ` Afzal Mohammed
2013-09-02 14:15   ` Afzal Mohammed
2013-09-02 14:16 ` [PATCH RFC 2/6] doc: dt: binding: omap: am43x/am335x prcm reset Afzal Mohammed
2013-09-02 14:16   ` Afzal Mohammed
2013-09-02 14:16   ` Afzal Mohammed
2013-09-02 14:18 ` [PATCH RFC 3/6] reset: am43x/am335x support Afzal Mohammed
2013-09-02 14:18   ` Afzal Mohammed
2013-09-02 14:18   ` Afzal Mohammed
2013-09-02 14:20 ` [PATCH RFC 4/6] ARM: OMAP2+: AM43x/AM335x: have reset controller Afzal Mohammed
2013-09-02 14:20   ` Afzal Mohammed
2013-09-02 14:20   ` Afzal Mohammed
2013-10-08 18:17   ` Tony Lindgren [this message]
2013-10-08 18:17     ` Tony Lindgren
2013-09-02 14:22 ` [PATCH RFC 5/6] ARM: dts: AM335x: prcm node (for reset) Afzal Mohammed
2013-09-02 14:22   ` Afzal Mohammed
2013-09-02 14:22   ` Afzal Mohammed
     [not found]   ` <00675d65eef61eb4222e6a461ef479ebbd1d4787.1378129416.git.afzal-l0cyMroinI0@public.gmane.org>
2013-10-08 18:18     ` Tony Lindgren
2013-10-08 18:18       ` Tony Lindgren
2013-10-08 18:18       ` Tony Lindgren
2013-09-02 14:22 ` [PATCH RFC 6/6] ARM: dts: AM4372: " Afzal Mohammed
2013-09-02 14:22   ` Afzal Mohammed
2013-09-02 14:22   ` Afzal Mohammed
2013-09-05 10:07 ` [PATCH RFC 0/6] ARM: OMAP2+: AM43x/AM335x prcm reset driver Philipp Zabel
2013-09-05 10:07   ` Philipp Zabel
2013-09-05 15:56   ` Afzal Mohammed
2013-09-05 15:56     ` Afzal Mohammed
2013-09-05 15:56     ` Afzal Mohammed
2013-09-09  9:06     ` Philipp Zabel
2013-09-09  9:06       ` Philipp Zabel
2013-09-12 12:09       ` Afzal Mohammed
2013-09-12 12:09         ` Afzal Mohammed
2013-09-12 12:09         ` Afzal Mohammed

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=20131008181723.GG8313@atomide.com \
    --to=tony@atomide.com \
    --cc=afzal@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    /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.