From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751671AbdKFHIW (ORCPT ); Mon, 6 Nov 2017 02:08:22 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:47764 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbdKFHIU (ORCPT ); Mon, 6 Nov 2017 02:08:20 -0500 X-Google-Smtp-Source: ABhQp+Q1eOqhZCC1UZ9F2USzf5ea/R9fxe1965YZXTQ2uTXQiIkzc+Z+0vbpFZLWl44/Utmx3Wz1Rg== From: Amit Kucheria To: amit.kucheria@linaro.org, linux-kernel@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, xuwei5@hisilicon.com, andy.gross@linaro.org, manivannan.sadhasivam@linaro.org, devicetree@vger.kernel.org, timur@codeaurora.org Subject: [PATCH v2 0/4] arm64: defconfig: enable additional led triggers Date: Mon, 6 Nov 2017 12:38:12 +0530 Message-Id: X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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