Re: [PATCH 1/5] irqchip: gicv3-its: allocate proper size for DT

2015-01-30 Thread Yun Wu (Abel)
On 2015/1/31 3:10, Marc Zyngier wrote: > On 30/01/15 07:46, Yun Wu wrote: >> A hardware implementation may be designed to search the device >> table (DT) using a direct mapping between device ID and memory >> address, and in this scenario a single page, currently allocated >> for DT in ITS driver,

Re: [PATCH 1/5] irqchip: gicv3-its: allocate proper size for DT

2015-01-30 Thread Marc Zyngier
On 30/01/15 07:46, Yun Wu wrote: > A hardware implementation may be designed to search the device > table (DT) using a direct mapping between device ID and memory > address, and in this scenario a single page, currently allocated > for DT in ITS driver, will be probably not enough. > > This patch