Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755265Ab2HQJRA (ORCPT ); Fri, 17 Aug 2012 05:17:00 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:7411 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932970Ab2HQJQy (ORCPT ); Fri, 17 Aug 2012 05:16:54 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Fri, 17 Aug 2012 02:16:51 -0700 From: Bill Huang To: , , , CC: , , , , , , , , , , , , Bill Huang Subject: [PATCH 0/2] mfd: dt: add power off support for Tegra20/Tegra30 Date: Fri, 17 Aug 2012 02:16:27 -0700 Message-ID: <1345194989-11614-1-git-send-email-bilhuang@nvidia.com> X-Mailer: git-send-email 1.7.4.1 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1148 Lines: 28 This patch series add new property into regulator DT for telling whether or not to hook pmic's power off routine to system call "pm_power_off". Patch 1 add power off support for Tegra20 boards using TPS6586x Patch 2 add power off support for Tegra30 boards using TPS65910 Verified on Seaboard (Tegra20) and Cardhu (Tegra30) Bill Huang (2): mfd: dt: tps6586x: Add power off control mfd: dt: tps65910: add power off control Documentation/devicetree/bindings/mfd/tps65910.txt | 4 +++ .../devicetree/bindings/regulator/tps6586x.txt | 6 +++++ drivers/mfd/tps6586x.c | 19 +++++++++++++++++ drivers/mfd/tps65910.c | 22 ++++++++++++++++++++ include/linux/mfd/tps6586x.h | 1 + include/linux/mfd/tps65910.h | 3 ++ 6 files changed, 55 insertions(+), 0 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/