RE: [PATCH v2] soc: imx: Break dependency on SOC_IMX8MQ for GPCv2

2019-01-11 Thread Aisheng Dong
> From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Saturday, January 12, 2019 11:09 AM > On Sun, Dec 23, 2018 at 01:20:34PM +, Abel Vesa wrote: > > Since this is going to be used on more SoCs than just i.MX8MQ, make > > the dependency here more generic. > > > > Signed-off-by: Abel Vesa >

Re: [PATCH v2] soc: imx: Break dependency on SOC_IMX8MQ for GPCv2

2019-01-11 Thread Shawn Guo
On Sun, Dec 23, 2018 at 01:20:34PM +, Abel Vesa wrote: > Since this is going to be used on more SoCs than just i.MX8MQ, > make the dependency here more generic. > > Signed-off-by: Abel Vesa > Reviewed-by: Dong Aisheng > --- > Changes since v1: > * removed the SOC_IMX7D since it's included

[PATCH v2] soc: imx: Break dependency on SOC_IMX8MQ for GPCv2

2018-12-23 Thread Abel Vesa
Since this is going to be used on more SoCs than just i.MX8MQ, make the dependency here more generic. Signed-off-by: Abel Vesa Reviewed-by: Dong Aisheng --- Changes since v1: * removed the SOC_IMX7D since it's included by ARCH_MXC as suggested by Dong Aisheng. drivers/soc/imx/Kconfig | 2