From patchwork Thu May 6 07:10:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "ng@max01.eu" X-Patchwork-Id: 97280 Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o467CWJP024094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 May 2010 07:13:09 GMT Received: from dlep33.itg.ti.com ([157.170.170.112]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o467AWxM022791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 May 2010 02:10:32 -0500 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id o467AUxS014165; Thu, 6 May 2010 02:10:31 -0500 (CDT) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 8619C80627; Thu, 6 May 2010 02:10:30 -0500 (CDT) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp51.itg.ti.com (dflp51.itg.ti.com [128.247.22.94]) by linux.omap.com (Postfix) with ESMTP id B225C80626 for ; Thu, 6 May 2010 02:10:23 -0500 (CDT) Received: from neches.ext.ti.com (localhost [127.0.0.1]) by dflp51.itg.ti.com (8.13.7/8.13.7) with ESMTP id o467ANoL010872 for ; Thu, 6 May 2010 02:10:23 -0500 (CDT) Received: from psmtp.com (na3sys009amx217.postini.com [74.125.149.57]) by neches.ext.ti.com (8.13.7/8.13.7) with SMTP id o467AMWY013512 for ; Thu, 6 May 2010 02:10:22 -0500 Received: from source ([212.227.126.187]) by na3sys009amx217.postini.com ([74.125.148.10]) with SMTP; Thu, 06 May 2010 07:10:22 GMT Received: from oxltgw14.schlund.de (oxltgw14.schlund.de [172.19.158.52]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MBr6d-1O1ukV1xkV-009wdo; Thu, 06 May 2010 09:10:20 +0200 Date: Thu, 6 May 2010 09:10:20 +0200 (CEST) From: "ng@max01.eu" To: davinci-linux-open-source@linux.davincidsp.com Message-ID: <1721130017.845189.1273129820479.JavaMail.open-xchange@oxltgw14.schlund.de> Subject: How to set priorities for VGA on OMAP-L1xx on Linux 2.6.34-rc5 ? MIME-Version: 1.0 X-Priority: 3 X-Mailer: Open-Xchange Mailer v6.14.0-Rev22 X-Provags-ID: V01U2FsdGVkX19Cs1TX4dic5t5mmKVsP5F2K8M2dj7aQ6fPUIw 8ENL68d8u2939ICU6eFu3AYE5ppOBSuZPBE47U0RaZV4td/0rZ a5VGJUJDAjx+tPdo8NTICvcIkqSnke+ X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:11.76772/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.5000) s cv gt3 gt2 gt1 r p m c X-pstn-addresses: from [db-null] X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 06 May 2010 07:13:09 +0000 (UTC) --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -705,7 +705,7 @@ static u8 da850_default_priorities[DA850_N_CP_INTC_IRQ] = {         [IRQ_DA8XX_GPIO7]               = 7,         [IRQ_DA8XX_GPIO8]               = 7,         [IRQ_DA8XX_I2CINT1]             = 7, -       [IRQ_DA8XX_LCDINT]              = 7, +       [IRQ_DA8XX_LCDINT]              = 5,         [IRQ_DA8XX_UARTINT1]            = 7,         [IRQ_DA8XX_MCASPINT]            = 7,         [IRQ_DA8XX_ALLINT1]             = 7,