* [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support
@ 2014-12-02 8:37 Ulrich Hecht
2014-12-11 12:31 ` Magnus Damm
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Ulrich Hecht @ 2014-12-02 8:37 UTC (permalink / raw)
To: linux-sh
Enable r8a73a4 Multiplatform support for the generic r8a73a4
machine vector.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
arch/arm/mach-shmobile/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 1b4fafe..d107b93 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -51,6 +51,11 @@ config ARCH_R7S72100
bool "RZ/A1H (R7S72100)"
select SYS_SUPPORTS_SH_MTU2
+config ARCH_R8A73A4
+ bool "R-Mobile APE6 (R8A73A40)"
+ select ARCH_RMOBILE
+ select RENESAS_IRQC
+
config ARCH_R8A7740
bool "R-Mobile A1 (R8A77400)"
select ARCH_RMOBILE
--
1.8.4.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support
2014-12-02 8:37 [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support Ulrich Hecht
@ 2014-12-11 12:31 ` Magnus Damm
2014-12-12 0:13 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2014-12-11 12:31 UTC (permalink / raw)
To: linux-sh
Hi Ulrich,
On Tue, Dec 2, 2014 at 5:37 PM, Ulrich Hecht
<ulrich.hecht+renesas@gmail.com> wrote:
> Enable r8a73a4 Multiplatform support for the generic r8a73a4
> machine vector.
>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
This for your efforts. This particular patch is fine with me.
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Regarding the other patches, as discussed over chat please consider
optimising the patch order to allow merge of multiplatform merge
independently of board removal and renaming of files. Basically I
think you can add multiplatform support using the non-reference DT
file directly and not making use of any C board code.
Cheers,
/ magnus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support
2014-12-02 8:37 [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support Ulrich Hecht
2014-12-11 12:31 ` Magnus Damm
@ 2014-12-12 0:13 ` Simon Horman
2014-12-12 0:51 ` Magnus Damm
2014-12-12 7:07 ` Simon Horman
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-12-12 0:13 UTC (permalink / raw)
To: linux-sh
Hi Magnus, Hi Ulrich,
On Thu, Dec 11, 2014 at 09:31:13PM +0900, Magnus Damm wrote:
> Hi Ulrich,
>
> On Tue, Dec 2, 2014 at 5:37 PM, Ulrich Hecht
> <ulrich.hecht+renesas@gmail.com> wrote:
> > Enable r8a73a4 Multiplatform support for the generic r8a73a4
> > machine vector.
> >
> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>
> This for your efforts. This particular patch is fine with me.
>
> Acked-by: Magnus Damm <damm+renesas@opensource.se>
>
> Regarding the other patches, as discussed over chat please consider
> optimising the patch order to allow merge of multiplatform merge
> independently of board removal and renaming of files. Basically I
> think you can add multiplatform support using the non-reference DT
> file directly and not making use of any C board code.
Would you like me to queue up this patch now?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support
2014-12-02 8:37 [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support Ulrich Hecht
2014-12-11 12:31 ` Magnus Damm
2014-12-12 0:13 ` Simon Horman
@ 2014-12-12 0:51 ` Magnus Damm
2014-12-12 7:07 ` Simon Horman
3 siblings, 0 replies; 5+ messages in thread
From: Magnus Damm @ 2014-12-12 0:51 UTC (permalink / raw)
To: linux-sh
Hi Simon,
On Fri, Dec 12, 2014 at 9:13 AM, Simon Horman <horms@verge.net.au> wrote:
> Hi Magnus, Hi Ulrich,
>
> On Thu, Dec 11, 2014 at 09:31:13PM +0900, Magnus Damm wrote:
>> Hi Ulrich,
>>
>> On Tue, Dec 2, 2014 at 5:37 PM, Ulrich Hecht
>> <ulrich.hecht+renesas@gmail.com> wrote:
>> > Enable r8a73a4 Multiplatform support for the generic r8a73a4
>> > machine vector.
>> >
>> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>>
>> This for your efforts. This particular patch is fine with me.
>>
>> Acked-by: Magnus Damm <damm+renesas@opensource.se>
>>
>> Regarding the other patches, as discussed over chat please consider
>> optimising the patch order to allow merge of multiplatform merge
>> independently of board removal and renaming of files. Basically I
>> think you can add multiplatform support using the non-reference DT
>> file directly and not making use of any C board code.
>
> Would you like me to queue up this patch now?
Thanks for the offer, but I think we should wait for Ulrich to rework
this series first. Once a couple of patches are OK as-is then it would
be nice to merge them before the CCF bits are in place. But I guess it
much depends on how Ulrich will split the code.
Cheers,
/ magnus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support
2014-12-02 8:37 [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support Ulrich Hecht
` (2 preceding siblings ...)
2014-12-12 0:51 ` Magnus Damm
@ 2014-12-12 7:07 ` Simon Horman
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-12-12 7:07 UTC (permalink / raw)
To: linux-sh
On Fri, Dec 12, 2014 at 09:51:43AM +0900, Magnus Damm wrote:
> Hi Simon,
>
> On Fri, Dec 12, 2014 at 9:13 AM, Simon Horman <horms@verge.net.au> wrote:
> > Hi Magnus, Hi Ulrich,
> >
> > On Thu, Dec 11, 2014 at 09:31:13PM +0900, Magnus Damm wrote:
> >> Hi Ulrich,
> >>
> >> On Tue, Dec 2, 2014 at 5:37 PM, Ulrich Hecht
> >> <ulrich.hecht+renesas@gmail.com> wrote:
> >> > Enable r8a73a4 Multiplatform support for the generic r8a73a4
> >> > machine vector.
> >> >
> >> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> >>
> >> This for your efforts. This particular patch is fine with me.
> >>
> >> Acked-by: Magnus Damm <damm+renesas@opensource.se>
> >>
> >> Regarding the other patches, as discussed over chat please consider
> >> optimising the patch order to allow merge of multiplatform merge
> >> independently of board removal and renaming of files. Basically I
> >> think you can add multiplatform support using the non-reference DT
> >> file directly and not making use of any C board code.
> >
> > Would you like me to queue up this patch now?
>
> Thanks for the offer, but I think we should wait for Ulrich to rework
> this series first. Once a couple of patches are OK as-is then it would
> be nice to merge them before the CCF bits are in place. But I guess it
> much depends on how Ulrich will split the code.
Thanks, I will immediately do nothing.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-12 7:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 8:37 [PATCH 1/5] ARM: shmobile: r8a73a4: Multiplatform support Ulrich Hecht
2014-12-11 12:31 ` Magnus Damm
2014-12-12 0:13 ` Simon Horman
2014-12-12 0:51 ` Magnus Damm
2014-12-12 7:07 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox