[PATCH] mfd: i2c: convert SCx200 driver from using raw PCI to platform device

2010-12-30 Thread Andres Salomon
Note: this relies on the cs5535-mfd patches that are currently in the MFD next tree. It's been tested on CS5536 hardware, but I don't have access to any old SCx200 hardware to verify that I didn't break the ISA stuff. From: Andres Salomon dilin...@queued.net The SCx200 ACB driver supports ISA

[PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-02-02 Thread Andres Salomon
No need to explicitly set the cell's platform_data/data_size. In this case, move the various platform_data pointers to driver_data. All of the clients which make use of it are also changed. Signed-off-by: Andres Salomon dilin...@queued.net --- drivers/dma/timb_dma.c |2

[PATCH 08/17] timberdale: mfd_cell is now implicitly available to drivers

2011-02-11 Thread Andres Salomon
to no longer reference the pdata. Signed-off-by: Andres Salomon dilin...@queued.net --- drivers/dma/timb_dma.c |2 +- drivers/gpio/timbgpio.c |5 ++--- drivers/i2c/busses/i2c-ocores.c |2 +- drivers/i2c/busses/i2c-xiic.c|2 +- drivers/media/radio/radio-timb.c

[PATCH 08/29] timberdale: mfd_cell is now implicitly available to drivers (v2)

2011-02-17 Thread Andres Salomon
to no longer reference the pdata. v2: add some missing mfd/core.h includes. Signed-off-by: Andres Salomon dilin...@queued.net --- drivers/dma/timb_dma.c |3 ++- drivers/gpio/timbgpio.c |6 +++--- drivers/i2c/busses/i2c-ocores.c |3 ++- drivers/i2c/busses/i2c-xiic.c

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-01 Thread Andres Salomon
On Fri, 1 Apr 2011 13:20:31 +0200 Samuel Ortiz sa...@linux.intel.com wrote: Hi Grant, On Thu, Mar 31, 2011 at 05:05:22PM -0600, Grant Likely wrote: [...] Gah. Not all devices instantiated via mfd will be an mfd device, which means that the driver may very well expect an *entirely

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-01 Thread Andres Salomon
On Fri, 1 Apr 2011 17:58:44 -0600 Grant Likely grant.lik...@secretlab.ca wrote: On Fri, Apr 1, 2011 at 5:52 PM, Samuel Ortiz sa...@linux.intel.com wrote: On Fri, Apr 01, 2011 at 11:56:35AM -0600, Grant Likely wrote: On Fri, Apr 1, 2011 at 11:47 AM, Andres Salomon dilin...@queued.net wrote

Re: [PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers

2011-04-06 Thread Andres Salomon
On Wed, 6 Apr 2011 10:56:47 -0700 Greg KH gre...@suse.de wrote: On Wed, Apr 06, 2011 at 07:05:38PM +0200, Samuel Ortiz wrote: Hi Greg, On Wed, Apr 06, 2011 at 08:58:05AM -0700, Greg KH wrote: On Wed, Apr 06, 2011 at 05:23:23PM +0200, Samuel Ortiz wrote: --- a/include/linux/device.h

Re: [PATCH] staging/olpc_dcon: Remove obsolete cleanup for clientdata

2011-08-25 Thread Andres Salomon
Thanks! Acked-by: Andres Salomon dilin...@queued.net On Thu, 25 Aug 2011 12:53:30 +0200 Wolfram Sang w.s...@pengutronix.de wrote: A few new i2c-drivers came into the kernel which clear the clientdata-pointer on exit or error. This is obsolete meanwhile, the core will do it. Signed-off