From patchwork Tue Sep 30 23:25:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Feng Kan X-Patchwork-Id: 5008871 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8267E9F32B for ; Tue, 30 Sep 2014 23:31:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CD90A2016C for ; Tue, 30 Sep 2014 23:31:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 08B4120165 for ; Tue, 30 Sep 2014 23:31:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751047AbaI3XbD (ORCPT ); Tue, 30 Sep 2014 19:31:03 -0400 Received: from exprod5og113.obsmtp.com ([64.18.0.26]:36273 "HELO exprod5og113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750996AbaI3XbD (ORCPT ); Tue, 30 Sep 2014 19:31:03 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]) (using TLSv1) by exprod5ob113.postini.com ([64.18.4.12]) with SMTP ID DSNKVCs9NiEJUTtvMPR2kljVJp/4sn+7Fxig@postini.com; Tue, 30 Sep 2014 16:31:03 PDT Received: by mail-pa0-f47.google.com with SMTP id rd3so3244pab.34 for ; Tue, 30 Sep 2014 16:31:02 -0700 (PDT) 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=EpWp0cpTuvguKDwpJxnT2AYyzxam11wo/ltUq1petDY=; b=VXNR0MQ0lQpLj5Hi5CDM5/SIgAPW0bnHVRWX885o7Citb1l54icD2QmB+ULfsmTjI0 /C1dbzljMiYdUipu/C1WjZpzbSOM5rekPhrJWAjg8FMKrbm3JEImJ2L7UKEdqLa6qKuH eE7XJrFeNkhtjn2DeQalqef8n790EsVtesh9SsJfJElNDImEG0rasJya8t79nQckYXIr mHoqe+sGi3xCj+Y+JFPraQQhLLdJ2ufEdDLyLuAbmwDvOx5VleMPA1lybo69ETUt8YpX 4+sJoZFf7YeV1C9ZGcZDKinsmMXsqZbeqXZqXpjLTJPFPe5320efPWtk0hLPJUZQC/I8 a8oQ== X-Received: by 10.66.66.101 with SMTP id e5mr10384133pat.100.1412119524921; Tue, 30 Sep 2014 16:25:24 -0700 (PDT) X-Gm-Message-State: ALoCoQk+HczsbxwovJYCbfa0dZZXvB6/kSX8NommpgikNj7BXmnrxIRM3CslYp0mLIhQ9/DjM1GcfdQeLgcyRkpyIbzb7SUSB/MtEHuOuVTsSXpRBSFGYjMUovDMZEdxS8I0aoOrNrlDmzjfMoLabBMMOzda6N7YAw== X-Received: by 10.66.66.101 with SMTP id e5mr10384121pat.100.1412119524871; Tue, 30 Sep 2014 16:25:24 -0700 (PDT) Received: from fkan-lpt.amcc.com (67-207-112-226.static.wiline.com. [67.207.112.226]) by mx.google.com with ESMTPSA id qr1sm5876931pbc.50.2014.09.30.16.25.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 30 Sep 2014 16:25:24 -0700 (PDT) From: Feng Kan To: linux@roeck-us.net, dbaryshkov@gmail.com, catalin.marinas@arm.com, dwmw2@infradead.org, arnd@arndb.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, patches@apm.com, linux-pm@vger.kernel.org, will.deacon@arm.com Cc: Feng Kan Subject: [PATCH RESEND V9 5/6] arm64: Select reboot driver for X-Gene platform Date: Tue, 30 Sep 2014 16:25:07 -0700 Message-Id: <1412119508-22864-6-git-send-email-fkan@apm.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412119508-22864-1-git-send-email-fkan@apm.com> References: <1412119508-22864-1-git-send-email-fkan@apm.com> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Select reboot driver for X-Gene platform. Signed-off-by: Feng Kan --- arch/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 2ca2ebd..2edccbc 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -149,6 +149,8 @@ config ARCH_VEXPRESS config ARCH_XGENE bool "AppliedMicro X-Gene SOC Family" + select MFD_SYSCON + select POWER_RESET_SYSCON help This enables support for AppliedMicro X-Gene SOC Family