From patchwork Wed Aug 24 02:42:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 74540 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp84143qga; Tue, 23 Aug 2016 19:44:20 -0700 (PDT) X-Received: by 10.67.16.65 with SMTP id fu1mr1198663pad.145.1472006660480; Tue, 23 Aug 2016 19:44:20 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id p6si6952571pfi.102.2016.08.23.19.44.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Aug 2016 19:44:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bcOA3-00028g-LA; Wed, 24 Aug 2016 02:43:27 +0000 Received: from mail-pf0-x22b.google.com ([2607:f8b0:400e:c00::22b]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bcO9S-00021G-F6 for linux-arm-kernel@lists.infradead.org; Wed, 24 Aug 2016 02:42:51 +0000 Received: by mail-pf0-x22b.google.com with SMTP id x72so1538657pfd.2 for ; Tue, 23 Aug 2016 19:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EbQAsDZuJlmJ1Cg91k0rd0ToBBF/qza0Mi9B15L6s1c=; b=Iuzujt+OnuBjy3yVmySrCObVw6fmYZm/06eFXIRXX6hqrqtSp9D1zDxXGjgR6JUC1Q swmsm1PU1Frcz/AkxeaLqskp5uVcBSgd8+DeXHRRZPelW1ugWDjwPZibAAp0srJhiAn0 mcMKOIEdSFlbuDED4HBA+oxX0tKiySbQmrl6c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=EbQAsDZuJlmJ1Cg91k0rd0ToBBF/qza0Mi9B15L6s1c=; b=lrlrmu3BLk87+CbRlxRJU7Uk9EdGOOrL+z0PtInBCx6VWnEt6XJ60nD5TuOk7/qKyr 0bcET2TProgH5gcAMGDz/+kZ1FE+H1wNZq+5E1XlZvjre9DNs4mIxJun46oh/mYcyY9v V1h7bDz+pjeIfRfRUq0wAbqQGvoXyh6cqahg5cwlOzbNDtdfrerEDbiqlstQPKuqhcP1 87S+XyUJjK+uJ6EvxoI3PPwCC/2KKLKX3S+omcq4kcFUbfFBHT9XpYa1jbZ3WRQabxIv ko+F6nmrtS7nXoN9uBrUsjED3bim7LsxQ/WYqbGVOt/7OMOugjCCnhXPlYTL3OJ20QTu N95w== X-Gm-Message-State: AE9vXwPrDqeJCggVJ89ME2Bt/hLIm8QQ5w5Vvb+x5KBxIjWZPH+Q2lZ23IitDUqDpkE1KDDH X-Received: by 10.98.68.148 with SMTP id m20mr1346963pfi.0.1472006549572; Tue, 23 Aug 2016 19:42:29 -0700 (PDT) Received: from localhost.localdomain ([167.160.116.32]) by smtp.gmail.com with ESMTPSA id s89sm8749227pfi.83.2016.08.23.19.42.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 23 Aug 2016 19:42:29 -0700 (PDT) From: Guodong Xu To: catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, horms+renesas@verge.net.au, treding@nvidia.com, olof@lixom.net, kuninori.morimoto.gx@renesas.com, alim.akhtar@samsung.com, srinivas.kandagatla@linaro.org, xuwei5@hisilicon.com, khilman@baylibre.com, riku.voipio@linaro.org, john.stultz@linaro.org Subject: [PATCH v2 2/3] arm64: defconfig: enable CONFIG_INPUT_HISI_POWERKEY for HiKey Date: Wed, 24 Aug 2016 10:42:06 +0800 Message-Id: <1472006527-30620-3-git-send-email-guodong.xu@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472006527-30620-1-git-send-email-guodong.xu@linaro.org> References: <1472006527-30620-1-git-send-email-guodong.xu@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160823_194250_591417_4FF5502B X-CRM114-Status: UNSURE ( 9.89 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [2607:f8b0:400e:c00:0:0:0:22b listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guodong Xu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Signed-off-by: Guodong Xu --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e27f086..b4f714c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -186,6 +186,7 @@ CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y CONFIG_INPUT_MISC=y CONFIG_INPUT_PM8941_PWRKEY=y +CONFIG_INPUT_HISI_POWERKEY=y # CONFIG_SERIO_SERPORT is not set CONFIG_SERIO_AMBAKMI=y CONFIG_LEGACY_PTY_COUNT=16