lkml.org 
[lkml]   [2008]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [M68KNOMMU]: platform setup for 520x ColdFire parts
On Fri, Feb 01, 2008 at 05:34:10PM +1000, Greg Ungerer wrote:
> Switch to platform style configuration for 520x ColdFire parts.
> Initial support is for the UARTs. DMA support moved to common code
> for all ColdFire parts.
>
> +static struct mcf_platform_uart m520x_uart_platform[] = {
> + {
> + .mapbase = MCF_MBAR + MCFUART_BASE1,
> + .irq = MCFINT_VECBASE + MCFINT_UART0,
> + },
> + {
> + .mapbase = MCF_MBAR + MCFUART_BASE2,
> + .irq = MCFINT_VECBASE + MCFINT_UART1,
> + },
> + {
> + .mapbase = MCF_MBAR + MCFUART_BASE3,
> + .irq = MCFINT_VECBASE + MCFINT_UART2,
> + },
> + { },
> +};
const?
Same comments for the rest of the patch and the other similar patches.

Note: Use __initdataconst for const data as replacement for __initdata.

Sam


\
 
 \ /
  Last update: 2008-02-01 09:51    [W:0.039 / U:0.880 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site