Re: [PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-05-06 Thread majun (F)
Hi Marc: 在 2016/5/6 15:32, Marc Zyngier 写道: > On 06/05/16 02:12, majun (F) wrote: >> Hi Marc: >> >> 在 2016/5/5 22:49, Marc Zyngier 写道: >>> On 22/03/16 03:10, majun (F) wrote: 在 2016/3/21 18:29, Thomas Gleixner 写道: > On Thu, 17 Mar 2016, MaJun wrote: >> This patch set is used

Re: [PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-05-06 Thread Marc Zyngier
On 06/05/16 02:12, majun (F) wrote: > Hi Marc: > > 在 2016/5/5 22:49, Marc Zyngier 写道: >> On 22/03/16 03:10, majun (F) wrote: >>> >>> >>> 在 2016/3/21 18:29, Thomas Gleixner 写道: On Thu, 17 Mar 2016, MaJun wrote: > This patch set is used to fix the problem of remap a set of registers > r

Re: [PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-05-05 Thread majun (F)
Hi Marc: 在 2016/5/5 22:49, Marc Zyngier 写道: > On 22/03/16 03:10, majun (F) wrote: >> >> >> 在 2016/3/21 18:29, Thomas Gleixner 写道: >>> On Thu, 17 Mar 2016, MaJun wrote: This patch set is used to fix the problem of remap a set of registers repeatedly in current mbigen driver. i

Re: [PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-05-05 Thread Marc Zyngier
On 22/03/16 03:10, majun (F) wrote: > > > 在 2016/3/21 18:29, Thomas Gleixner 写道: >> On Thu, 17 Mar 2016, MaJun wrote: >>> This patch set is used to fix the problem of remap a set of registers >>> repeatedly in current mbigen driver. >>> >>> irqchip/mbigen:Change the mbigen node definition in dt

Re: [PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-03-21 Thread majun (F)
在 2016/3/21 18:29, Thomas Gleixner 写道: > On Thu, 17 Mar 2016, MaJun wrote: >> This patch set is used to fix the problem of remap a set of registers >> repeatedly in current mbigen driver. >> >> irqchip/mbigen:Change the mbigen node definition in dt binding file >> irqchip/mbigen:Change the mb

Re: [PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-03-21 Thread Thomas Gleixner
On Thu, 17 Mar 2016, MaJun wrote: > This patch set is used to fix the problem of remap a set of registers > repeatedly in current mbigen driver. > > irqchip/mbigen:Change the mbigen node definition in dt binding file > irqchip/mbigen:Change the mbigen driver based on the new mbigen node > defi

[PATCH v3 0/2] irqchip/mbigen: fix the IO remap problem in mbigen driver.

2016-03-19 Thread MaJun
From: Ma Jun This patch set is used to fix the problem of remap a set of registers repeatedly in current mbigen driver. Changes in v3: --- Change the log to make more detail description about the IO remap problem. Changes in v2: --- Change the mbigen device node definition as Mark sugge