Re: [PATCH 4/6] Add multi mport support.
From: Matt Porter <mporter@kernel.crashing.org>
Date: 2008-02-05 16:25:10
Also in:
lkml
On Thu, Jan 31, 2008 at 01:57:25PM +0800, Zhang Wei wrote:
quoted
-----Original Message----- From: Kumar Gala [mailto:galak@kernel.crashing.org] On Jan 30, 2008, at 4:30 AM, Zhang Wei wrote:quoted
Change lots of static variable to mport private. And addmport to somequoted
function declaration.Can you explain this patch further. Its not clear exactly from this commit message why we are doing this. - kSorry about I have a little hurry about it. The original RapidIO driver suppose there is only one mpc85xx RIO controller in system. So, some data structures are defined as mpc85xx_rio global, such as 'regs_win', 'dbell_ring', 'msg_tx_ring'. Now, I changed them to mport's private members. And you can define multi RIO OF-nodes in dts file for multi RapidIO controller in one processor, such as PCI/PCI-Ex host controllers in Freescale's silicon. And the mport operation function declaration should be changed to know which RapidIO controller is target.
Right, the RapidIO subsystem itself has had the concept of multiple master ports from the beginning. However, when I did the MPC85xx support I chose to just implement it for the known silicon available at the time. I'm not surprised there's new silicon with multiple controllers now. -Matt