Re: [PATCH 9/9] RapidIO: Add support for IDT CPS Gen2 switches

2010-08-16 Thread Micha Nelissen
Alexandre Bounine wrote: + rio_mport_write_config_32(mport, destid, hopcount, + LOCAL_RTE_CONF_DESTID_SEL, table); + + for (i = 0x8000; i = 0x80ff;) { + rio_mport_write_config_32(mport, destid, hopcount, +

RE: [PATCH 9/9] RapidIO: Add support for IDT CPS Gen2 switches

2010-08-16 Thread Bounine, Alexandre
Micha Nelissen wrote: Alexandre Bounine wrote: + rio_mport_write_config_32(mport, destid, hopcount, + LOCAL_RTE_CONF_DESTID_SEL, table); + + for (i = 0x8000; i = 0x80ff;) { + rio_mport_write_config_32(mport, destid, hopcount, +

[PATCH 9/9] RapidIO: Add support for IDT CPS Gen2 switches

2010-08-13 Thread Alexandre Bounine
Add the RIO switch driver and definitions for IDT CPS-1848 and CPS-1616 Gen2 devices. Signed-off-by: Alexandre Bounine alexandre.boun...@idt.com Reviewed-by: Thomas Moll thomas.m...@sysgo.com Cc: Matt Porter mpor...@kernel.crashing.org Cc: Li Yang le...@freescale.com Cc: Kumar Gala