* [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
@ 2015-06-25 8:57 Magnus Damm
2015-06-26 5:25 ` Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Magnus Damm @ 2015-06-25 8:57 UTC (permalink / raw)
To: linux-sh
ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
[PATCH v2 01/06] ARM: shmobile: r8a7779: Configure IRLM mode via DT
[PATCH v2 02/06] ARM: shmobile: r8a7779: Generic CCF and timer support
[PATCH v2 03/06] ARM: shmobile: r8a7779: Generic SMP ops
[PATCH v2 04/06] ARM: shmobile: marzen-reference: Remove C board code
[PATCH v2 05/06] ARM: shmobile: Remove Marzen from shmobile_defconfig
[PATCH v2 06/06] ARM: shmobile: r8a7779: Cleanup header file
Now when "irqchip: renesas-intc-irqpin: r8a7779 IRLM setup support" is
merged we can continue to cleanup r8a7779 and Marzen.
With these patches applied the r8a7779 SoC gets DT-only multiplatform
support and old C board code for multiplatform gets removed.
The legacy r8a7779 Marzen code is not touched by this series, but
with these patches applied basic r8a7779 multiplatform SoC support
is done and only a few I/O devices are legacy-only.
Only minor changes since V1, fixed build issues for the legacy case.
Boot tested with shmobile_defconfig on real hardware. Built using
marzen_defconfig as well but no testing in such case.
We probably want to figure out a way how to handle kernel configuration
of regulators...
Thanks for earlier review by Geert!
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
Built on top of renesas-devel-20150624-v4.1
No special dependencies
arch/arm/boot/dts/r8a7779.dtsi | 5 +-
arch/arm/configs/shmobile_defconfig | 1
arch/arm/mach-shmobile/Kconfig | 7 --
arch/arm/mach-shmobile/Makefile | 4 -
arch/arm/mach-shmobile/board-marzen-reference.c | 56 -----------------------
arch/arm/mach-shmobile/clock-r8a7779.c | 2
arch/arm/mach-shmobile/r8a7779.h | 2
arch/arm/mach-shmobile/setup-r8a7779.c | 15 +++++-
8 files changed, 19 insertions(+), 73 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
2015-06-25 8:57 [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2 Magnus Damm
@ 2015-06-26 5:25 ` Simon Horman
2015-06-26 5:39 ` Simon Horman
2015-06-29 8:32 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-06-26 5:25 UTC (permalink / raw)
To: linux-sh
On Thu, Jun 25, 2015 at 05:57:16PM +0900, Magnus Damm wrote:
> ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
>
> [PATCH v2 01/06] ARM: shmobile: r8a7779: Configure IRLM mode via DT
> [PATCH v2 02/06] ARM: shmobile: r8a7779: Generic CCF and timer support
> [PATCH v2 03/06] ARM: shmobile: r8a7779: Generic SMP ops
> [PATCH v2 04/06] ARM: shmobile: marzen-reference: Remove C board code
> [PATCH v2 05/06] ARM: shmobile: Remove Marzen from shmobile_defconfig
> [PATCH v2 06/06] ARM: shmobile: r8a7779: Cleanup header file
>
> Now when "irqchip: renesas-intc-irqpin: r8a7779 IRLM setup support" is
> merged we can continue to cleanup r8a7779 and Marzen.
>
> With these patches applied the r8a7779 SoC gets DT-only multiplatform
> support and old C board code for multiplatform gets removed.
>
> The legacy r8a7779 Marzen code is not touched by this series, but
> with these patches applied basic r8a7779 multiplatform SoC support
> is done and only a few I/O devices are legacy-only.
>
> Only minor changes since V1, fixed build issues for the legacy case.
> Boot tested with shmobile_defconfig on real hardware. Built using
> marzen_defconfig as well but no testing in such case.
>
> We probably want to figure out a way how to handle kernel configuration
> of regulators...
Shall I queue this up or would you rather wait until some progress
is made on regulators?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
2015-06-25 8:57 [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2 Magnus Damm
2015-06-26 5:25 ` Simon Horman
@ 2015-06-26 5:39 ` Simon Horman
2015-06-29 8:32 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-06-26 5:39 UTC (permalink / raw)
To: linux-sh
On Fri, Jun 26, 2015 at 02:25:08PM +0900, Simon Horman wrote:
> On Thu, Jun 25, 2015 at 05:57:16PM +0900, Magnus Damm wrote:
> > ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
> >
> > [PATCH v2 01/06] ARM: shmobile: r8a7779: Configure IRLM mode via DT
> > [PATCH v2 02/06] ARM: shmobile: r8a7779: Generic CCF and timer support
> > [PATCH v2 03/06] ARM: shmobile: r8a7779: Generic SMP ops
> > [PATCH v2 04/06] ARM: shmobile: marzen-reference: Remove C board code
> > [PATCH v2 05/06] ARM: shmobile: Remove Marzen from shmobile_defconfig
> > [PATCH v2 06/06] ARM: shmobile: r8a7779: Cleanup header file
> >
> > Now when "irqchip: renesas-intc-irqpin: r8a7779 IRLM setup support" is
> > merged we can continue to cleanup r8a7779 and Marzen.
> >
> > With these patches applied the r8a7779 SoC gets DT-only multiplatform
> > support and old C board code for multiplatform gets removed.
> >
> > The legacy r8a7779 Marzen code is not touched by this series, but
> > with these patches applied basic r8a7779 multiplatform SoC support
> > is done and only a few I/O devices are legacy-only.
> >
> > Only minor changes since V1, fixed build issues for the legacy case.
> > Boot tested with shmobile_defconfig on real hardware. Built using
> > marzen_defconfig as well but no testing in such case.
> >
> > We probably want to figure out a way how to handle kernel configuration
> > of regulators...
>
> Shall I queue this up or would you rather wait until some progress
> is made on regulators?
I now see that there is an unresolved discussion of how to handle SMP
in thread stemming from "[PATCH 03/05] ARM: shmobile: r8a7779: Generic SoC
SMP support". I am holding off on this series accordingly.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
2015-06-25 8:57 [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2 Magnus Damm
2015-06-26 5:25 ` Simon Horman
2015-06-26 5:39 ` Simon Horman
@ 2015-06-29 8:32 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-06-29 8:32 UTC (permalink / raw)
To: linux-sh
On Fri, Jun 26, 2015 at 02:39:26PM +0900, Simon Horman wrote:
> On Fri, Jun 26, 2015 at 02:25:08PM +0900, Simon Horman wrote:
> > On Thu, Jun 25, 2015 at 05:57:16PM +0900, Magnus Damm wrote:
> > > ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2
> > >
> > > [PATCH v2 01/06] ARM: shmobile: r8a7779: Configure IRLM mode via DT
> > > [PATCH v2 02/06] ARM: shmobile: r8a7779: Generic CCF and timer support
> > > [PATCH v2 03/06] ARM: shmobile: r8a7779: Generic SMP ops
> > > [PATCH v2 04/06] ARM: shmobile: marzen-reference: Remove C board code
> > > [PATCH v2 05/06] ARM: shmobile: Remove Marzen from shmobile_defconfig
> > > [PATCH v2 06/06] ARM: shmobile: r8a7779: Cleanup header file
> > >
> > > Now when "irqchip: renesas-intc-irqpin: r8a7779 IRLM setup support" is
> > > merged we can continue to cleanup r8a7779 and Marzen.
> > >
> > > With these patches applied the r8a7779 SoC gets DT-only multiplatform
> > > support and old C board code for multiplatform gets removed.
> > >
> > > The legacy r8a7779 Marzen code is not touched by this series, but
> > > with these patches applied basic r8a7779 multiplatform SoC support
> > > is done and only a few I/O devices are legacy-only.
> > >
> > > Only minor changes since V1, fixed build issues for the legacy case.
> > > Boot tested with shmobile_defconfig on real hardware. Built using
> > > marzen_defconfig as well but no testing in such case.
> > >
> > > We probably want to figure out a way how to handle kernel configuration
> > > of regulators...
> >
> > Shall I queue this up or would you rather wait until some progress
> > is made on regulators?
>
> I now see that there is an unresolved discussion of how to handle SMP
> in thread stemming from "[PATCH 03/05] ARM: shmobile: r8a7779: Generic SoC
> SMP support". I am holding off on this series accordingly.
That discussion appears to be continuing.
I have gone ahead and queued up the first to patches of
the series, as listed above, as they seem to lie outside the discussion.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-29 8:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 8:57 [PATCH v2 00/06] ARM: shmobile: r8a7779 IRQ update and Marzen cleanup V2 Magnus Damm
2015-06-26 5:25 ` Simon Horman
2015-06-26 5:39 ` Simon Horman
2015-06-29 8:32 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox