From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754022AbbCKOWj (ORCPT ); Wed, 11 Mar 2015 10:22:39 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:43928 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753954AbbCKOWC (ORCPT ); Wed, 11 Mar 2015 10:22:02 -0400 X-AuditID: cbfec7f5-b7fc86d0000066b7-2b-55004ef2ec99 Message-id: <1426083718.24734.16.camel@AMDC1943> Subject: [GIT PULL] Exynos changes for v4.1 From: Krzysztof Kozlowski To: Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Bartlomiej Zolnierkiewicz Date: Wed, 11 Mar 2015 15:21:58 +0100 Content-type: text/plain; charset=UTF-8 X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-version: 1.0 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprFLMWRmVeSWpSXmKPExsVy+t/xy7qf/BhCDRZNZLLYOGM9q0X/49fM FpseX2O1uLxrDpvFjPP7mCzWHrnL7sDmsWlVJ5vH5iX1Hn1bVjF6fN4kF8ASxWWTkpqTWZZa pG+XwJVx6O8s1oI1fBUXjk5na2B8y93FyMkhIWAiMeF0ExOELSZx4d56ti5GLg4hgaWMEscf /WWFcD4zSsw/dIMZpIpXwECi9/ojsA5hAW2J+zvfsIDYbALGEpuXLwHq5uAQEVCU2LxAAaSX WeACo8Tkk/vBelkEVCUevOxhA7GZBdQlJs1bxAxSLyGgLNHY7wYxXlDix+R7LBAl8hKb17xl nsDINwtJxywkZbOQlC1gZF7FKJpamlxQnJSea6RXnJhbXJqXrpecn7uJERKeX3cwLj1mdYhR gINRiYf3RvS/ECHWxLLiytxDjBIczEoivOI+DKFCvCmJlVWpRfnxRaU5qcWHGJk4OKUaGKc2 P3t8ISXWqe9Bv8Q0z8U/jU4lrnPPObw0pyrTmDdp8rTzcnvq3WcqXO5w83n4TOiGv/+zDyeN LWQCXEVkODvNo/fZbN23we6SlUs9V82V592GPtGWF9wcFEJu7FA9Neffi4VsDjP/7WW98HH2 thDbl1wVpyY8DQj1PKD7fMfKqfd7DiVcClBiKc5INNRiLipOBAAfpywlLQIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Kukjin, This groups non-critical fixes and enhancements for Exynos suspend and power domain code for upcoming v4.1 release: 1. Add 'const' and 'static' keywords where they are applicable. 2. Remove unused field in struct 'exynos_pm_data'. 3. Be more verbose about power domain name. 4. Handle of_iomap() and of_find_device_by_node() failures. 5. Enable cpuidle in exynos_defconfig. All of these patches were sent previously to the LKML. I grouped them so they won't be forgotten. I hope you will find useful such grouping of pending patches in a pull request. Best regards, Krzysztof ---------------------------------------------------------------- The following changes since commit c1b57bce36a69f3972a1db433d3c8b34e0541e63: ARM: EXYNOS: cpuidle: Fix build breakage on !SMP (2015-03-11 13:02:08 +0100) are available in the git repository at: git://git.linaro.org/people/marek.szyprowski/linux-srpol.git v4.0-rc1-exynos-next for you to fetch changes up to 150be89d6dddc61a7c01b2678e8872ac73ca68d3: ARM: exynos_defconfig: Enable CPU idle (2015-03-11 13:45:26 +0100) ---------------------------------------------------------------- Krzysztof Kozlowski (7): ARM: EXYNOS: Add missing static to file-scope declarations ARM: EXYNOS: Constify exynos_pm_data array ARM: EXYNOS: Remove left over 'extra_save' ARM: EXYNOS: Use platform device name as power domain name ARM: EXYNOS: Handle of of_iomap() failure ARM: EXYNOS: Handle of_find_device_by_node and kstrdup failures ARM: exynos_defconfig: Enable CPU idle arch/arm/configs/exynos_defconfig | 2 ++ arch/arm/mach-exynos/pm_domains.c | 21 ++++++++++++++++++++- arch/arm/mach-exynos/suspend.c | 22 ++++++---------------- 3 files changed, 28 insertions(+), 17 deletions(-)