All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Sricharan R <r.sricharan@ti.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	santosh.shilimkar@ti.com, nm@ti.com, rnayak@ti.com,
	linux@arm.linux.org.uk, tglx@linutronix.de, jason@lakedaemon.net,
	joe@perches.com, Benoit Cousson <bcousson@baylibre.com>
Subject: Re: [PATCH V4 2/2] arm: dts: dra7: add crossbar device binding
Date: Thu, 10 Jul 2014 11:28:05 +0530	[thread overview]
Message-ID: <53BE2B6D.1090602@ti.com> (raw)
In-Reply-To: <20140709154417.GC28884@atomide.com>

Hi Tony,
On Wednesday 09 July 2014 09:14 PM, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [140626 03:28]:
>> * Sricharan R <r.sricharan@ti.com> [140626 01:36]:
>>> Hi Tony,
>>>
>>> On Thursday 26 June 2014 01:14 PM, Tony Lindgren wrote:
>>>> * Sricharan R <r.sricharan@ti.com> [140626 00:29]:
>>>>> From: R Sricharan <r.sricharan@ti.com>
>>>>>
>>>>> There is a IRQ crossbar device in the soc, which
>>>>> maps the irq requests from the peripherals to the
>>>>> mpu interrupt controller's inputs. The Peripheral irq
>>>>> requests are connected to only one crossbar
>>>>> input and the output of the crossbar is connected to only one
>>>>> controller's input line. The crossbar device is used to map
>>>>> a peripheral input to a free mpu's interrupt controller line.
>>>>>
>>>>> Here, adding a new crossbar device node and replacing all the peripheral
>>>>> interrupt numbers with its fixed crossbar input lines.
>>>>
>>>> I think these two patches need to be a single patch to avoid
>>>> breaking booting for git bisect inbetween these patches?
>>>   This does not cause booting issues. irq_desc gets allocated linearly,
>>>    but that does not create boot issues.
>>
>> OK
> 
> These are now applied on top of Jason's immutable irqchip branch
> and merged and pushed out into omap-for-v3.17/dt. Can you guys
> please test?
I have tested omap-for-v3.17/dt on DRA7 EVM. Crossbar is working fine.
Looks good to me.

lokesh@a0131933lt:~/working/mainline/linux$ git describe 
v3.16-rc1-34-g6464099

Please find the logs here: http://paste.ubuntu.com/7773616/

Thanks and regards,
Lokesh

> 
> Regards,
> 
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: lokeshvutla@ti.com (Lokesh Vutla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 2/2] arm: dts: dra7: add crossbar device binding
Date: Thu, 10 Jul 2014 11:28:05 +0530	[thread overview]
Message-ID: <53BE2B6D.1090602@ti.com> (raw)
In-Reply-To: <20140709154417.GC28884@atomide.com>

Hi Tony,
On Wednesday 09 July 2014 09:14 PM, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [140626 03:28]:
>> * Sricharan R <r.sricharan@ti.com> [140626 01:36]:
>>> Hi Tony,
>>>
>>> On Thursday 26 June 2014 01:14 PM, Tony Lindgren wrote:
>>>> * Sricharan R <r.sricharan@ti.com> [140626 00:29]:
>>>>> From: R Sricharan <r.sricharan@ti.com>
>>>>>
>>>>> There is a IRQ crossbar device in the soc, which
>>>>> maps the irq requests from the peripherals to the
>>>>> mpu interrupt controller's inputs. The Peripheral irq
>>>>> requests are connected to only one crossbar
>>>>> input and the output of the crossbar is connected to only one
>>>>> controller's input line. The crossbar device is used to map
>>>>> a peripheral input to a free mpu's interrupt controller line.
>>>>>
>>>>> Here, adding a new crossbar device node and replacing all the peripheral
>>>>> interrupt numbers with its fixed crossbar input lines.
>>>>
>>>> I think these two patches need to be a single patch to avoid
>>>> breaking booting for git bisect inbetween these patches?
>>>   This does not cause booting issues. irq_desc gets allocated linearly,
>>>    but that does not create boot issues.
>>
>> OK
> 
> These are now applied on top of Jason's immutable irqchip branch
> and merged and pushed out into omap-for-v3.17/dt. Can you guys
> please test?
I have tested omap-for-v3.17/dt on DRA7 EVM. Crossbar is working fine.
Looks good to me.

lokesh at a0131933lt:~/working/mainline/linux$ git describe 
v3.16-rc1-34-g6464099

Please find the logs here: http://paste.ubuntu.com/7773616/

