Re: [PATCH v8 11/20] OMAP2+: UART: Move errata handling from serial.c to omap-serial

2011-11-16 Thread Jon Hunter
Hi Govindraj, On 11/16/2011 4:13, Govindraj wrote: On Tue, Nov 15, 2011 at 1:20 AM, Jon Hunter wrote: Hi Govindraj, [...] oh = uart->oh; - uart->dma_enabled = 0; name = DRIVER_NAME; omap_up.dma_enabled = uart->dma_enabled; omap_up.uartclk = OMAP24XX_

Re: [PATCH v8 11/20] OMAP2+: UART: Move errata handling from serial.c to omap-serial

2011-11-16 Thread Govindraj
On Tue, Nov 15, 2011 at 1:20 AM, Jon Hunter wrote: > Hi Govindraj, [...] >> >>        oh = uart->oh; >> -       uart->dma_enabled = 0; >>        name = DRIVER_NAME; >> >>        omap_up.dma_enabled = uart->dma_enabled; >>        omap_up.uartclk = OMAP24XX_BASE_BAUD * 16; >>        omap_up.flags

Re: [PATCH v8 11/20] OMAP2+: UART: Move errata handling from serial.c to omap-serial

2011-11-14 Thread Jon Hunter
Hi Govindraj, On 11/11/2011 3:59, Govindraj.R wrote: Move the errata handling mechanism from serial.c to omap-serial file and utilise the same func in driver file. Errata i202, i291 are moved to be handled with omap-serial Moving the errata macro from serial.c file to driver header file as from