From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Pieralisi Subject: [GIT PULL] ARM DT idle states updates Date: Tue, 4 Nov 2014 12:30:13 +0000 Message-ID: <20141104123013.GA16832@red-moon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from foss-mx-na.foss.arm.com ([217.140.108.86]:52800 "EHLO foss-mx-na.foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbaKDMa3 (ORCPT ); Tue, 4 Nov 2014 07:30:29 -0500 Content-Disposition: inline Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: daniel.lezcano@linaro.org Cc: khilman@linaro.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hi Daniel, please consider pulling the three patches below for 3.19. First two are updates on idle states bindings and parsing code to add states descriptions and status property, the last one is just a clean-up patch, to remove leftovers from the last merge window. Thanks a lot, Lorenzo The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://linux-arm.org/linux-2.6-lp.git for-upstream/dt-idle-states-updates for you to fetch changes up to 6e13873494078ac26862144ca2345546ca905c41: drivers: cpuidle: remove cpuidle-arm64 duplicate error messages (2014-11-04 12:09:27 +0000) ---------------------------------------------------------------- Lorenzo Pieralisi (3): drivers: cpuidle: add status property to ARM idle states drivers: cpuidle: add idle-state-name description to ARM idle states drivers: cpuidle: remove cpuidle-arm64 duplicate error messages .../devicetree/bindings/arm/idle-states.txt | 20 ++++++++++++++++++++ drivers/cpuidle/cpuidle-arm64.c | 13 ++----------- drivers/cpuidle/dt_idle_states.c | 10 +++++++++- 3 files changed, 31 insertions(+), 12 deletions(-)