From patchwork Wed May 14 08:03:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chander Kashyap X-Patchwork-Id: 4173471 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 75F80BFF02 for ; Wed, 14 May 2014 08:05:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B31092035C for ; Wed, 14 May 2014 08:05:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD4722034E for ; Wed, 14 May 2014 08:05:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753414AbaENIFt (ORCPT ); Wed, 14 May 2014 04:05:49 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:41129 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752948AbaENIEe (ORCPT ); Wed, 14 May 2014 04:04:34 -0400 Received: by mail-pa0-f51.google.com with SMTP id kq14so1362331pab.24 for ; Wed, 14 May 2014 01:04:33 -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=QR5gRpJi6AVP3ouWc8lULlLy7vN4MtO/M2KejmpabnA=; b=C/zhD4PqfDNFooNyrgyW1aaXTpoN/aOfh0wwdg+k92IyjaqzfVGaZowPlL5WRM1NXb MShJex4PEOtF6lSHSuRPUxe8wiaa4AeHQeJLnoXUnt+AcXluHiNR1lqdAEdorqy8dJ2+ CUMZj8JM/GQL7oaVXTT4nqUiHvLXU0OCDjHifVnDKRAJuO/aocR6xesCTM6POWT/Q4o6 bxcM3VTMimgvfegFEUIXrnt8IZdxgMzjPepXrAB4Kt2I1odtWyhGFgAJi93ewrCttZLQ B4sIGTozwtEIc32pvrP5YL7e1jxrO/2DK3Zrbvds2nVjup/h7m0+apQAfKNAcJSWVPKm UM/A== X-Gm-Message-State: ALoCoQlpMoyMaRbxoMhXsZzf0so7wMB/o4xk0FT7sJLsF3atRKloyr/HThfqWOiGV07CQ0M0zSIi X-Received: by 10.66.254.166 with SMTP id aj6mr2530768pad.11.1400054673504; Wed, 14 May 2014 01:04:33 -0700 (PDT) Received: from localhost.localdomain ([14.140.216.146]) by mx.google.com with ESMTPSA id as12sm4807422pac.43.2014.05.14.01.04.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 May 2014 01:04:32 -0700 (PDT) From: Chander Kashyap To: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: daniel.lezcano@linaro.org, lorenzo.pieralisi@arm.com, rjw@rjwysocki.net, kgene.kim@samsung.com, Chander Kashyap , Chander Kashyap Subject: [PATCH v5 4/6] driver: cpuidle: cpuidle-big-little: init driver for Exynos5420 Date: Wed, 14 May 2014 13:33:55 +0530 Message-Id: <1400054637-21505-5-git-send-email-chander.kashyap@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1400054637-21505-1-git-send-email-chander.kashyap@linaro.org> References: <1400054637-21505-1-git-send-email-chander.kashyap@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Add "samsung,exynos5420" compatible string to initialize generic big-little cpuidle driver for Exynos5420. Signed-off-by: Chander Kashyap Signed-off-by: Chander Kashyap Acked-by: Daniel Lezcano --- Changes in v4: None Changes in v3: 1. Add compatible string to of_device_id table insted comparing directoly Changes in v2: none drivers/cpuidle/cpuidle-big_little.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpuidle/cpuidle-big_little.c b/drivers/cpuidle/cpuidle-big_little.c index 4cd02bd..344d79fa 100644 --- a/drivers/cpuidle/cpuidle-big_little.c +++ b/drivers/cpuidle/cpuidle-big_little.c @@ -165,6 +165,7 @@ static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int cpu_id) static const struct of_device_id compatible_machine_match[] = { { .compatible = "arm,vexpress,v2p-ca15_a7" }, + { .compatible = "samsung,exynos5420" }, {}, };