Re: [PATCH] bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structure

2020-11-24 Thread Ioana Ciornei
On Tue, Nov 24, 2020 at 01:12:00PM +0200, laurentiu.tu...@nxp.com wrote: > From: Laurentiu Tudor > > 'type' and 'flags' fields were missing from dprc_rsp_get_obj_region > structure therefore the MC Bus driver was not receiving proper flags > from MC like DPRC_REGION_CACHEABLE. > >

[PATCH] bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structure

2020-11-24 Thread laurentiu . tudor
From: Laurentiu Tudor 'type' and 'flags' fields were missing from dprc_rsp_get_obj_region structure therefore the MC Bus driver was not receiving proper flags from MC like DPRC_REGION_CACHEABLE. Signed-off-by: Cristian Sovaiala Signed-off-by: Laurentiu Tudor --- drivers/bus/fsl-mc/dprc.c