Re: Linuxppc-dev Digest, Vol 81, Issue 140

2011-05-27 Thread Josh Boyer
On Fri, May 27, 2011 at 12:26:20PM +0500, Muhammad Waseem wrote: >I have developed a simple polling based serial device driver for PC's serial >port (COM1: 0x3F8) which works fine. Now I want to implement the same on >UART # 1 of PPC440EPx (Sequoia board). > >By changing the base address 0x3F8 to U

Re: Linuxppc-dev Digest, Vol 81, Issue 140

2011-05-27 Thread Muhammad Waseem
I have developed a simple polling based serial device driver for PC's serial port (COM1: 0x3F8) which works fine. Now I want to implement the same on UART # 1 of PPC440EPx (Sequoia board). By changing the base address 0x3F8 to UART# 1 base address (0xEF600400) in Sequoia it does not work and retur