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: 4173581 Return-Path: X-Original-To: patchwork-linux-arm@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 061ECBFF02 for ; Wed, 14 May 2014 08:07:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4099F2035C for ; Wed, 14 May 2014 08:07:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 64F5B2034E for ; Wed, 14 May 2014 08:07:52 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkUBW-0002jM-0d; Wed, 14 May 2014 08:05:06 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WkUBK-0002Df-BS for linux-arm-kernel@lists.infradead.org; Wed, 14 May 2014 08:04:54 +0000 Received: by mail-pa0-f49.google.com with SMTP id lj1so1362162pab.8 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=RmraF5Psm7jrZoaFS/vZ2Bg/HClPjd5W1cu/tJTSY0QiWh6i4GfeLTanFcmE1NDb2Z A1/3MTbTlpLpJe9rVlknWG/wQ9cfNIEzy1AJPjLW2VOOv/amJ8CGjj2HfDMW80lipXNV bFCpf7xmtxJBuHkrlgmzcxeDxwgcoqbDeBqe7dVdgfyaDKmEy2q4xnQo4BqlL3OwOCMa bNDcZT7qk5jk2rlU1QihcGWXEpITil0ZKEKIo5iR8udOKNja+WUEGgSbTMq+bFSkpL6r 33TYcs9bVYxypa2Tc2Goo4+EIlwiKkBXMGqF0VkdGiEoHpfy9krB0P27OYuVzKE+uMBx aHSg== X-Gm-Message-State: ALoCoQmz1ZQZRCLolGMOMKsDYhYMiBKpiqfBTVeqcXufXAeydct3gSCOSLYw8cEsZSQFlKq5wNWh 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140514_010454_412800_EECB957B X-CRM114-Status: GOOD ( 10.45 ) X-Spam-Score: -0.7 (/) Cc: Chander Kashyap , lorenzo.pieralisi@arm.com, daniel.lezcano@linaro.org, rjw@rjwysocki.net, Chander Kashyap , kgene.kim@samsung.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,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 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" }, {}, };