Thanks and regards,
Lokesh

> 
> Regards,
> 
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Sricharan R <r.sricharan@ti.com>, <linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<santosh.shilimkar@ti.com>, <nm@ti.com>, <rnayak@ti.com>,
	<linux@arm.linux.org.uk>, <tglx@linutronix.de>,
	<jason@lakedaemon.net>, <joe@perches.com>,
	Benoit Cousson <bcousson@baylibre.com>
Subject: Re: [PATCH V4 2/2] arm: dts: dra7: add crossbar device binding
Date: Thu, 10 Jul 2014 11:28:05 +0530	[thread overview]
Message-ID: <53BE2B6D.1090602@ti.com> (raw)
In-Reply-To: <20140709154417.GC28884@atomide.com>

Hi Tony,
On Wednesday 09 July 2014 09:14 PM, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [140626 03:28]:
>> * Sricharan R <r.sricharan@ti.com> [140626 01:36]:
>>> Hi Tony,
>>>
>>> On Thursday 26 June 2014 01:14 PM, Tony Lindgren wrote:
>>>> * Sricharan R <r.sricharan@ti.com> [140626 00:29]:
>>>>> From: R Sricharan <r.sricharan@ti.com>
>>>>>
>>>>> There is a IRQ crossbar device in the soc, which
>>>>> maps the irq requests from the peripherals to the
>>>>> mpu interrupt controller's inputs. The Peripheral irq
>>>>> requests are connected to only one crossbar
>>>>> input and the output of the crossbar is connected to only one
>>>>> controller's input line. The crossbar device is used to map
>>>>> a peripheral input to a free mpu's interrupt controller line.
>>>>>
>>>>> Here, adding a new crossbar device node and replacing all the peripheral
>>>>> interrupt numbers with its fixed crossbar input lines.
>>>>
>>>> I think these two patches need to be a single patch to avoid
>>>> breaking booting for git bisect inbetween these patches?
>>>   This does not cause booting issues. irq_desc gets allocated linearly,
>>>    but that does not create boot issues.
>>
>> OK
> 
> These are now applied on top of Jason's immutable irqchip branch
> and merged and pushed out into omap-for-v3.17/dt. Can you guys
> please test?
I have tested omap-for-v3.17/dt on DRA7 EVM. Crossbar is working fine.
Looks good to me.

lokesh@a0131933lt:~/working/mainline/linux$ git describe 
v3.16-rc1-34-g6464099

Please find the logs here: http://paste.ubuntu.com/7773616/

Thanks and regards,
Lokesh

> 
> Regards,
> 
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


  reply	other threads:[~2014-07-10  5:58 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26  7:25 [PATCH V4 0/2] arm: dts: dra7: add crossbar dt support Sricharan R
2014-06-26  7:25 ` Sricharan R
2014-06-26  7:25 ` Sricharan R
2014-06-26  7:25 ` [PATCH V4 1/2] arm: dts: dra7: add routable-irqs property for gic node Sricharan R
2014-06-26  7:25   ` Sricharan R
2014-06-26  7:25   ` Sricharan R
2014-06-26  7:25 ` [PATCH V4 2/2] arm: dts: dra7: add crossbar device binding Sricharan R
2014-06-26  7:25   ` Sricharan R
2014-06-26  7:25   ` Sricharan R
     [not found]   ` <1403767532-19290-3-git-send-email-r.sricharan-l0cyMroinI0@public.gmane.org>
2014-06-26  7:44     ` Tony Lindgren
2014-06-26  7:44       ` Tony Lindgren
2014-06-26  7:44       ` Tony Lindgren
2014-06-26  8:32       ` Sricharan R
2014-06-26  8:32         ` Sricharan R
2014-06-26  8:32         ` Sricharan R
2014-06-26 10:26         ` Tony Lindgren
2014-06-26 10:26           ` Tony Lindgren
2014-07-09 15:44           ` Tony Lindgren
2014-07-09 15:44             ` Tony Lindgren
2014-07-10  5:58             ` Lokesh Vutla [this message]
2014-07-10  5:58               ` Lokesh Vutla
2014-07-10  5:58               ` Lokesh Vutla
2014-07-10  6:19               ` Tony Lindgren
2014-07-10  6:19                 ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53BE2B6D.1090602@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=joe@perches.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nm@ti.com \
    --cc=r.sricharan@ti.com \
    --cc=rnayak@ti.com \
    --cc=santosh.shilimkar@ti.com \
    --cc=tglx@linutronix.de \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.