Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756896Ab3E3Nwc (ORCPT ); Thu, 30 May 2013 09:52:32 -0400 Received: from smtp4.epfl.ch ([128.178.224.219]:37874 "HELO smtp4.epfl.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756440Ab3E3NwZ (ORCPT ); Thu, 30 May 2013 09:52:25 -0400 From: Florian Vaussard To: Grant Likely , Rob Herring , Samuel Ortiz Cc: Rob Landley , Peter Ujfalusi , Mark Brown , Tero Kristo , devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Florian Vaussard Subject: [PATCH 0/3] mfd: twl4030-power: Start DT conversion Date: Thu, 30 May 2013 15:51:53 +0200 Message-Id: <1369921916-7435-1-git-send-email-florian.vaussard@epfl.ch> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 35 Hello, This series enables a partial DT support for twl4030-power. The missing part is the power management scripts, as the required binding should be defined first. It however enables the complete shutdown of the processor at poweroff when booting with DT, dropping the power consumption from around 350 mA on Overo+Tobi to about 40 mA. The poweroff callback was tested with both DT and non-DT boots. Best regards, Florian Florian Vaussard (3): mfd: twl4030-power: Split from twl-core into a dedicated module mfd: twl4030-power: Start transition to DT mfd: twl4030-power: Simplify error path .../devicetree/bindings/mfd/twl4030-power.txt | 28 ++++ drivers/mfd/twl-core.c | 12 +- drivers/mfd/twl4030-power.c | 149 +++++++++++++++----- include/linux/i2c/twl.h | 1 - 4 files changed, 148 insertions(+), 42 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/twl4030-power.txt -- 1.7.5.4 -- 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/