From patchwork Mon Dec 3 18:12:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "\"Rajanikanth H.V" X-Patchwork-Id: 13341 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id CD67523FCC for ; Mon, 3 Dec 2012 18:16:31 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 6CBF6A18C2F for ; Mon, 3 Dec 2012 18:16:31 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so4456798ieb.11 for ; Mon, 03 Dec 2012 10:16:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=SsSHpsgg7ksSjgpSob1DEYxoUTBq/k/8qvzBngHblB0=; b=Hu7qw2XcFmpogA7+7WlZzMM27b2ZVRCjNZaTaFCSBnyPMWPy/2ux6wkdq7LvRG8PtV kvqVQ/ufTf7k/dr0H8v/TmY17UNYmc32rZoVJ4z8NDE3IXFHmcvDrLADMiq9Ftcz9KCk zBvFMhDSb6IyYhoGHUTAbNTgdVps3urdRSv75czbj0dvtrbu4x+mY4+T5UZ5KkfZD0Y/ pmzsjCR3SGr3HtsIWTDPzA7xq+V2RD/cyQzjrSTX0+Ac+LvNuS05/BIL10XpFXUMOwHm e24sIJi9sAGKhbmd8K+CnX+1m3rAgo1M5hTdx0XrQcZHsyd7ppvnnvOmiRqIP6na+QRq 3xIw== Received: by 10.50.161.169 with SMTP id xt9mr6963177igb.62.1354558591190; Mon, 03 Dec 2012 10:16:31 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp194788igt; Mon, 3 Dec 2012 10:16:30 -0800 (PST) Received: by 10.68.230.2 with SMTP id su2mr31317033pbc.54.1354558590248; Mon, 03 Dec 2012 10:16:30 -0800 (PST) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by mx.google.com with ESMTPS id y1si19899739pav.190.2012.12.03.10.16.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 10:16:30 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.44 is neither permitted nor denied by best guess record for domain of rajanikanth.hv@linaro.org) client-ip=209.85.220.44; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.44 is neither permitted nor denied by best guess record for domain of rajanikanth.hv@linaro.org) smtp.mail=rajanikanth.hv@linaro.org Received: by mail-pa0-f44.google.com with SMTP id hz11so1978571pad.31 for ; Mon, 03 Dec 2012 10:16:30 -0800 (PST) Received: by 10.66.87.133 with SMTP id ay5mr27915203pab.59.1354558589886; Mon, 03 Dec 2012 10:16:29 -0800 (PST) Received: from localhost.localdomain ([117.235.125.150]) by mx.google.com with ESMTPS id o11sm8418107pby.8.2012.12.03.10.16.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 10:16:29 -0800 (PST) From: "Rajanikanth H.V" To: anton.vorontsov@linaro.org Cc: francescolavra.fl@gmail.com, rob.herring@calxeda.com, lee.jones@linaro.org, arnd@arndb.de, linus.walleij@stericsson.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linaro-dev@lists.linaro.org, patches@linaro.org, STEricsson_nomadik_linux@list.st.com, rajanikanth.hv@stericsson.com Subject: [PATCH 2/2] ab8500: promote ab8500_fg probe before ab8500_btemp probe Date: Mon, 3 Dec 2012 23:42:55 +0530 Message-Id: <1354558375-15110-2-git-send-email-rajanikanth.hv@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1354558375-15110-1-git-send-email-rajanikanth.hv@linaro.org> References: <1354558375-15110-1-git-send-email-rajanikanth.hv@linaro.org> X-Gm-Message-State: ALoCoQmF6lpvoeqbULs+DMnBkleG8PZFrsceEDFEMAPyJznWNMNT5HDbTezSXX8V1jM5tR1IVYFL From: "Rajanikanth H.V" ab8500_fg driver prepares instance list of fuelgauge which is required by btemp driver for battery identification. So make sure that ab8500 fuelgauge list is ready before btemp driver starts. for '3.7-rc5': of git://git.infradead.org/battery-2.6.git Acked-by: Lee Jones Signed-off-by: Rajanikanth H.V --- drivers/power/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/Makefile b/drivers/power/Makefile index 696e3a9..070c73d 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -38,7 +38,7 @@ obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o obj-$(CONFIG_BATTERY_JZ4740) += jz4740-battery.o obj-$(CONFIG_BATTERY_INTEL_MID) += intel_mid_battery.o obj-$(CONFIG_BATTERY_RX51) += rx51_battery.o -obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_btemp.o ab8500_fg.o abx500_chargalg.o +obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o abx500_chargalg.o obj-$(CONFIG_CHARGER_ISP1704) += isp1704_charger.o obj-$(CONFIG_CHARGER_MAX8903) += max8903_charger.o obj-$(CONFIG_CHARGER_TWL4030) += twl4030_charger.o