Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754284AbaDOUV3 (ORCPT ); Tue, 15 Apr 2014 16:21:29 -0400 Received: from mail-ie0-f201.google.com ([209.85.223.201]:39574 "EHLO mail-ie0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752462AbaDOUV2 (ORCPT ); Tue, 15 Apr 2014 16:21:28 -0400 From: Doug Anderson To: Anton Vorontsov Cc: Olof Johansson , Sachin Kamat , ajaykumar.rs@samsung.com, linux-samsung-soc@vger.kernel.org, Doug Anderson , devicetree@vger.kernel.org, Randy Dunlap , Mark Brown , Simon Glass , linux-doc@vger.kernel.org, Liam Girdwood , Samuel Ortiz , linux-kernel@vger.kernel.org, Kumar Gala , Ian Campbell , Dmitry Eremin-Solenikov , Rob Herring , David Woodhouse , Pawel Moll , Lee Jones , Mark Rutland , Sean Paul , Michael Spang Subject: [PATCH 0/3] Fixes for tps65090 for Samsung ARM Chromebook Date: Tue, 15 Apr 2014 13:14:33 -0700 Message-Id: <1397592876-5741-1-git-send-email-dianders@chromium.org> X-Mailer: git-send-email 1.9.1.423.g4596e3a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These three patches bring tps65090 up to speed with what's currently in the Chromium OS kernel 3.8 tree and running on the Samsung ARM Chromebook. Changes were tested atop the current linux tree (v3.15-rc1). FET retries were tested on a machine with a known flaky tps65090. Since display isn't working on pure upstream, I augmented the code to turn FET1 (vcd_led) on/off 500 times at bootup. When testing I included to make sure tps65090 was in exynos5250-snow's device tree. Doug Anderson (3): mfd: tps65090: Allow charger module to be used when no irq mfd: tps65090: Stop caching registers regulator: tps65090: Make FETs more reliable .../devicetree/bindings/regulator/tps65090.txt | 4 + drivers/mfd/tps65090.c | 24 ++- drivers/power/tps65090-charger.c | 76 ++++++-- drivers/regulator/tps65090-regulator.c | 197 +++++++++++++++++++-- include/linux/mfd/tps65090.h | 5 + 5 files changed, 264 insertions(+), 42 deletions(-) -- 1.9.1.423.g4596e3a -- 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/