RE: [PATCH 2/5] staging: fsl-mc: define a macro to differentiate root dprc

2015-10-26 Thread Lijun Pan
; Rivera Jose-B46482 > ; Li Yang-Leo-R58472 ; > Wood Scott-B07421 ; ag...@suse.de; Hamciuc > Bogdan-BHAMCIU1 ; Marginean Alexandru-R89243 > ; Sharma Bhupesh-B45370 > ; Erez Nir-RM30794 > ; Schmitt Richard-B43082 > ; dan.carpen...@oracle.com > Subject: Re: [PATCH 2/5] staging:

RE: [PATCH 2/5] staging: fsl-mc: define a macro to differentiate root dprc

2015-10-26 Thread Lijun Pan
AMCIU1 <bhamc...@freescale.com>; Marginean Alexandru-R89243 > <r89...@freescale.com>; Sharma Bhupesh-B45370 > <bhupesh.sha...@freescale.com>; Erez Nir-RM30794 > <nir.e...@freescale.com>; Schmitt Richard-B43082 > <richard.schm...@freescale.com>; dan.carpen...@or

Re: [PATCH 2/5] staging: fsl-mc: define a macro to differentiate root dprc

2015-10-25 Thread Greg KH
On Sun, Oct 25, 2015 at 05:41:20PM -0500, Lijun Pan wrote: > Define is_root_dprc(dev) to tell whether a device is > root dprc or not via platform_bus_type. > > Signed-off-by: Lijun Pan > --- > drivers/staging/fsl-mc/include/mc.h | 10 ++ > 1 file changed, 10 insertions(+) > > diff

Re: [PATCH 2/5] staging: fsl-mc: define a macro to differentiate root dprc

2015-10-25 Thread Greg KH
On Sun, Oct 25, 2015 at 05:41:20PM -0500, Lijun Pan wrote: > Define is_root_dprc(dev) to tell whether a device is > root dprc or not via platform_bus_type. > > Signed-off-by: Lijun Pan > --- > drivers/staging/fsl-mc/include/mc.h | 10 ++ > 1 file changed, 10