Re: [PATCH] sm501: Add uart support

2008-02-12 Thread Andrew Morton
On Fri, 08 Feb 2008 18:57:42 +0900 Magnus Damm <[EMAIL PROTECTED]> wrote: > smdev = kzalloc(sizeof(struct sm501_device) + > - sizeof(struct resource) * res_count, GFP_KERNEL); > + (sizeof(struct resource) * res_count) + > +

Re: [PATCH] sm501: Add uart support

2008-02-12 Thread Ben Dooks
On Fri, Feb 08, 2008 at 06:57:42PM +0900, Magnus Damm wrote: > This patch extends the sm501 mfd with 8250 uart support. We're currently > doing this in the board specific r2d-1 code already, but it would be nice to > do move things into the mfd since it's more chip specific than board specific.

Re: [PATCH] sm501: Add uart support

2008-02-12 Thread Andrew Morton
On Fri, 08 Feb 2008 18:57:42 +0900 Magnus Damm [EMAIL PROTECTED] wrote: smdev = kzalloc(sizeof(struct sm501_device) + - sizeof(struct resource) * res_count, GFP_KERNEL); + (sizeof(struct resource) * res_count) + +

Re: [PATCH] sm501: Add uart support

2008-02-12 Thread Ben Dooks
On Fri, Feb 08, 2008 at 06:57:42PM +0900, Magnus Damm wrote: This patch extends the sm501 mfd with 8250 uart support. We're currently doing this in the board specific r2d-1 code already, but it would be nice to do move things into the mfd since it's more chip specific than board specific.

[PATCH] sm501: Add uart support

2008-02-08 Thread Magnus Damm
This patch extends the sm501 mfd with 8250 uart support. We're currently doing this in the board specific r2d-1 code already, but it would be nice to do move things into the mfd since it's more chip specific than board specific. Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> ---

[PATCH] sm501: Add uart support

2008-02-08 Thread Magnus Damm
This patch extends the sm501 mfd with 8250 uart support. We're currently doing this in the board specific r2d-1 code already, but it would be nice to do move things into the mfd since it's more chip specific than board specific. Signed-off-by: Magnus Damm [EMAIL PROTECTED] ---