linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP
@ 2015-09-08 15:42 Ulrich Hecht
  2015-09-09  0:52 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ulrich Hecht @ 2015-09-08 15:42 UTC (permalink / raw)
  To: linux-sh

Hi!

This series enables the DT-wise IRLM setup in the intc-irqpin driver (same
as on r8a7779) and configures the FPGA correctly.

This revision adds defconfig updates and Simon's Tested-By.

CU
Uli


Changes since v2:
- added defconfig updates
- added Tested-By

Changes since v1:
- split IRLM support into C and DT parts
- added clarifying comment to FPGA description
- added Acks


Ulrich Hecht (5):
  irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support
  ARM: shmobile: r8a7778: enable IRLM setup via DT
  ARM: shmobile: bockw dts: enable SMSC interrupt
  ARM: shmobile_defconfig: enable PINCTRL_SINGLE
  ARM: multi_v7_defconfig: enable PINCTRL_SINGLE

 arch/arm/boot/dts/r8a7778-bockw.dts       | 20 ++++++++++++++++++++
 arch/arm/boot/dts/r8a7778.dtsi            |  3 ++-
 arch/arm/configs/multi_v7_defconfig       |  1 +
 arch/arm/configs/shmobile_defconfig       |  1 +
 drivers/irqchip/irq-renesas-intc-irqpin.c |  6 ++++--
 5 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.4.6


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

* Re: [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP
  2015-09-08 15:42 [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP Ulrich Hecht
@ 2015-09-09  0:52 ` Simon Horman
  2015-09-30  9:52 ` Geert Uytterhoeven
  2015-09-30 10:02 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-09-09  0:52 UTC (permalink / raw)
  To: linux-sh

On Tue, Sep 08, 2015 at 05:42:21PM +0200, Ulrich Hecht wrote:
> Hi!
> 
> This series enables the DT-wise IRLM setup in the intc-irqpin driver (same
> as on r8a7779) and configures the FPGA correctly.
> 
> This revision adds defconfig updates and Simon's Tested-By.
> 
> CU
> Uli
> 
> 
> Changes since v2:
> - added defconfig updates
> - added Tested-By
> 
> Changes since v1:
> - split IRLM support into C and DT parts
> - added clarifying comment to FPGA description
> - added Acks

Hi Uli,

Thanks for following up on this

Bockw boots all the way to userspace using nfsroot using this series.

Tested-by: Simon Horman <horms+renesas@verge.net.au>

> Ulrich Hecht (5):
>   irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support
>   ARM: shmobile: r8a7778: enable IRLM setup via DT
>   ARM: shmobile: bockw dts: enable SMSC interrupt
>   ARM: shmobile_defconfig: enable PINCTRL_SINGLE
>   ARM: multi_v7_defconfig: enable PINCTRL_SINGLE

Jason,

could you consider picking-up the irqchip patch, the first of the series?
With that in place I can go ahead and queue up the remaining patches.

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

* Re: [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP
  2015-09-08 15:42 [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP Ulrich Hecht
  2015-09-09  0:52 ` Simon Horman
@ 2015-09-30  9:52 ` Geert Uytterhoeven
  2015-09-30 10:02 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-09-30  9:52 UTC (permalink / raw)
  To: linux-sh

Hi Ulrich, Simon,

On Wed, Sep 9, 2015 at 2:52 AM, Simon Horman <horms@verge.net.au> wrote:
> On Tue, Sep 08, 2015 at 05:42:21PM +0200, Ulrich Hecht wrote:
>> This series enables the DT-wise IRLM setup in the intc-irqpin driver (same
>> as on r8a7779) and configures the FPGA correctly.

>> Ulrich Hecht (5):
>>   irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support
>>   ARM: shmobile: r8a7778: enable IRLM setup via DT
>>   ARM: shmobile: bockw dts: enable SMSC interrupt
>>   ARM: shmobile_defconfig: enable PINCTRL_SINGLE
>>   ARM: multi_v7_defconfig: enable PINCTRL_SINGLE
>
> Jason,
>
> could you consider picking-up the irqchip patch, the first of the series?
> With that in place I can go ahead and queue up the remaining patches.

I think you should send it to all of

IRQCHIP DRIVERS
M:      Thomas Gleixner <tglx@linutronix.de>
M:      Jason Cooper <jason@lakedaemon.net>
M:      Marc Zyngier <marc.zyngier@arm.com>
L:      linux-kernel@vger.kernel.org

Cfr. Thomas' recent complaint in
http://www.spinics.net/lists/arm-kernel/msg445781.html

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP
  2015-09-08 15:42 [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP Ulrich Hecht
  2015-09-09  0:52 ` Simon Horman
  2015-09-30  9:52 ` Geert Uytterhoeven
@ 2015-09-30 10:02 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2015-09-30 10:02 UTC (permalink / raw)
  To: linux-sh

On Wed, Sep 30, 2015 at 11:52 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> On Wed, Sep 9, 2015 at 2:52 AM, Simon Horman <horms@verge.net.au> wrote:
>> On Tue, Sep 08, 2015 at 05:42:21PM +0200, Ulrich Hecht wrote:
>>> This series enables the DT-wise IRLM setup in the intc-irqpin driver (same
>>> as on r8a7779) and configures the FPGA correctly.
>
>>> Ulrich Hecht (5):
>>>   irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support
>>>   ARM: shmobile: r8a7778: enable IRLM setup via DT
>>>   ARM: shmobile: bockw dts: enable SMSC interrupt
>>>   ARM: shmobile_defconfig: enable PINCTRL_SINGLE
>>>   ARM: multi_v7_defconfig: enable PINCTRL_SINGLE
>>
>> Jason,
>>
>> could you consider picking-up the irqchip patch, the first of the series?
>> With that in place I can go ahead and queue up the remaining patches.
>
> I think you should send it to all of
>
> IRQCHIP DRIVERS
> M:      Thomas Gleixner <tglx@linutronix.de>
> M:      Jason Cooper <jason@lakedaemon.net>
> M:      Marc Zyngier <marc.zyngier@arm.com>
> L:      linux-kernel@vger.kernel.org

Nevermind, I'll forward it myself.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2015-09-30 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 15:42 [PATCH v3 0/5] r8a7778/bockw: fix SMSC Ethernet for MP Ulrich Hecht
2015-09-09  0:52 ` Simon Horman
2015-09-30  9:52 ` Geert Uytterhoeven
2015-09-30 10:02 ` Geert Uytterhoeven

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