From patchwork Tue Mar 15 19:56:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Green X-Patchwork-Id: 636951 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2FJuUbF006683 for ; Tue, 15 Mar 2011 19:56:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754809Ab1COT43 (ORCPT ); Tue, 15 Mar 2011 15:56:29 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:37340 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750843Ab1COT43 (ORCPT ); Tue, 15 Mar 2011 15:56:29 -0400 Received: by mail-ww0-f44.google.com with SMTP id 36so1206062wwa.1 for ; Tue, 15 Mar 2011 12:56:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:sender:from:subject:to:cc:date:message-id :in-reply-to:references:user-agent:mime-version:content-type :content-transfer-encoding; bh=ytqBFPiO7e3ILKL53lxKmry7tqbQr17ydaVw/pnALYw=; b=HZqMFGHn2nnRBxDQkp664ZhS+oMaFhsEyMY5IxKaVmvyNLTZxvGXoo722+rPPCBuy4 KFs9AT/BfTGzUI7qmv81u1VsBV6gpVFus0tXbDq2J35JKdXHyHl7nedulNtIkRjq1CWU YP3bHjCW1rVv7nJVgBD+RT5gvx/UeltznCxLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:from:subject:to:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; b=lgyDgBaCYbL+S2KmNdf+GgK7/Y5DqhHtK6VwT7quNxFQL95VLZoBcJiEicYZ1u71M8 0KdyRbQdefX4Mt9GaGUiknbB4Y0dyInXUO3C6KsoeHyWrz5CzhRPdk0BI1+Oj/HM2adJ 0KPeP1XBF4112EvrWPF2EgLY3LdOVhxWT3CxE= Received: by 10.216.254.39 with SMTP id g39mr7438703wes.108.1300218988740; Tue, 15 Mar 2011 12:56:28 -0700 (PDT) Received: from otae.warmcat.com (s15404224.onlinehome-server.info [87.106.134.80]) by mx.google.com with ESMTPS id m2sm104408wer.37.2011.03.15.12.56.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Mar 2011 12:56:28 -0700 (PDT) From: Andy Green Subject: [PATCH 3 05/18] I2C: OMAP: add rev to omap i2c platform data To: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Cc: patches@linaro.org, Ben Dooks , Andy Green Date: Tue, 15 Mar 2011 19:56:26 +0000 Message-ID: <20110315195626.30000.99578.stgit@otae.warmcat.com> In-Reply-To: <20110315195147.30000.86184.stgit@otae.warmcat.com> References: <20110315195147.30000.86184.stgit@otae.warmcat.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 15 Mar 2011 19:56:31 +0000 (UTC) diff --git a/include/linux/i2c-omap.h b/include/linux/i2c-omap.h index 701886d..b321211 100644 --- a/include/linux/i2c-omap.h +++ b/include/linux/i2c-omap.h @@ -17,6 +17,7 @@ struct omap_i2c_bus_platform_data { u32 clkrate; + u32 rev; void (*set_mpu_wkup_lat)(struct device *dev, long set); int (*device_enable) (struct platform_device *pdev); int (*device_shutdown) (struct platform_device *pdev);