From patchwork Tue Oct 5 20:26:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajendra Nayak X-Patchwork-Id: 233711 X-Patchwork-Delegate: paul@pwsan.com 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 o95KR8s6004771 for ; Tue, 5 Oct 2010 20:27:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757141Ab0JEU1F (ORCPT ); Tue, 5 Oct 2010 16:27:05 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:39945 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757126Ab0JEU1E (ORCPT ); Tue, 5 Oct 2010 16:27:04 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o95KQwWn025806 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Oct 2010 15:27:00 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id o95KQtOW004779; Wed, 6 Oct 2010 01:56:56 +0530 (IST) Received: from dbde02.ent.ti.com ([172.24.170.145]) by dbde70.ent.ti.com ([172.24.170.148]) with mapi; Wed, 6 Oct 2010 01:56:55 +0530 From: "Nayak, Rajendra" To: Kevin Hilman CC: Paul Walmsley , "Cousson, Benoit" , Tony Lindgren , "linux-omap@vger.kernel.org" , "Varadarajan, Charulatha" , "Raja, Govindraj" Date: Wed, 6 Oct 2010 01:56:50 +0530 Subject: RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c Thread-Topic: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c Thread-Index: ActkxmxNmukJE+buQHSgIy97D+ppJgABERjw Message-ID: <0680EC522D0CC943BC586913CF3768C003FF3B2F4D@dbde02.ent.ti.com> References: <8762xpenf8.fsf@deeprootsystems.com> <20100928201844.GI3117@atomide.com> <87tyl8rxwp.fsf@deeprootsystems.com> <20100930021819.GD3117@atomide.com> <877hi3i9cp.fsf@deeprootsystems.com> <87pqvvgt8g.fsf@deeprootsystems.com> <877hi3gqq7.fsf@deeprootsystems.com> <0680EC522D0CC943BC586913CF3768C003FF2DAF74@dbde02.ent.ti.com> <4CA60F88.4020303@ti.com> <0680EC522D0CC943BC586913CF3768C003FF3B2E05@dbde02.ent.ti.com> <874od0tvu3.fsf@deeprootsystems.com> <0680EC522D0CC943BC586913CF3768C003FF3B2F3D@dbde02.ent.ti.com> <87y6acpghs.fsf@deeprootsystems.com> In-Reply-To: <87y6acpghs.fsf@deeprootsystems.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: en-US 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.3 (demeter1.kernel.org [140.211.167.41]); Tue, 05 Oct 2010 20:27:08 +0000 (UTC) diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 25d6da2..c588854 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -263,6 +263,7 @@ static struct omap_hwmod omap2420_i2c1_hwmod = { .class = &i2c_class, .dev_attr = &i2c_dev_attr, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2420), + .flags = HWMOD_16BIT_REG, }; /* I2C2 */ @@ -301,6 +302,7 @@ static struct omap_hwmod omap2420_i2c2_hwmod = { .class = &i2c_class, .dev_attr = &i2c_dev_attr, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2420), + .flags = HWMOD_16BIT_REG, }; static __initdata struct omap_hwmod *omap2420_hwmods[] = {