Re: [PATCH 3/3] Modified quirk_mpc8641_transparent() to initializebridge resources.
From: Kumar Gala <hidden>
Date: 2007-05-31 12:33:24
From: Kumar Gala <hidden>
Date: 2007-05-31 12:33:24
On May 31, 2007, at 1:48 AM, Zang Roy-r61911 wrote:
quoted
On May 29, 2007, at 1:23 PM, Jon Loeliger wrote:quoted
From: Jon Loeliger <redacted> The 8641 RC poses as a transparent bridge, but does notimplement thequoted
IO_BASE or IO_LIMIT registers in the config space. This means that the code which initializes the bridge resources ends up setting the IO resources erroneously. This change initializes the RC bridge resources from thedevice tree.quoted
Signed-off-by: Andy Fleming <redacted> Signed-off-by: Jon Loeliger <redacted>Can this be merged with Zhang's "Set RC of mpc8641 to transparent bridge for transfer legacy I/O access." patch since it pretty much supersedes it.I should be! But why apply them sperately? They refect differnet content and stage. For end user, they will only see the unified code :-).
The reason is that in the future someone may be doing a git-bisect to track down a bug and we like to have patches not break things if possible. - k