[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d6a0f7aa0909240017o3b201848j87bafeebebd048c2@mail.gmail.com>
Date: Thu, 24 Sep 2009 12:47:16 +0530
From: Govindraj <govindraj.ti@...il.com>
To: Tony Lindgren <tony@...mide.com>
Cc: linux-omap@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org
Subject: Re: [PATCH 1/3] OMAP UART: Adding support for omap-serial driver.
On Tue, Sep 22, 2009 at 11:33 PM, Tony Lindgren <tony@...mide.com> wrote:
> * Govindraj.R <govindraj.raja@...com> [090922 10:06]:
>> From: Govindraj R <govindraj.raja@...com>
>>
>> This patch adds support for OMAP3430-HIGH SPEED UART Controller.
>
> Why do you have the same subject anad description is the same for all of them?
>
>> --- a/drivers/serial/Kconfig
>> +++ b/drivers/serial/Kconfig
>> @@ -1359,6 +1359,98 @@ config SERIAL_OF_PLATFORM
>> Currently, only 8250 compatible ports are supported, but
>> others can easily be added.
>>
>> +config SERIAL_OMAP
>> + bool "OMAP serial port support"
>> + depends on ARM && ARCH_OMAP
>> + select SERIAL_CORE
>> + help
>> + If you have a machine based on an Texas Instruments OMAP CPU you
>> + can enable its onboard serial ports by enabling this option.
>> +
>> +config SERIAL_OMAP_CONSOLE
>> + bool "Console on OMAP serial port"
>> + depends on SERIAL_OMAP
>> + select SERIAL_CORE_CONSOLE
>> + help
>> + If you have enabled the serial port on the Texas Instruments OMAP
>> + CPU you can make it the console by answering Y to this option.
>> +
>> + Even if you say Y here, the currently visible virtual console
>> + (/dev/tty0) will still be used as the system console by default, but
>> + you can alter that using a kernel command line option such as
>> + "console=ttyS0". (Try "man bootparam" or see the documentation of
>> + your boot loader (lilo or loadlin) about how to pass options to the
>> + kernel at boot time.)
>> +
>> +config SERIAL_OMAP_DMA_UART1
>> + bool "UART1 DMA support"
>> + depends on SERIAL_OMAP
>> + help
>> + If you have enabled the serial port on the Texas Instruments OMAP
>> + CPU you can enable the DMA transfer on UART 1 by answering
>> + to this option.
>> +
>
> Didn't I already comment these options should be passed in platform_data
> from board-*.c files?
>
Will resend PATCH v1 incorporating SERIAL_OMAP_UARTx_RXDMA_BUFSIZE
and SERIAL_OMAP_UARTx_RXDMA_BUFSIZE values into platform data and will
clean up in Kconfig.
Thanks for your review comments.
---
Regards,
Govindraj.R
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists