Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-08-01 Thread Masahiro Yamada
Hi Marc, 2016-08-01 16:46 GMT+09:00 Marc Zyngier : > On 01/08/16 02:28, Masahiro Yamada wrote: >> 2016-07-29 17:10 GMT+09:00 Marc Zyngier : >>> On 29/07/16 04:53, Masahiro Yamada wrote: Hi. I noticed my board would not work any more

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-08-01 Thread Masahiro Yamada
Hi Marc, 2016-08-01 16:46 GMT+09:00 Marc Zyngier : > On 01/08/16 02:28, Masahiro Yamada wrote: >> 2016-07-29 17:10 GMT+09:00 Marc Zyngier : >>> On 29/07/16 04:53, Masahiro Yamada wrote: Hi. I noticed my board would not work any more when pulling recent updates.

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-08-01 Thread Marc Zyngier
On 01/08/16 02:28, Masahiro Yamada wrote: > 2016-07-29 17:10 GMT+09:00 Marc Zyngier : >> On 29/07/16 04:53, Masahiro Yamada wrote: >>> Hi. >>> >>> >>> I noticed my board would not work any more >>> when pulling recent updates. >>> >>> >>> I did "git-bisect" and I found the

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-08-01 Thread Marc Zyngier
On 01/08/16 02:28, Masahiro Yamada wrote: > 2016-07-29 17:10 GMT+09:00 Marc Zyngier : >> On 29/07/16 04:53, Masahiro Yamada wrote: >>> Hi. >>> >>> >>> I noticed my board would not work any more >>> when pulling recent updates. >>> >>> >>> I did "git-bisect" and I found the following commit is it.

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-31 Thread Masahiro Yamada
Hi Jon, 2016-07-29 17:31 GMT+09:00 Jon Hunter : > > On 29/07/16 04:53, Masahiro Yamada wrote: >> Hi. >> >> I noticed my board would not work any more >> when pulling recent updates. >> >> I did "git-bisect" and I found the following commit is it. >> >> commit

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-31 Thread Masahiro Yamada
Hi Jon, 2016-07-29 17:31 GMT+09:00 Jon Hunter : > > On 29/07/16 04:53, Masahiro Yamada wrote: >> Hi. >> >> I noticed my board would not work any more >> when pulling recent updates. >> >> I did "git-bisect" and I found the following commit is it. >> >> commit

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-31 Thread Masahiro Yamada
2016-07-29 17:10 GMT+09:00 Marc Zyngier : > On 29/07/16 04:53, Masahiro Yamada wrote: >> Hi. >> >> >> I noticed my board would not work any more >> when pulling recent updates. >> >> >> I did "git-bisect" and I found the following commit is it. > > It would help if you did

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-31 Thread Masahiro Yamada
2016-07-29 17:10 GMT+09:00 Marc Zyngier : > On 29/07/16 04:53, Masahiro Yamada wrote: >> Hi. >> >> >> I noticed my board would not work any more >> when pulling recent updates. >> >> >> I did "git-bisect" and I found the following commit is it. > > It would help if you did post the log showing the

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-29 Thread Jon Hunter
On 29/07/16 04:53, Masahiro Yamada wrote: > Hi. > > I noticed my board would not work any more > when pulling recent updates. > > I did "git-bisect" and I found the following commit is it. > > commit 1e2a7d78499ec8859d2b469051b7b80bad3b08aa > Author: Jon Hunter > Date:

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-29 Thread Jon Hunter
On 29/07/16 04:53, Masahiro Yamada wrote: > Hi. > > I noticed my board would not work any more > when pulling recent updates. > > I did "git-bisect" and I found the following commit is it. > > commit 1e2a7d78499ec8859d2b469051b7b80bad3b08aa > Author: Jon Hunter > Date: Tue Jun 7 16:12:28

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-29 Thread Marc Zyngier
On 29/07/16 04:53, Masahiro Yamada wrote: > Hi. > > > I noticed my board would not work any more > when pulling recent updates. > > > I did "git-bisect" and I found the following commit is it. It would help if you did post the log showing the failure. What if you apply the following patch:

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-29 Thread Marc Zyngier
On 29/07/16 04:53, Masahiro Yamada wrote: > Hi. > > > I noticed my board would not work any more > when pulling recent updates. > > > I did "git-bisect" and I found the following commit is it. It would help if you did post the log showing the failure. What if you apply the following patch:

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-28 Thread Masahiro Yamada
Hi. I noticed my board would not work any more when pulling recent updates. I did "git-bisect" and I found the following commit is it. commit 1e2a7d78499ec8859d2b469051b7b80bad3b08aa Author: Jon Hunter Date: Tue Jun 7 16:12:28 2016 +0100 irqdomain: Don't set

Re: [PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-07-28 Thread Masahiro Yamada
Hi. I noticed my board would not work any more when pulling recent updates. I did "git-bisect" and I found the following commit is it. commit 1e2a7d78499ec8859d2b469051b7b80bad3b08aa Author: Jon Hunter Date: Tue Jun 7 16:12:28 2016 +0100 irqdomain: Don't set type when mapping an IRQ

[PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-06-07 Thread Jon Hunter
Some IRQ chips, such as GPIO controllers or secondary level interrupt controllers, may require require additional runtime power management control to ensure they are accessible. For such IRQ chips, it makes sense to enable the IRQ chip when interrupts are requested and disabled them again once all

[PATCH V6 3/9] irqdomain: Don't set type when mapping an IRQ

2016-06-07 Thread Jon Hunter
Some IRQ chips, such as GPIO controllers or secondary level interrupt controllers, may require require additional runtime power management control to ensure they are accessible. For such IRQ chips, it makes sense to enable the IRQ chip when interrupts are requested and disabled them again once all