From patchwork Thu Jan 19 14:09:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 91913 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp294201qgi; Thu, 19 Jan 2017 06:10:45 -0800 (PST) X-Received: by 10.98.166.80 with SMTP id t77mr10243339pfe.119.1484835045156; Thu, 19 Jan 2017 06:10:45 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h88si3674019pfk.4.2017.01.19.06.10.44; Thu, 19 Jan 2017 06:10:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@baylibre-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752714AbdASOKn (ORCPT + 4 others); Thu, 19 Jan 2017 09:10:43 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:38824 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752699AbdASOKn (ORCPT ); Thu, 19 Jan 2017 09:10:43 -0500 Received: by mail-wm0-f41.google.com with SMTP id r144so78939690wme.1 for ; Thu, 19 Jan 2017 06:10:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=8IsrvPQhF/5k50xTbS4oE4H82rQ3sgh9bxh1WTDV+bs=; b=Em1HoU5kVDXOYqzyReIT6RAFbfoAoYarTChzq7Fg8sVAjqVvdAfjaJUQmddIyKle2V CpwuAf0iMdHuguL0or8x5eBmnBJWfnRCSvGbtKamkjqDgrEc06nKvmBTG1ZWLlAYN4bx 8ThZe9iO0rnPl5NE+vdKkLpOnVBPFobHO7hgp6rdUmYROK440v1hnQK2J7Xd7x82ideD 1bSEtSrsJRh+pb3Nmo7/v026ZG5DkrCxXnMzInC4aLfcmvRJQgx/+JzEttYOrJVjhSRA 6ukDy8aVFuAYq7vRMflK5mGZ6hr3RCXUnABYqYjrhX+momOHWySqyGkR2ZMXOwzFkOYl 7Vqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=8IsrvPQhF/5k50xTbS4oE4H82rQ3sgh9bxh1WTDV+bs=; b=IlQ48XuiJ4t2zTRNXQ8jcPK7FZZfLKcrvTiln+s59u/z429cQY9zOpb9utTXQgl0uM csOaCQB8mgLTMxil8MvkLyqREw9w8+wB1jiosEw68u4ogc9+9rmoiYRT2HLnfAQn8401 p05B5bUiEVnrLmIjJ57WxRIhtq9oQLQMnLH0o8uRHFS5Q+ce1a3D46hJcVrLxrPsTfR6 rKGpxA/YRxreEhXQeaJSVx7AEGH4zn9c4L5a0TUKh4a/rNWHCz3U8fSz4OQkQY1CK9S9 tIBgHZ/ED2y2LCrzmZ4qV7sO13CqnTdIR0t/JrN6pL1J330d26xw+VH/30PjDjOQisq3 xGkg== X-Gm-Message-State: AIkVDXL5i8qXq27lS0dx7nEnNPnWGa6xFPgrClTEbw8EvdULVh9hOGmiwqqVKU0H8uFRbWAU X-Received: by 10.28.129.5 with SMTP id c5mr6876586wmd.23.1484835005581; Thu, 19 Jan 2017 06:10:05 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id u78sm53541359wma.11.2017.01.19.06.10.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Jan 2017 06:10:05 -0800 (PST) From: Alexandre Bailon To: nsekhar@ti.com Cc: khilman@baylibre.com, ptitiano@baylibre.com, tony@atomide.com, linux-omap@vger.kernel.org, b-liu@ti.com, sergei.shtylyov@cogentembedded.com, grygorii.strashko@ti.com, linux-usb@vger.kernel.org, Alexandre Bailon Subject: [PATCH] arm: davinci: Make the usb20 clock available to PM runtime Date: Thu, 19 Jan 2017 15:09:44 +0100 Message-Id: <20170119140944.19051-1-abailon@baylibre.com> X-Mailer: git-send-email 2.10.2 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add usb20 to the list of clock supported by PM runtime. Signed-off-by: Alexandre Bailon --- arch/arm/mach-davinci/pm_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-davinci/pm_domain.c b/arch/arm/mach-davinci/pm_domain.c index 78eac2c..66471f2 100644 --- a/arch/arm/mach-davinci/pm_domain.c +++ b/arch/arm/mach-davinci/pm_domain.c @@ -23,7 +23,7 @@ static struct dev_pm_domain davinci_pm_domain = { static struct pm_clk_notifier_block platform_bus_notifier = { .pm_domain = &davinci_pm_domain, - .con_ids = { "fck", "master", "slave", NULL }, + .con_ids = { "fck", "master", "slave", "usb20", NULL }, }; static int __init davinci_pm_runtime_init(void)