Re: [PATCH v2 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)

2018-08-24 Thread vnkgutta
On 2018-08-23 16:01, Evan Green wrote: On Fri, Aug 17, 2018 at 5:08 PM Venkata Narendra Kumar Gutta wrote: Currently, boradcast base is set to end of the LLCC banks, which may s/boradcast/broadcast/ I'll correct this typo in the next version. not be correct always. As the number of bank

Re: [PATCH v2 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)

2018-08-23 Thread Evan Green
On Fri, Aug 17, 2018 at 5:08 PM Venkata Narendra Kumar Gutta wrote: > > Currently, boradcast base is set to end of the LLCC banks, which may s/boradcast/broadcast/ > not be correct always. As the number of banks may vary for each chipset > and the broadcast base could be at a different address a

[PATCH v2 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)

2018-08-17 Thread Venkata Narendra Kumar Gutta
Currently, boradcast base is set to end of the LLCC banks, which may not be correct always. As the number of banks may vary for each chipset and the broadcast base could be at a different address as well. This info depends on the chipset, so get the broadcast base info from the device tree (DT). Ad