Tom Rini wrote: > On Fri, Jun 24, 2005 at 08:29:02PM +0400, Andrei Konovalov wrote: > >>Tom Rini wrote: > > [snip] > >>>Lets just drop that hunk then.. >> >>Do you mean not to use >> io_block_mapping(BCSR_ADDR, BCSR_ADDR, BCSR_SIZE, _PAGE_IO); > > > So I had myself slightly confused as first, but yes, what Eugene said at > first is right, as shouldn't add more io_block_mappings, we should use > ioremap() and fix drivers. >
The hunk is removed, ioremap's added to the drivers. Additionally, a misprint in cpm_uart_cpm1.c is fixed: - cp->cp_pedir &= 0x00000c00; + cp->cp_pedir &= ~0x00000c00; The MPC885ADS patch expects the MPC86xADS patch to be applied first. The updated to the latest git MPC86xADS patch is attached as well just in case (no changes except those to account for arch/ppc/Kconfig modification since the previous patch dated June 23). Andrew, If none objects please consider applying the patches. Thanks, Andrei -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mpc86xads.20050629.diff Url: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050629/bb26cac9/attachment.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mpc885ads.20050629.diff Url: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050629/bb26cac9/attachment-0001.txt
