Re: [PATCH (v5) 3/11] MIPS: bmips: Add bcm6345-l2-timer interrupt controller

From: Guenter Roeck
Date: Mon May 09 2016 - 09:06:45 EST


On 05/09/2016 05:01 AM, Ãlvaro FernÃndez Rojas wrote:
Hello Guenter,

Are there any other issues preventing this patches from being merged?


My major problem/concern is the interrupt handling and the repeated
restart of the hardware timer with continuously reduced timeouts.
This appears fragile, and it doesn't really make sense from a system
level point of view. Unfortunately, I don't have a data sheet for
the chip, nor the means or the time to test it myself. So we are pretty
much in limbo, unless someone from Broadcom confirms that, yes, this is
the one and expected means to program this watchdog.

Guenter

Regards,
Ãlvaro.
_____________________________
From: Guenter Roeck <linux@xxxxxxxxxxxx <mailto:linux@xxxxxxxxxxxx>>
Sent: martes, diciembre 1, 2015 1:23 a. m.
Subject: Re: [PATCH (v5) 3/11] MIPS: bmips: Add bcm6345-l2-timer interrupt controller
To: Simon Arlott <simon@xxxxxxxxxxx <mailto:simon@xxxxxxxxxxx>>, Thomas Gleixner <tglx@xxxxxxxxxxxxx <mailto:tglx@xxxxxxxxxxxxx>>
Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx <mailto:ralf@xxxxxxxxxxxxxx>>, Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx <mailto:linux-kernel@xxxxxxxxxxxxxxx>>, Mark Rutland <mark.rutland@xxxxxxx <mailto:mark.rutland@xxxxxxx>>, Florian Fainelli <f.fainelli@xxxxxxxxx <mailto:f.fainelli@xxxxxxxxx>>, Ian Campbell <ijc+devicetree@xxxxxxxxxxxxxx <mailto:ijc+devicetree@xxxxxxxxxxxxxx>>, Kevin Cernekee <cernekee@xxxxxxxxx <mailto:cernekee@xxxxxxxxx>>, MIPS Mailing List <linux-mips@xxxxxxxxxxxxxx <mailto:linux-mips@xxxxxxxxxxxxxx>>, Kumar Gala <galak@xxxxxxxxxxxxxx <mailto:galak@xxxxxxxxxxxxxx>>, Miguel Gaio <miguel.gaio@xxxxxxxxx <mailto:miguel.gaio@xxxxxxxxx>>, Jonas Gorski <jogo@xxxxxxxxxxx <mailto:jogo@xxxxxxxxxxx>>, Marc Zyngier <marc.zyngier@xxxxxxx <mailto:marc.zyngier@xxxxxxx>>, Pawel Moll <pawel.moll@xxxxxxx <mailto:pawel.moll@xxxxxxx>>, Rob Herring <robh+dt@xxxxxxxxxx <mailto:robh+dt@xxxxxxxxxx>>, <devicetree@xxxxxxxxxxxxxxx <mailto:devicetree@xxxxxxxxxxxxxxx>>, Maxime
Bizon <mbizon@xxxxxxxxxx <mailto:mbizon@xxxxxxxxxx>>, Wim Van Sebroeck <wim@xxxxxxxxx <mailto:wim@xxxxxxxxx>>, <linux-watchdog@xxxxxxxxxxxxxxx <mailto:linux-watchdog@xxxxxxxxxxxxxxx>>, Jason Cooper <jason@xxxxxxxxxxxxxx <mailto:jason@xxxxxxxxxxxxxx>>


On 11/28/2015 04:26 AM, Simon Arlott wrote:
> Add the BCM6345/BCM6318 timer as an interrupt controller so that it can be
> used by the watchdog to warn that its timer will expire soon.
>
> Support for clocksource/clockevents is not implemented as the timer
> interrupt is not per CPU (except on the BCM6318) and the MIPS clock is
> better. This could be added later if required without changing the device
> tree binding.
>
> Signed-off-by: Simon Arlott <simon@xxxxxxxxxxx <mailto:simon@xxxxxxxxxxx>>

Hi Simon,

can you please re-send the entire series, with all Acked-by:/Reviewed-by:
tags as appropriate ?

Thanks,
Guenter