Re: [PATCH] mfd: SM501 core driver (#3)

2007-02-13 Thread Ben Dooks
On Tue, Feb 13, 2007 at 06:55:42PM +, Ben Dooks wrote: > A new release of the SM501 core mfd driver. > > This driver provides the core functionality of the > SM501, which is a multi-function chip including > two framebuffers, video acceleration, USB, and > many other peripheral blocks. > > T

[PATCH] mfd: SM501 core driver (#3)

2007-02-13 Thread Ben Dooks
A new release of the SM501 core mfd driver. This driver provides the core functionality of the SM501, which is a multi-function chip including two framebuffers, video acceleration, USB, and many other peripheral blocks. The driver exports a number of entries for the peripheral drivers to use. S

Re: [PATCH] mfd: SM501 core driver (#2)

2007-02-13 Thread Ben Dooks
On Tue, Feb 13, 2007 at 12:56:51PM +0100, Manuel Lauss wrote: > Hi Ben, > > On Mon, Feb 12, 2007 at 11:07:41AM +, Ben Dooks wrote: > > This is a new release of the SM501 MFD driver. > > > +struct sm501_platdata_fbsub { > > + struct fb_mode *def_mode; > > + unsigned long

Re: [PATCH] mfd: SM501 core driver (#2)

2007-02-13 Thread Manuel Lauss
Hi Ben, On Mon, Feb 12, 2007 at 11:07:41AM +, Ben Dooks wrote: > This is a new release of the SM501 MFD driver. > +struct sm501_platdata_fbsub { > + struct fb_mode *def_mode; > + unsigned longmax_mem; > + unsigned int flags; > +}; This may be a ve

Re: [Linux-fbdev-devel] [PATCH] mfd: SM501 core driver

2007-02-12 Thread Ben Dooks
5BOn Thu, Feb 08, 2007 at 05:56:02PM +, James Simmons wrote: > > > Do you have a new patch? New mfd driver posted to the linux-kernel list. Will post new sm501 driver (fixed cursor code) and option for byte-swap on systems with big-endian cpu and little-endian pci -- Ben ([EMAIL PROTECTED]

[PATCH] mfd: SM501 core driver (#2)

2007-02-12 Thread Ben Dooks
This is a new release of the SM501 MFD driver. This driver handles the core function of the chip, including the clock, power control and allocation of resources for drivers. It also exports a series of platform devices for the function drivers to attach to. This patch supports both platform and P

Re: [PATCH] mfd: SM501 core driver

2007-02-08 Thread James Simmons
Do you have a new patch? > > No, that shuldn't be necessary. If it was, the compiler would optimise > > away the first readl() in > > > > my_local = readl(foo); > > my_local = readl(bar); > > > > which would break stuff. readl() implementations use volatile to prevent > > this. >

Re: [PATCH] mfd: SM501 core driver

2007-02-07 Thread Vincent Sanders
On Tue, Feb 06, 2007 at 09:09:30PM -0800, Andrew Morton wrote: > On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > This patch is an update patch, ready for merging > > for the Silicon Motion SM501 multi-function device > > core. > > > > This driver handles the core func

Re: [PATCH] mfd: SM501 core driver

2007-02-07 Thread Ben Dooks
On Wed, Feb 07, 2007 at 08:52:25AM -0800, Andrew Morton wrote: > On Wed, 7 Feb 2007 11:48:25 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > On Tue, Feb 06, 2007 at 09:09:30PM -0800, Andrew Morton wrote: > > > On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > > > > > T

Re: [PATCH] mfd: SM501 core driver

2007-02-07 Thread Andrew Morton
On Wed, 7 Feb 2007 11:48:25 + Ben Dooks <[EMAIL PROTECTED]> wrote: > On Tue, Feb 06, 2007 at 09:09:30PM -0800, Andrew Morton wrote: > > On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > > > This patch is an update patch, ready for merging > > > for the Silicon Motio

Re: [PATCH] mfd: SM501 core driver

2007-02-07 Thread Ben Dooks
On Wed, Feb 07, 2007 at 06:24:15AM -0800, Greg KH wrote: > On Wed, Feb 07, 2007 at 11:48:25AM +, Ben Dooks wrote: > > On Tue, Feb 06, 2007 at 09:09:30PM -0800, Andrew Morton wrote: > > > On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > > +/* sm501_null_release > > >

Re: [PATCH] mfd: SM501 core driver

2007-02-07 Thread Greg KH
On Wed, Feb 07, 2007 at 11:48:25AM +, Ben Dooks wrote: > On Tue, Feb 06, 2007 at 09:09:30PM -0800, Andrew Morton wrote: > > On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > +/* sm501_null_release > > > + * > > > + * A release function for the platform devices we crea

Re: [PATCH] mfd: SM501 core driver

2007-02-07 Thread Ben Dooks
On Tue, Feb 06, 2007 at 09:09:30PM -0800, Andrew Morton wrote: > On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > > > This patch is an update patch, ready for merging > > for the Silicon Motion SM501 multi-function device > > core. > > > > This driver handles the core func

Re: [PATCH] mfd: SM501 core driver

2007-02-06 Thread Andrew Morton
On Tue, 6 Feb 2007 19:26:28 + Ben Dooks <[EMAIL PROTECTED]> wrote: > This patch is an update patch, ready for merging > for the Silicon Motion SM501 multi-function device > core. > > This driver handles the core function of the chip, > including the clock, power control and allocation > of re

[PATCH] mfd: SM501 core driver

2007-02-06 Thread Ben Dooks
This patch is an update patch, ready for merging for the Silicon Motion SM501 multi-function device core. This driver handles the core function of the chip, including the clock, power control and allocation of resources for drivers. It also exports a series of platform devices for the function dri