Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756096AbbDIXCG (ORCPT ); Thu, 9 Apr 2015 19:02:06 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:34216 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754817AbbDIXCD (ORCPT ); Thu, 9 Apr 2015 19:02:03 -0400 From: Alexey Ignatov To: davinci-linux-open-source@linux.davincidsp.com Cc: Alexey Ignatov , Sekhar Nori , Kevin Hilman , Peter Ujfalusi , Wolfram Sang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: [PATCH 2/2] davinci: DM365: Enable VCIF interrupt Date: Fri, 10 Apr 2015 02:00:51 +0300 Message-Id: <1428620479-32696-2-git-send-email-lexszero@gmail.com> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1428620479-32696-1-git-send-email-lexszero@gmail.com> References: <1428620479-32696-1-git-send-email-lexszero@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1938 Lines: 50 This enables VCIF interrupt for DM365. Signed-off-by: Alexey Ignatov --- arch/arm/mach-davinci/dm365.c | 3 +++ arch/arm/mach-davinci/include/mach/mux.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index 0ae8114..a83ef2e 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c @@ -632,6 +632,8 @@ INT_CFG(DM365, INT_IMX1_ENABLE, 24, 1, 1, false) INT_CFG(DM365, INT_IMX1_DISABLE, 24, 1, 0, false) INT_CFG(DM365, INT_NSF_ENABLE, 25, 1, 1, false) INT_CFG(DM365, INT_NSF_DISABLE, 25, 1, 0, false) +INT_CFG(DM365, INT_VCIF_ENABLE, 7, 1, 1, false) +INT_CFG(DM365, INT_VCIF_DISABLE, 7, 1, 0, false) EVT_CFG(DM365, EVT2_ASP_TX, 0, 1, 0, false) EVT_CFG(DM365, EVT3_ASP_RX, 1, 1, 0, false) @@ -1138,6 +1140,7 @@ void __init dm365_init_vc(struct snd_platform_data *pdata) { davinci_cfg_reg(DM365_EVT2_VC_TX); davinci_cfg_reg(DM365_EVT3_VC_RX); + davinci_cfg_reg(DM365_INT_VCIF_ENABLE); dm365_vc_device.dev.platform_data = pdata; platform_device_register(&dm365_vc_device); } diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index 631655e..1308731 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h @@ -335,6 +335,8 @@ enum davinci_dm365_index { DM365_INT_IMX1_DISABLE, DM365_INT_NSF_ENABLE, DM365_INT_NSF_DISABLE, + DM365_INT_VCIF_ENABLE, + DM365_INT_VCIF_DISABLE, /* EDMA event muxing */ DM365_EVT2_ASP_TX, -- 2.3.5 -- 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/