public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] [PATCH 0/2] High Speed uart support on 3430
@ 2007-12-17 14:19 Girish
  2007-12-17 17:36 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Girish @ 2007-12-17 14:19 UTC (permalink / raw)
  To: linux-omap; +Cc: linux-omap-open-source

Hi,
This patch series adds high speed uart support on 3430. 

UART library Interfaces:
The UART library interfaces the user drivers with UART hardware and exports API’s to configure UART for different types of
applications such as High speed(HS) UART, IrDA and Bluetooth etc. 
The most of the API’s exported by UART library are functionality based API’s which are used by client drivers for different purposes
such as 
-	Requesting UART
-	Initial UART configuration
-	Data transfer Configuration(DMA mode)
-	ISR registration
-	UART Speed change


Regards,
Girish

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

* Re: [RFC] [PATCH 0/2] High Speed uart support on 3430
  2007-12-17 14:19 [RFC] [PATCH 0/2] High Speed uart support on 3430 Girish
@ 2007-12-17 17:36 ` Tony Lindgren
  2007-12-18 17:53   ` Girish
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2007-12-17 17:36 UTC (permalink / raw)
  To: Girish; +Cc: linux-omap, linux-omap-open-source

* Girish <girishsg@ti.com> [071217 06:19]:
> Hi,
> This patch series adds high speed uart support on 3430. 
> 
> UART library Interfaces:
> The UART library interfaces the user drivers with UART hardware and exports API’s to configure UART for different types of
> applications such as High speed(HS) UART, IrDA and Bluetooth etc. 
> The most of the API’s exported by UART library are functionality based API’s which are used by client drivers for different purposes
> such as 
> -	Requesting UART
> -	Initial UART configuration
> -	Data transfer Configuration(DMA mode)
> -	ISR registration
> -	UART Speed change

Well all that sounds good, but please move the driver to drivers/serial
to start with.

Regards,

Tony

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

* RE: [RFC] [PATCH 0/2] High Speed uart support on 3430
  2007-12-17 17:36 ` Tony Lindgren
@ 2007-12-18 17:53   ` Girish
  2007-12-19 12:13     ` Ville Tervo
  0 siblings, 1 reply; 4+ messages in thread
From: Girish @ 2007-12-18 17:53 UTC (permalink / raw)
  To: 'Tony Lindgren'; +Cc: linux-omap, linux-omap-open-source

 

>-----Original Message-----
>From: Tony Lindgren [mailto:tony@atomide.com] 
>Sent: Monday, December 17, 2007 11:07 PM

>> -	Data transfer Configuration(DMA mode)
>> -	ISR registration
>> -	UART Speed change
>
>Well all that sounds good, but please move the driver to 
>drivers/serial to start with.

This UART driver is more like an independent library which doesn't interface with serial framework so this might not fit in
driver/serial. Any comments?

Regards,
Girish

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

* Re: [RFC] [PATCH 0/2] High Speed uart support on 3430
  2007-12-18 17:53   ` Girish
@ 2007-12-19 12:13     ` Ville Tervo
  0 siblings, 0 replies; 4+ messages in thread
From: Ville Tervo @ 2007-12-19 12:13 UTC (permalink / raw)
  To: ext Girish; +Cc: linux-omap, linux-omap-open-source

ext Girish wrote:
>  
> 
>> -----Original Message-----
>> From: Tony Lindgren [mailto:tony@atomide.com] 
>> Sent: Monday, December 17, 2007 11:07 PM
> 
>>> -	Data transfer Configuration(DMA mode)
>>> -	ISR registration
>>> -	UART Speed change
>> Well all that sounds good, but please move the driver to 
>> drivers/serial to start with.
> 
> This UART driver is more like an independent library which doesn't interface with serial framework so this might not fit in
> driver/serial. Any comments?

Is it possible to make a driver for omap uarts based on your library? 
Current generic drivers seems to trigger some hw(?) bugs, so at least in 
  we had to use custom serial driver. Also working power management was 
added so that clock are not used when the uart is not actually used.

-- 
Ville

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

end of thread, other threads:[~2007-12-19 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 14:19 [RFC] [PATCH 0/2] High Speed uart support on 3430 Girish
2007-12-17 17:36 ` Tony Lindgren
2007-12-18 17:53   ` Girish
2007-12-19 12:13     ` Ville Tervo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox