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

Fwd: UART #1 access on Sequoia board

2011-05-23 Thread Muhammad Waseem
#x27;s DTS file? -- Waseem On Mon, May 23, 2011 at 5:40 PM, Josh Boyer wrote: > On Mon, May 23, 2011 at 11:34:26AM +0500, Muhammad Waseem wrote: > >Hello, > > I am working on PPC440EPx (Sequoia) to access its UART # 1 port for > data > >transfer, while UART # 0 is

UART #1 access on Sequoia board

2011-05-22 Thread Muhammad Waseem
Hello, I am working on PPC440EPx (Sequoia) to access its UART # 1 port for data transfer, while UART # 0 is connected to remote terminal access on host. However there is no module/driver listed for UART # 1 using 'lsmod'. The kernel version is 2.6.23. How can I access the UART # 1 in user space