From patchwork Sun Sep 25 12:13:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 9349683 X-Patchwork-Delegate: rjw@sisk.pl Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CC9676086A for ; Sun, 25 Sep 2016 12:14:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD19D28DA5 for ; Sun, 25 Sep 2016 12:14:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B1AB928DA7; Sun, 25 Sep 2016 12:14:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4C12B28DA6 for ; Sun, 25 Sep 2016 12:14:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966294AbcIYMOO (ORCPT ); Sun, 25 Sep 2016 08:14:14 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35151 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966288AbcIYMON (ORCPT ); Sun, 25 Sep 2016 08:14:13 -0400 Received: by mail-pf0-f196.google.com with SMTP id 6so7672152pfl.2 for ; Sun, 25 Sep 2016 05:14:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ingics-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=dx9qoWzj5+PabnsSGkLeRG/PRFZvv18pi9Pn7snTT3I=; b=eLzv4cYCQ8CwFrpyaajbPV8LoJ8fQyBV/fXzdnbsMdOiCpuqVZ82eBFB+EqbhjwGsI SxeSc6VKuB0Hpgr3ty5dzIoKWnUCu6mP3azv82EuqGAoxKdSdh/+CU/4KsORdFRAUzwv osfkVSFaCD318ijquqErGYlki2BhUdNCpKNgAfZUh73Jh24JnWb+XbdyqpSr5Ey5mJr6 Qh5qmHr/qYfrniPMPZsomvDTMtdxZFtdgCrRj5DbZkz6dajVlu7s1kjgY3gC2wyL4n/O kWIfPRqCD4o1Lf13b3ZPbhqT4VR3o8eJXCYxtQIO7MbHz9o6nJvxaEaNKoGnvR90oaVj EXkA== 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; bh=dx9qoWzj5+PabnsSGkLeRG/PRFZvv18pi9Pn7snTT3I=; b=V+cvMOTY18zeuCsJ/TmNSPqvMYXEz9oMRN+BwbhbGfJGZrvgbEjJk9KYodEDbvtTOr zJizDRtPl6CruoGgmWjXm74rP6r7Sj57aYU2/vmIsZK/gJ7E8GA5teMxQTIENMrOPJSp 3+TycclbT1Wgl8arEHO+MS+QLLQwX97ZL9frHKBSAmQb0GLXlsvX3aU43GxSgIiRrN+y +IC6JCycSt0xXh0t4/S+491fqipjp1Yv9z0AJXu0Y324yA5utgB6bVZ2STzq8Z6cFvlk 4DejFnR/egzFdSeiT40wJ8xfziNqN3IDZazD88wCOBtTHfWybv5wr/fLR/JOTz7gAKmA OSXw== X-Gm-Message-State: AE9vXwMtEXNh7nJKNq9v8qztpHRYUvN8cFowyq4ldbQsxk6gT2wKPxftQFvdZhPxOFNk+Q== X-Received: by 10.98.66.212 with SMTP id h81mr29477471pfd.51.1474805652171; Sun, 25 Sep 2016 05:14:12 -0700 (PDT) Received: from localhost.localdomain (223-137-0-10.EMOME-IP.hinet.net. [223.137.0.10]) by smtp.gmail.com with ESMTPSA id e21sm23617972pfb.96.2016.09.25.05.14.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 25 Sep 2016 05:14:11 -0700 (PDT) From: Axel Lin To: "Rafael J . Wysocki" Cc: Chanwoo Choi , MyungJoo Ham , Kyungmin Park , linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Axel Lin Subject: [PATCH v2 1/2] PM / devfreq: exynos-nocp: Select REGMAP_MMIO Date: Sun, 25 Sep 2016 20:13:57 +0800 Message-Id: <1474805638-30407-1-git-send-email-axel.lin@ingics.com> X-Mailer: git-send-email 2.7.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This driver uses devm_regmap_init_mmio(), so select REGMAP_MMIO to avoid build failure. Signed-off-by: Axel Lin Acked-by: Chanwoo Choi --- v2: fix typo in commit log and also add Chanwoo's Ack. This one is a build fix, I think it should be for v4.8. drivers/devfreq/event/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig index 0fdae86..cd94980 100644 --- a/drivers/devfreq/event/Kconfig +++ b/drivers/devfreq/event/Kconfig @@ -17,6 +17,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" depends on ARCH_EXYNOS || COMPILE_TEST select PM_OPP + select REGMAP_MMIO help This add the devfreq-event driver for Exynos SoC. It provides NoC (Network on Chip) Probe counters to measure the bandwidth of AXI bus.