From patchwork Tue Mar 6 06:08:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 144849 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4E217B6F98 for ; Tue, 6 Mar 2012 17:10:36 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S4nZJ-00076A-S1; Tue, 06 Mar 2012 06:08:17 +0000 Received: from mail-vw0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S4nZG-00075l-4S for linux-arm-kernel@lists.infradead.org; Tue, 06 Mar 2012 06:08:14 +0000 Received: by vbbfo1 with SMTP id fo1so5363569vbb.36 for ; Mon, 05 Mar 2012 22:08:13 -0800 (PST) Received-SPF: pass (google.com: domain of haojian.zhuang@gmail.com designates 10.220.229.65 as permitted sender) client-ip=10.220.229.65; Authentication-Results: mr.google.com; spf=pass (google.com: domain of haojian.zhuang@gmail.com designates 10.220.229.65 as permitted sender) smtp.mail=haojian.zhuang@gmail.com; dkim=pass header.i=haojian.zhuang@gmail.com Received: from mr.google.com ([10.220.229.65]) by 10.220.229.65 with SMTP id jh1mr917304vcb.2.1331014093061 (num_hops = 1); Mon, 05 Mar 2012 22:08:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=88s+4G7EzXKQqUbShk1PoEXZ/btc4dVxJl7DiljdCPw=; b=DMmKJPgtj/piGtJvl+7sOEDTcC2EerOKcfNWJVM682n8t3JHdpuEqpMvh6zzRgqVvI h2YbDwwRoa65Cz7TUwo08Rspi1faQPw8D2MG1P2f2TArJkpFpAHLBCZB2kZ0TfqFa6Jv 0iq0KibC49Br5Teza2S2QzFQOTlxNznR6a5jAuowJM/ibmWhrqyDxU8WU+HhnmqpI1O4 YeEKu9LzOeds50TYyt3InWUJm3zJpghRBncSfk0fHNtwJs7lu4Ufh3H09wisZP0wxjUB clTkkbEAhqvf3+i9S5dgyCl1Zj/UnktQ91lT48OulJirUEcjKuZbsHa/ro9KOIithLVf T+rw== MIME-Version: 1.0 Received: by 10.220.229.65 with SMTP id jh1mr752149vcb.2.1331014092915; Mon, 05 Mar 2012 22:08:12 -0800 (PST) Received: by 10.52.35.115 with HTTP; Mon, 5 Mar 2012 22:08:12 -0800 (PST) Date: Tue, 6 Mar 2012 14:08:12 +0800 Message-ID: Subject: [GIT PULL][v3.4] pull request on arch-pxa for regulator branch From: Haojian Zhuang To: Bergmann Arnd , linux-arm-kernel@lists.infradead.org, Mark Brown X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Please help to pull these from arch-pxa tree. The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d: Linux 3.3-rc6 (2012-03-03 17:08:09 -0800) are available in the git repository at: git://github.com/hzhuang1/linux.git regulator Heiko Stübner (2): pxa: magician/hx4700: Convert to gpio-regulator from bq24022 regulator: Remove bq24022 regulator driver arch/arm/configs/magician_defconfig | 2 +- arch/arm/mach-pxa/hx4700.c | 33 ++++++-- arch/arm/mach-pxa/magician.c | 33 ++++++-- drivers/regulator/Kconfig | 8 -- drivers/regulator/Makefile | 1 - drivers/regulator/bq24022.c | 162 ----------------------------------- include/linux/regulator/bq24022.h | 24 ----- 7 files changed, 55 insertions(+), 208 deletions(-) delete mode 100644 drivers/regulator/bq24022.c delete mode 100644 include/linux/regulator/bq24022.h