[GIT PULL] I2C: OMAP: misc. updates for v3.3

2012-01-05 Thread Kevin Hilman
Hi Ben, Here's a few OMAP I2C updates for the v3.3 merge window. Thanks, Kevin The following changes since commit 3f6b2a8bd6e4ff43269d89066a9fe06a0e5ba961: I2C: OMAP: correct SYSC register offset for OMAP4 (2011-12-13 11:35:56 -0800) are available in the git repository at: git://git.kerne

Re: [PATCH] OMAP/I2C - Fix timeout problem during suspend.

2012-01-05 Thread Kevin Hilman
NeilBrown writes: > On Wed, 04 Jan 2012 14:19:48 -0800 Kevin Hilman wrote: > >> +Felipe >> >> NeilBrown writes: >> >> > On a board with OMAP3 processor and TWL4030 Power management, >> > we need to talk to the TWL4030 during late suspend but cannot >> > because the I2C interrupt is disabled (

Re: [PATCH] i2c-ali1535: enable SPARC support

2012-01-05 Thread David Miller
From: Jean Delvare Date: Thu, 5 Jan 2012 21:06:00 +0100 > On Thu, 05 Jan 2012 14:55:10 -0500 (EST), David Miller wrote: >> Using the raw PCI config register value in the non-IO case is always >> wrong and non-portable. You need to ioremap the thing using the PCI >> resource if it's not IO and th

Re: [PATCH RESEND] i2c: Convert to DEFINE_PCI_DEVICE_TABLE

2012-01-05 Thread Jean Delvare
On Wed, 28 Dec 2011 20:48:32 +0800, Axel Lin wrote: > Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE > tables. > > Use DEFINE_PCI_DEVICE_TABLE ensures we make the pci_device_id table const > and marked as __devinitconst. > > This also fixes some warnings from checkpatch

Re: [PATCH] i2c-ali1535: enable SPARC support

2012-01-05 Thread Jean Delvare
On Thu, 05 Jan 2012 14:55:10 -0500 (EST), David Miller wrote: > From: Jean Delvare > Date: Thu, 5 Jan 2012 20:51:05 +0100 > > Actually I ended up doing the changes myself, and the patch is queued > > for 3.3 already: > > http://khali.linux-fr.org/devel/linux-3/jdelvare-i2c/i2c-ali1535-enable-sparc

Re: [PATCH] i2c-ali1535: enable SPARC support

2012-01-05 Thread David Miller
From: Jean Delvare Date: Thu, 5 Jan 2012 20:51:05 +0100 > Hi David, > > On Tue, 27 Dec 2011 14:17:59 -0500 (EST), David Miller wrote: >> From: "corentin.labbe" >> Date: Thu, 24 Nov 2011 12:01:36 +0100 >> >> > The i2c-ali1535 driver don't work on SPARC, this is because it assumes >> > that iop

Re: [PATCH] i2c-ali1535: enable SPARC support

2012-01-05 Thread Jean Delvare
Hi David, On Tue, 27 Dec 2011 14:17:59 -0500 (EST), David Miller wrote: > From: "corentin.labbe" > Date: Thu, 24 Nov 2011 12:01:36 +0100 > > > The i2c-ali1535 driver don't work on SPARC, this is because it assumes that > > ioport address are 16bits wide (address stored with an unsigned short).