From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933961AbcECQyF (ORCPT ); Tue, 3 May 2016 12:54:05 -0400 Received: from mail.kernel.org ([198.145.29.136]:42055 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933595AbcECQyC (ORCPT ); Tue, 3 May 2016 12:54:02 -0400 Date: Tue, 3 May 2016 11:53:57 -0500 From: Rob Herring To: Ezequiel Garcia Cc: linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Richard Purdie , Jacek Anaszewski , Kumar Gala , Ian Campbell , Mark Rutland , Pawel Moll , Pavel Machek Subject: Re: [PATCH v3 3/3] leds: gpio: Support the "panic-indicator" firmware property Message-ID: <20160503165357.GA10505@rob-hp-laptop> References: <1461881020-13964-1-git-send-email-ezequiel@vanguardiasur.com.ar> <1461881020-13964-4-git-send-email-ezequiel@vanguardiasur.com.ar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461881020-13964-4-git-send-email-ezequiel@vanguardiasur.com.ar> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 28, 2016 at 07:03:40PM -0300, Ezequiel Garcia wrote: > Calling a GPIO LEDs is quite likely to work even if the kernel > has paniced, so they are ideal to blink in this situation. > This commit adds support for the new "panic-indicator" > firmware property, allowing to mark a given LED to blink on > a kernel panic. > > Signed-off-by: Ezequiel Garcia > --- > Documentation/devicetree/bindings/leds/leds-gpio.txt | 2 ++ Acked-by: Rob Herring > drivers/leds/leds-gpio.c | 4 ++++ > include/linux/leds.h | 1 + > 3 files changed, 7 insertions(+)