From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raja, Govindraj" Subject: Re: [GIT PULL]: omap-serial updates for 3.4-rc Date: Mon, 16 Apr 2012 12:52:51 +0530 Message-ID: References: <1334052148-10385-1-git-send-email-govindraj.raja@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aog117.obsmtp.com ([74.125.149.242]:55151 "EHLO na3sys009aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227Ab2DPHXM (ORCPT ); Mon, 16 Apr 2012 03:23:12 -0400 Received: by obbup19 with SMTP id up19so188245obb.21 for ; Mon, 16 Apr 2012 00:23:11 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Balbi, Felipe" , "Shilimkar, Santosh" Hi Tony, On Tue, Apr 10, 2012 at 3:36 PM, Raja, Govindraj wrote: > CC'ing Linux-ARM > > > On Tue, Apr 10, 2012 at 3:32 PM, Govindraj.R wrote: >> Hi Tony, >> >> Please Pull the following omap uart changes. >> Changes basically involves getting rid of cpu checks >> for populating erratas and features and move the same >> from serial.c to omap-serial.c, MVR reg is used to find >> uart versions and errata flags are populated accordingly. here [1] is the updated pull request I have incorporated even the serial mux fixes done along with previous changes. -- Thanks, Govindraj.R [1]: The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015: Linux 3.4-rc3 (2012-04-15 18:28:29 -0700) are available in the git repository at: git://gitorious.org/linux-3-x/omap-serial.git for_3.4/uart_fixes for you to fetch changes up to 32b41c3c98aa652470ca42d1f0be4b558602babb: OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup (2012-04-16 12:25:14 +0530) ---------------------------------------------------------------- Govindraj.R (5): OMAP2+: UART: Remove cpu checks for populating errata flags OMAP2+: UART: enable tx wakeup bit for wer reg OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx OMAP2+: UART: Fix incorrect population of default uart pads OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup arch/arm/mach-omap2/mux.c | 3 +- arch/arm/mach-omap2/mux.h | 10 ++ arch/arm/mach-omap2/serial.c | 190 +++++++++---------------- arch/arm/plat-omap/include/plat/omap-serial.h | 9 +- drivers/tty/serial/omap-serial.c | 83 +++++++++++- 5 files changed, 165 insertions(+), 130 deletions(-)