Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759437AbZFJMJb (ORCPT ); Wed, 10 Jun 2009 08:09:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756110AbZFJMIk (ORCPT ); Wed, 10 Jun 2009 08:08:40 -0400 Received: from mx1.emlix.com ([193.175.82.87]:57804 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753564AbZFJMIh (ORCPT ); Wed, 10 Jun 2009 08:08:37 -0400 From: "Oskar Schirmer" To: Sascha Hauer Cc: linux-kernel@vger.kernel.org, Andrew Morton , Alan Cox , Oskar Schirmer Subject: imx: serial: add IrDA support to serial driver Date: Wed, 10 Jun 2009 14:08:27 +0200 Message-Id: <1244635716-23315-1-git-send-email-os@emlix.com> Organization: emlix gmbh, Goettingen, Germany Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 21 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 eighth patch adds IrDA support to the iMX serial driver, the last one sets the real baud rate thru tty_encode_baud_rate, as suggested by Alan Cox. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/