From patchwork Tue Jun 26 12:51:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 167402 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 520F41007D2 for ; Tue, 26 Jun 2012 22:54:21 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SjVES-0002xp-NU; Tue, 26 Jun 2012 12:51:00 +0000 Received: from na3sys009aog136.obsmtp.com ([74.125.149.85]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1SjVEO-0002xB-Mq for linux-arm-kernel@lists.infradead.org; Tue, 26 Jun 2012 12:50:57 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) (using TLSv1) by na3sys009aob136.postini.com ([74.125.148.12]) with SMTP ID DSNKT+mwLgREjfZ/0BeGjlbPgiNcO3ndaT0U@postini.com; Tue, 26 Jun 2012 05:50:56 PDT Received: by yenr9 with SMTP id r9so3989221yen.36 for ; Tue, 26 Jun 2012 05:50:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:organization:date:message-id:user-agent :mime-version:content-type:x-gm-message-state; bh=YprQzomoZmuFNrOFfIcyhBuFdkmC17GIR4suLBZQxF4=; b=XDNkMfktbv8+1u09IGIX9yfHl26e44dRKtos66SOTAo3LnM5oXBBNaowcAUeuNFoC4 vhSgL05L9YbkAunB0/PzxSa6b5NMkLI3saKea1o3+Aq8lOABTgv49cMIsZdR/fMhjIls oMhCjG/cC1c1O8RMb4sZWoD4Sm3uA97XapjW7uGnpcf8pcTyPi/HVuawr6eZxFLJ3Whh PApHuLNFejVT7xeP2YIqiuvByUIouwmLx514eMShgoOxCnXWVs5xVyda+pjcWtvd56ID pOUGyeRSXfg2Brapwd9hnvfzKJYHtUka2fIK7tPL6p8BL/hAx4PMXqxecA0RLZYNbn76 KgPg== Received: by 10.50.170.8 with SMTP id ai8mr10825799igc.33.1340715054216; Tue, 26 Jun 2012 05:50:54 -0700 (PDT) Received: from localhost (c-24-118-213-136.hsd1.mn.comcast.net. [24.118.213.136]) by mx.google.com with ESMTPS id dw5sm1948102igc.6.2012.06.26.05.50.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jun 2012 05:50:53 -0700 (PDT) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] OMAP: TWL IRQ dead code removal Organization: Texas Instruments, Inc. Date: Tue, 26 Jun 2012 07:51:01 -0500 Message-ID: <877guudyoa.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmVJbkIF0B/dMvtO0ueaWsUYN04IZJfIm6hcdscUwaTivurg+buwh55e+PfuBJWaxpu4zhz X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.85 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-omap , Benoit Cousson , linux-arm-kernel 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 Tony, Please pull the following cleanup which removes the now unused TWL irq base/end. The drivers part has been acked by Samuel. Kevin The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f: Linux 3.5-rc1 (2012-06-02 18:29:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.6/cleanup/twl-irq for you to fetch changes up to 3e7b706ca5151849e4ca91f7f3d8d6d8d8f7b667: mfd: twl: remove pdata->irq_base/_end, no more users (2012-06-19 15:24:34 -0700) ---------------------------------------------------------------- Kevin Hilman (2): ARM: OMAP2+: TWL: remove usage of pdata->irq_base/_end mfd: twl: remove pdata->irq_base/_end, no more users arch/arm/mach-omap2/board-2430sdp.c | 3 --- arch/arm/mach-omap2/board-omap3logic.c | 3 --- arch/arm/mach-omap2/twl-common.c | 9 --------- include/linux/i2c/twl.h | 1 - 4 files changed, 16 deletions(-)