Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616874

Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI controller on A64

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI controller on A64
Date 2017-04-05 14:10 +0200
Message-ID <tsRV7-2sp-5@gated-at.bofh.it> (permalink)
References (1 earlier) <tsB3Y-8pK-23@gated-at.bofh.it> <tsKgV-5Kg-5@gated-at.bofh.it> <tsMsq-7lZ-17@gated-at.bofh.it> <tsMC6-7pf-21@gated-at.bofh.it> <tsNya-82s-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Apr 5, 2017 at 3:28 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> On Wed, Apr 05, 2017 at 02:20:31PM +0800, Chen-Yu Tsai wrote:
>> On Wed, Apr 5, 2017 at 2:11 PM, Maxime Ripard
>> <maxime.ripard@free-electrons.com> wrote:
>> > On Wed, Apr 05, 2017 at 11:51:45AM +0800, Chen-Yu Tsai wrote:
>> >> On Wed, Apr 5, 2017 at 2:01 AM, Icenowy Zheng <icenowy@aosc.io> wrote:
>> >> > Allwinner A64 SoC features a NMI controller, which is usually connected
>> >> > to the AXP PMIC.
>> >> >
>> >> > Add support for it.
>> >> >
>> >> > Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
>> >>
>> >> This might not be the best representation of the R_INTC block. Though
>> >> we'd need to change it for all SoCs if we want to be accurate. For now,
>> >
>> > What do you think would be a good representation?
>>
>> My gut feeling is that this is the old INTC from sun4/5i.
>
> Ah, that would make sense.
>
>> It's supposed to be the interrupt controller for the embedded low
>> power core. I've not done a thorough comparison though.
>
> Do we have some documentation / code for this one?

I can't remember where or if I saw any. If Allwinner ever released
any source code for the OpenRISC core we could actually verify it.

However the base address of this block, in addition to the register
offsets found in the driver for "allwinner,sun6i-a31-sc-nmi" do match
up with the sun4i irqchip. The question is if any of the other interrupt
lines are hooked up, and if yes, to what. A possibility would be that
it has all the interrupt lines in the SoC also hooked up, at the same
numbers as the GIC (minus 32). It would feed both the GIC and CPUS.
This is just an educated guess though.

Regards
ChenYu

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 02/11] arm64: allwinner: a64: add NMI controller on A64 Icenowy Zheng <icenowy@aosc.io> - 2017-04-04 20:10 +0200
  Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI  controller on A64 Chen-Yu Tsai <wens@csie.org> - 2017-04-05 06:00 +0200
    Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI  controller on A64 Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-05 08:20 +0200
      Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI  controller on A64 Chen-Yu Tsai <wens@csie.org> - 2017-04-05 08:30 +0200
        Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI  controller on A64 Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-05 09:30 +0200
          Re: [linux-sunxi] [PATCH 02/11] arm64: allwinner: a64: add NMI  controller on A64 Chen-Yu Tsai <wens@csie.org> - 2017-04-05 14:10 +0200

csiph-web