[PATCH] serial: Add missing call to init UCC UART port timeout

2010-06-18 Thread Chuck Meade
From: Chuck Meade The UCC UART driver is missing a call to uart_update_timeout(). Without this call, attempting to close the port after outputting large amounts of data (i.e. using tty and uart buffering) results in long timeouts before the port will actually be shut down. For example, cat a

Re: UCC UART

2010-06-22 Thread Chuck Meade
icrocode patch requires them to be set to different rates (I believe Rx is 16*baud under soft UART mode, and Tx is 1*baud). Also, I don't know if it matters or not, but you should change your dts entry "ser...@4000" to "ser...@2200", just like you recently changed your "reg =" to 0x2200. Chuck Meade ch...@theptrgroup.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: UCC interactions

2010-06-22 Thread Chuck Meade
On 06/22/2010 10:51 AM, Timur Tabi wrote: > On Mon, Jun 21, 2010 at 2:00 PM, Gary Thomas wrote: >> I'm running 2.6.33.3 on MPC8358. I have UCC1+UCC2 working fine >> for ethernet, but when I add UCC3 as a UART, the network devices >> quit working. > > Since you're using QE UART, would you mind te

Re: UCC UART

2010-06-22 Thread Chuck Meade
fsl-ucc-uart2/loading Note that the above presupposes you are using the file for silicon 2.1. Also presupposes that you have put the microcode under your rootfs /root directory. Chuck Meade ch...@theptrgroup.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: UCC UART

2010-06-22 Thread Chuck Meade
to operate in Soft UART mode. I hardcoded mine because I had to backport this UCC UART driver to an older Linux kernel, and that kernel was from before dts existed. Add whatever you need to your dts to make it run in soft UART mode and get the firmware loaded.

Re: UCC UART

2010-06-22 Thread Chuck Meade
g between that tx pin and your display (e.g. level translation issue, null modem issue, baud incompatibility, terminal program set for XON/XOFF or HW flow control and UART not set up compatibly). For now get the probe directly on the CPU's UCC3 Tx pin, output chars and see if there is any act

Re: UCC UART

2010-06-22 Thread Chuck Meade
urned. That must be correct for your hardware -- must be the actual brg freq. I assume that you are booting from U-Boot. I believe in modern implementations that U-Boot fills in the brg-frequency in the device tree at boot time. Let me know how it goes, Chuck Meade ch...@theptrgroup.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: UCC UART

2010-06-22 Thread Chuck Meade
t boot time. > > The driver claims to work with either bus-frequency or brg-frequency set. > I only had bus-frequency; when I set brg-frequency, it has started to work. > Now to test it with a scope to see what else is wrong... > > BTW, I use RedBoot - being the original author, how co

Re: Continuing UCC UART woes

2010-06-24 Thread Chuck Meade
> One thing I noticed is that the firmware patch seems quite old. > I got the firmware package from http://opensource.freescale.com/firmware/ > We were also told (by FreeScale) to look at > https://www.freescale.com/webapp/Download?colCode=QERAMPKG > > Looking at these two packages, it's unclear t

Re: Continuing UCC UART woes

2010-06-24 Thread Chuck Meade
reescale and try to find out what the Soft UART mode microcode patch capabilities are, in terms of exactly how many simultaneous UCC UARTs it has been proven to support. The QE has processing limits, and maybe the soft UART microcode patch can't support multiple UCC UARTs(?) It's worth it to

Re: [PATCH 1/9 v1.01] Add Synopsys DesignWare HS USB OTG Controller driver.

2010-07-13 Thread Chuck Meade
On 07/12/2010 07:16 PM, Fushen Chen wrote: > The DWC OTG driver module provides the initialization and cleanup > entry points for the DWC OTG USB driver. > > Signed-off-by: Fushen Chen > Signed-off-by: Mark Miesfeld > --- This reply is to the patch series, not just this 1/9 patch section. Fush

Re: PPC405EX based irq flooding with USB-OTG and usbserial device

2009-05-23 Thread Chuck Meade
Hunter Cobbs wrote: > Hello everyone, > > This is my first post to the PPC dev list as my company has just started > developing a new project based on Linux. The good news is, this post is > not debug-related as much as it is an introduction and query while I > download the latest DENX kernel(onl

Re: PPC405EX based irq flooding with USB-OTG and usbserial device

2009-05-24 Thread Chuck Meade
Hunter Cobbs wrote: > On Sat, May 23, 2009 at 1:14 PM, Wolfgang Denk > wrote: > > Dear Hunter, > > In message > > > you wrote: > > > > This is my first post to the PPC dev list a

Re: removal of arch/ppc in 2.6.27?

2008-04-19 Thread Chuck Meade
> This is intended as a reminder that we plan on getting rid of arch/ppc > this summer. I'm guessing based on kernel release times that will be > 2.6.27. That would mean 2.6.26 will be the last kernel to support > arch/ppc. > > If people have boards that like ported over please let us know and >

Re: link failure: file truncated

2008-07-24 Thread Chuck Meade
Jon Tollefson wrote: > Just tried to build the latest version from Linus' tree and I am getting > a link error. > > building with the pseries_defconfig > > ... > LD drivers/built-in.o > LD vmlinux.o > MODPOST vmlinux.o > WARNING: modpost: Found 6 section mismatch(es). > To see full d

Re: [PATCH] powerpc: Fix build bug with binutils < 2.18 and GCC < 4.2

2008-07-24 Thread Chuck Meade
Segher Boessenkool wrote: > [putting linuxppc-dev on Cc:, hope you don't mind] > > On 24 jul 2008, at 08:32, Chuck Meade wrote: > >>>> I wanted to reply to your original message regarding this, but sadly I >>>> had >>>> already deleted it.

Re: [PATCH] powerpc: Fix compile error with binutils 2.15

2008-07-24 Thread Chuck Meade
<[EMAIL PROTECTED]> Hi Segher, That fixes it! Thanks very much for that. Best regards, Chuck Acked-by: Chuck Meade <[EMAIL PROTECTED]> > --- > arch/powerpc/kernel/vmlinux.lds.S |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/