linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Anyone using QE UART mode?
@ 2007-07-02  2:49 Ying Lin
  2007-07-02 15:40 ` Timur Tabi
  0 siblings, 1 reply; 7+ messages in thread
From: Ying Lin @ 2007-07-02  2:49 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

How to enable TTY devices using QUICC Engine UCC UART Mode?

Are Linux kernel patches enough to enable them?  Or, additional
programming required?

 

The kernel has QE patches, and I am able to use QE Ethernet.  Also, I
can choose the QE slow UART mode in kernel configurations.  But, can not
see TTY devices from QE.

 

Thanks,

Ying

 


[-- Attachment #2: Type: text/html, Size: 3856 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Anyone using QE UART mode?
  2007-07-02  2:49 Anyone using QE UART mode? Ying Lin
@ 2007-07-02 15:40 ` Timur Tabi
  2007-07-02 16:01   ` Ying Lin
  0 siblings, 1 reply; 7+ messages in thread
From: Timur Tabi @ 2007-07-02 15:40 UTC (permalink / raw)
  To: Ying Lin; +Cc: linuxppc-embedded

Ying Lin wrote:
> How to enable TTY devices using QUICC Engine UCC UART Mode?
> 
> Are Linux kernel patches enough to enable them?  Or, additional 
> programming required?

I'm working on a device driver for QE UART mode, but it's not working yet.  The QE UART is 
like the CPM UART, but I'm having troubel getting it to work.

It is *not* trivial, or even easy, to enabled.  It's a full-blown UART driver that also 
deals with the complexity of the QE.

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Anyone using QE UART mode?
  2007-07-02 15:40 ` Timur Tabi
@ 2007-07-02 16:01   ` Ying Lin
  2007-07-03  8:32     ` Li Yang-r58472
  0 siblings, 1 reply; 7+ messages in thread
From: Ying Lin @ 2007-07-02 16:01 UTC (permalink / raw)
  To: Timur Tabi; +Cc: linuxppc-embedded

OK, the missing piece (UART driver) I am looking for is not available
yet.  I will seek alternative solutions (create a simple UART driver, or
just wait).
Thanks for the information.=20
Ying=20

-----Original Message-----
From: Timur Tabi [mailto:timur@freescale.com]=20
Sent: Monday, July 02, 2007 11:40 AM
To: Ying Lin
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: Anyone using QE UART mode?

Ying Lin wrote:
> How to enable TTY devices using QUICC Engine UCC UART Mode?
>=20
> Are Linux kernel patches enough to enable them?  Or, additional=20
> programming required?

I'm working on a device driver for QE UART mode, but it's not working
yet.  The QE UART is=20
like the CPM UART, but I'm having troubel getting it to work.

It is *not* trivial, or even easy, to enabled.  It's a full-blown UART
driver that also=20
deals with the complexity of the QE.

--=20
Timur Tabi
Linux Kernel Developer @ Freescale

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Anyone using QE UART mode?
  2007-07-02 16:01   ` Ying Lin
@ 2007-07-03  8:32     ` Li Yang-r58472
  2007-07-03 13:15       ` Ying Lin
  0 siblings, 1 reply; 7+ messages in thread
From: Li Yang-r58472 @ 2007-07-03  8:32 UTC (permalink / raw)
  To: Ying Lin, Tabi Timur-B04825; +Cc: linuxppc-embedded

> -----Original Message-----
> From: linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.org
> [mailto:linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.org] On
Behalf
> Of Ying Lin
> Sent: Tuesday, July 03, 2007 12:02 AM
> To: Tabi Timur-B04825
> Cc: linuxppc-embedded@ozlabs.org
> Subject: RE: Anyone using QE UART mode?
>=20
> OK, the missing piece (UART driver) I am looking for is not available
> yet.  I will seek alternative solutions (create a simple UART driver,
or
> just wait).

Which chip are you using?  There should be separate 16550 compatible
UART controller on MPC8360.  The driver is already there and working
pretty well.

- Leo

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Anyone using QE UART mode?
  2007-07-03  8:32     ` Li Yang-r58472
@ 2007-07-03 13:15       ` Ying Lin
  2007-07-03 14:59         ` Timur Tabi
  0 siblings, 1 reply; 7+ messages in thread
From: Ying Lin @ 2007-07-03 13:15 UTC (permalink / raw)
  To: Li Yang-r58472, Tabi Timur-B04825; +Cc: linuxppc-embedded



> Which chip are you using?  There should be separate 16550 compatible
> UART controller on MPC8360.  The driver is already there and working
> pretty well.

We are using MPC8323E.  We have 2 working serial ports from the DUART
controller, but we need more than 2.

We have about 4 weeks to make them working, any suggestion where to
start?  We plan to start with CW QE Utility generated codes.

Thanks,
Ying

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Anyone using QE UART mode?
  2007-07-03 13:15       ` Ying Lin
@ 2007-07-03 14:59         ` Timur Tabi
  2007-07-03 15:11           ` Ying Lin
  0 siblings, 1 reply; 7+ messages in thread
From: Timur Tabi @ 2007-07-03 14:59 UTC (permalink / raw)
  To: Ying Lin; +Cc: linuxppc-embedded

Ying Lin wrote:
> 
>> Which chip are you using?  There should be separate 16550 compatible
>> UART controller on MPC8360.  The driver is already there and working
>> pretty well.
> 
> We are using MPC8323E.  We have 2 working serial ports from the DUART
> controller, but we need more than 2.
> 
> We have about 4 weeks to make them working, any suggestion where to
> start?  We plan to start with CW QE Utility generated codes.

Have you tried using a PCI UART card?

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Anyone using QE UART mode?
  2007-07-03 14:59         ` Timur Tabi
@ 2007-07-03 15:11           ` Ying Lin
  0 siblings, 0 replies; 7+ messages in thread
From: Ying Lin @ 2007-07-03 15:11 UTC (permalink / raw)
  To: Timur Tabi; +Cc: linuxppc-embedded


> Have you tried using a PCI UART card?

No, the hardware is fixed to use UCC4/5.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-03 15:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-02  2:49 Anyone using QE UART mode? Ying Lin
2007-07-02 15:40 ` Timur Tabi
2007-07-02 16:01   ` Ying Lin
2007-07-03  8:32     ` Li Yang-r58472
2007-07-03 13:15       ` Ying Lin
2007-07-03 14:59         ` Timur Tabi
2007-07-03 15:11           ` Ying Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).