From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [PATCH 1/2] gpio: dwapb: Use human understandable gpio numbering. Date: Mon, 27 Jul 2015 14:26:28 +0200 Message-ID: <55B62374.1030004@linutronix.de> References: <20150716171930.GB27060@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org To: Linus Walleij , Richard Cochran Cc: "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , Alan Tull , Alexandre Courbot , Dinh Nguyen , Johan Hovold List-Id: devicetree@vger.kernel.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