From mboxrd@z Thu Jan 1 00:00:00 1970 From: bigeasy@linutronix.de (Sebastian Andrzej Siewior) Date: Mon, 27 Jul 2015 14:26:28 +0200 Subject: [PATCH 1/2] gpio: dwapb: Use human understandable gpio numbering. In-Reply-To: References: <20150716171930.GB27060@localhost.localdomain> Message-ID: <55B62374.1030004@linutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/27/2015 12:19 PM, Linus Walleij wrote: > I don't see what you mean here. The numbers that appear in > say /proc/interrupts may seem stable but they are not. > They depend on things like probe order between irqchips > and can change between two boots. Not only on DT platforms but also on X86 where one has MSI interrupts which are allocated on probe time of the driver for a PCI device. > Yours, > Linus Walleij Sebastian