From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sakoman Date: Wed, 18 Aug 2010 20:28:02 -0700 Subject: [U-Boot] [PATCH 0/3] omap2: i2c: minor cleanup In-Reply-To: <1282178349-24593-1-git-send-email-nm@ti.com> References: <1282178349-24593-1-git-send-email-nm@ti.com> Message-ID: <1282188482.2052.82.camel@quadra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2010-08-18 at 19:39 -0500, Nishanth Menon wrote: > As reported by wolfgang [1] sdp2420 platform build is broken atm > > looking at the same showed some potential cleanups possible > in addition to fixing the problem Thanks Nishanth! You beat me to it. These look fine to me, I'll add my Ack-ed by to the individual patches. Steve > Warning: i dont have a board around, so only build tested for omap2, > tested for omap3 > > > Nishanth Menon (3): > i2c: omap2+: change header guard to be generic > omap2: i2c: add syss offset > omap2: i2c: remove redundant header definitions > > arch/arm/include/asm/arch-omap24xx/i2c.h | 110 +----------------------------- > drivers/i2c/omap24xx_i2c.h | 4 +- > 2 files changed, 5 insertions(+), 109 deletions(-) > > Cc: Steve Sakoman > Cc: Heiko > Cc: Sandeep Paulraj > Cc: Wolfang Denk > > Regards, > Nishanth Menon > Ref: > [1] http://lists.denx.de/pipermail/u-boot/2010-August/075826.html