From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758012AbcHCTp0 (ORCPT ); Wed, 3 Aug 2016 15:45:26 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:33107 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752810AbcHCTpX convert rfc822-to-8bit (ORCPT ); Wed, 3 Aug 2016 15:45:23 -0400 MIME-Version: 1.0 In-Reply-To: References: <370a02584386944b465deff5ccc48c8919b23dba.1466769907.git.ksenija.stanojevic@gmail.com> <20160628162834.GF29166@dell> <20160713124935.GC11154@dell> <5bddd461-90e3-3116-8d18-fae51bf39310@denx.de> <397621614.8135.5a20a815-9153-4587-9aeb-f2a7fc5a4ff5.open-xchange@email.1und1.de> From: =?UTF-8?Q?Ksenija_Stanojevi=C4=87?= Date: Wed, 3 Aug 2016 21:45:08 +0200 Message-ID: Subject: Re: [PATCH v3 1/4] mfd: mxs-lradc: Add support for mxs-lradc MFD To: Marek Vasut Cc: Fabio Estevam , Stefan Wahren , Lee Jones , linux-input@vger.kernel.org, Peter Meerwald-Stadler , Jonathan Cameron , linux-kernel , Hartmut Knaack , Lars-Peter Clausen , Dmitry Torokhov , Fabio Estevam , linux-iio@vger.kernel.org, Harald Geyer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 3, 2016 at 9:39 PM, Marek Vasut wrote: > On 08/03/2016 09:34 PM, Ksenija Stanojević wrote: >> On Wed, Aug 3, 2016 at 9:13 PM, Marek Vasut wrote: >>> On 08/03/2016 06:45 PM, Ksenija Stanojević wrote: >>>> Hi Fabio, >>> >>> Hi, >>> >>>> On Wed, Aug 3, 2016 at 6:35 PM, Fabio Estevam wrote: >>>>> Hi Ksenija, >>>>> >>>>> On Wed, Aug 3, 2016 at 1:32 PM, Ksenija Stanojević >>>>> wrote: >>>>> >>>>>> Can someone with imx23 board send me /proc/interrupts log, I >>>>>> need irq numbers... >>>>> >>>>> Can't you get them from the MX23 Reference Manual (Table 5-1. i.MX23 >>>>> Interrupt Sources)? >>>> >>>> I thought it will be more reliable if I asked someone, since numbers from MX28 >>>> manual don't match with /proc/interrupts log. >>>> >>> What do you mean they don't match ? Please elaborate. >> >> irqs don't have the same values in Table 5.1 in MX28 manual and in >> /proc/interrupts >> output. >> >> For example: >> touchscreen irq in MX28 manual have these values: >> 10 (source number) and 0x0028 (vector number) >> >> in /proc/interrupts: >> 210: 0 - 10 Edge mxs-lradc-touchscreen > > I see lradc_touch_irq in the MX28RM is IRQ 10 and it is also 10 in your > /proc/interrupts output . What am I missing ? I was referring to the number of the first column 210, that's the number that I need and cannot find in the Table of the manual.