public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* imx: serial: add IrDA support to serial driver
@ 2009-06-09 13:46 Oskar Schirmer
  2009-06-09 13:46 ` [PATCH 1/8] imx: serial: fix whitespaces (no changes in functionality) Oskar Schirmer
  2009-06-09 18:29 ` imx: serial: add IrDA support to serial driver Sascha Hauer
  0 siblings, 2 replies; 17+ messages in thread
From: Oskar Schirmer @ 2009-06-09 13:46 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: linux-kernel


Using the iMX serial driver with an IrDA device
needs extra peripheral settings and specific
timing depending on the transmitter circuitry used.

The first five patches fix minor problems in the
generic part of the iMX serial driver

The sixth introduces a generic function to calculate optimum
numerator denominator value pairs for PLL and clock
register settings, the seventh patch uses this function
in the iMX serial driver.

The last patch finally adds IrDA support to the iMX serial driver.

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

end of thread, other threads:[~2009-06-10  7:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 13:46 imx: serial: add IrDA support to serial driver Oskar Schirmer
2009-06-09 13:46 ` [PATCH 1/8] imx: serial: fix whitespaces (no changes in functionality) Oskar Schirmer
2009-06-09 13:46   ` [PATCH 2/8] imx: serial: fix one bit field type Oskar Schirmer
2009-06-09 13:46     ` [PATCH 3/8] imx: serial: notify higher layers in case xmit IRQ was not called Oskar Schirmer
2009-06-09 13:46       ` [PATCH 4/8] imx: serial: be sure to stop xmit upon shutdown Oskar Schirmer
2009-06-09 13:46         ` [PATCH 5/8] imx: serial: handle initialisation failure correctly Oskar Schirmer
2009-06-09 13:46           ` [PATCH 6/8] lib: isolate rational fractions helper function Oskar Schirmer
2009-06-09 13:46             ` [PATCH 7/8] imx: serial: use rational library function Oskar Schirmer
2009-06-09 13:46               ` [PATCH 8/8] imx: serial: add IrDA support to serial driver Oskar Schirmer
2009-06-09 15:01                 ` Alan Cox
2009-06-09 16:18                   ` Oskar Schirmer
2009-06-09 17:07                     ` Alan Cox
2009-06-09 18:04                       ` Oskar Schirmer
2009-06-09 18:10                 ` Sascha Hauer
2009-06-10  7:00                   ` Oskar Schirmer
2009-06-09 18:13             ` [PATCH 6/8] lib: isolate rational fractions helper function Sascha Hauer
2009-06-09 18:29 ` imx: serial: add IrDA support to serial driver Sascha Hauer

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