From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 08 Jan 2016 11:48:23 +0100 Subject: [PATCH 0/2] Add LEDs support for the ARM Versatile DT In-Reply-To: <1452002529-3335-1-git-send-email-linus.walleij@linaro.org> References: <1452002529-3335-1-git-send-email-linus.walleij@linaro.org> Message-ID: <4424714.7WQ7ShA7WE@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 05 January 2016 15:02:07 Linus Walleij wrote: > This adds support for the board LEDs to the ARM Versatile device tree > version. > > I can't decice if this is a regression or not. The board file version > of Versatile supported the LEDs, the Device Tree version never did > until now. > > The board file version of Versatile was deleted in > commit 16956fed35fecde2201e23458cda193526b19559 > "ARM: versatile: switch to DT only booting and remove legacy code" > > If we consider the DT version a full drop-in replacement for the > board file version, then this should go in as a regression fix. If > it is not, we can delay it to the next merge window. > > Sending this to arm at kernel.org anyway so the ARM SoC maintainers can > decide. > It's really late, but I'd consider them sort-of fixes, and they seem rather harmless, so I've put them in. Arnd