lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20160524144317.53614ee26334019774c3ea99@gmail.com> Date: Tue, 24 May 2016 14:43:17 +0300 From: Antony Pavlov <antonynpavlov@...il.com> To: Rob Herring <robh+dt@...nel.org> Cc: Linux-MIPS <linux-mips@...ux-mips.org>, Ralf Baechle <ralf@...ux-mips.org>, Paul Burton <paul.burton@...tec.com>, Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>, Pawel Moll <pawel.moll@....com>, Mark Rutland <mark.rutland@....com>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] MIPS: devicetree: fix cpu interrupt controller node-names On Mon, 23 May 2016 10:47:16 -0500 Rob Herring <robh+dt@...nel.org> wrote: > On Mon, May 23, 2016 at 6:39 AM, Antony Pavlov <antonynpavlov@...il.com> wrote: > > Here is the quote from [1]: > > > > The unit-address must match the first address specified > > in the reg property of the node. If the node has no reg property, > > the @ and unit-address must be omitted and the node-name alone > > differentiates the node from other nodes at the same level > > > > This patch adjusts MIPS dts-files and devicetree binding > > documentation in accordance with [1]. > > > > [1] Power.org(tm) Standard for Embedded Power Architecture(tm) > > Platform Requirements (ePAPR). Version 1.1 – 08 April 2011. > > Chapter 2.2.1.1 Node Name Requirements > > FYI, you can reference "the Devicetree Spec" now: devicetree.org Thanks for your note! Last time I visited devicetree.org in Jan 2015. Now I see that the devicetree.org site has changed dramaticaly, e.g. it does not use Mediawiki anymore. Alas some important links from the http://www.devicetree.org/specifications/ page are broken: * http://www.devicetree.org/specifications-pdf * https://github.com/devicetree-org/devicetree-specification-released Anyway I have got a prerelease specification version from github: https://raw.githubusercontent.com/devicetree-org/devicetree-specification-released/master/prerelease/devicetree-specification-v0.1-pre1-20160429.pdf > Acked-by: Rob Herring <robh@...nel.org> > > > Signed-off-by: Antony Pavlov <antonynpavlov@...il.com> > > Cc: Ralf Baechle <ralf@...ux-mips.org> > > Cc: Paul Burton <paul.burton@...tec.com> > > Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com> > > Cc: Rob Herring <robh+dt@...nel.org> > > Cc: Pawel Moll <pawel.moll@....com> > > Cc: Mark Rutland <mark.rutland@....com> > > Cc: Ian Campbell <ijc+devicetree@...lion.org.uk> > > Cc: Kumar Gala <galak@...eaurora.org> > > Cc: linux-mips@...ux-mips.org > > Cc: devicetree@...r.kernel.org > > Cc: linux-kernel@...r.kernel.org > > --- > > Documentation/devicetree/bindings/mips/cpu_irq.txt | 2 +- > > arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 +- > > arch/mips/boot/dts/ralink/mt7620a.dtsi | 2 +- > > arch/mips/boot/dts/ralink/rt2880.dtsi | 2 +- > > arch/mips/boot/dts/ralink/rt3050.dtsi | 2 +- > > arch/mips/boot/dts/ralink/rt3883.dtsi | 2 +- > > arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 2 +- > > 7 files changed, 7 insertions(+), 7 deletions(-) -- -- Best regards, Antony Pavlov
Powered by blists - more mailing lists