Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754246AbdLFI5c (ORCPT ); Wed, 6 Dec 2017 03:57:32 -0500 Received: from mail-ot0-f196.google.com ([74.125.82.196]:46265 "EHLO mail-ot0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753356AbdLFI51 (ORCPT ); Wed, 6 Dec 2017 03:57:27 -0500 X-Google-Smtp-Source: AGs4zMayUP5Dee0jViveXhgdUA9k8ovUTj0TC8Mk+Ya0R+DTd0FjkMzG4Y16eyS+sQnP3NYupHcWWVdDwz3EIlRV2go= MIME-Version: 1.0 In-Reply-To: References: From: Amit Kucheria Date: Wed, 6 Dec 2017 14:27:26 +0530 X-Google-Sender-Auth: z4_1jaoDtPUO2Z2RqmpLTVV7c_c Message-ID: Subject: Re: [PATCH v2 0/4] arm64: defconfig: enable additional led triggers To: Amit Kucheria , LKML , Arnd Bergmann , Andy Gross Cc: linux-arm-msm@vger.kernel.org, lakml , Wei Xu , manivannan.sadhasivam@linaro.org, devicetree@vger.kernel.org, timur@codeaurora.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 31 (Adding Arnd) Now that the merge window rush has abated, can you please apply this trivial series? On Mon, Nov 6, 2017 at 12:38 PM, Amit Kucheria wrote: > This patchset enables the kernel panic and disk-activity trigger for LEDs > and then enables the panic trigger for three 96Boards - DB410c, Hikey and > Hikey960. > > DB410c and Hikey panic behaviour has been tested by triggering a panic > through /proc/sysrq-trigger, while Hikey960 is only compile-tested. > > > Amit Kucheria (4): > arm64: defconfig: enable new trigger modes for leds > arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic > arm64: dts: hisilicon: hi6220-hikey: Allow USR1 LED to notify kernel > panic > arm64: dts: hisilicon: hi3660-hikey960: Allow USR4 LED to notify > kernel panic > > arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 1 + > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 1 + > arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 1 + > arch/arm64/configs/defconfig | 2 ++ > 4 files changed, 5 insertions(+) > > -- > 2.7.4 >