Re: [PATCH v5 3/4] ARM: dts: imx7d.dtsi: add ADC support

2015-12-13 Thread Shawn Guo
On Sat, Dec 12, 2015 at 04:27:40PM +, Jonathan Cameron wrote: > On 08/12/15 10:26, Haibo Chen wrote: > > Add imx7d ADC support. > > > > Signed-off-by: Haibo Chen > The driver is now working its way in the direction of linux-next via > Greg KHs tree. I'm happy to take these changes as well,

Re: [PATCH v5 3/4] ARM: dts: imx7d.dtsi: add ADC support

2015-12-13 Thread Shawn Guo
On Sat, Dec 12, 2015 at 04:27:40PM +, Jonathan Cameron wrote: > On 08/12/15 10:26, Haibo Chen wrote: > > Add imx7d ADC support. > > > > Signed-off-by: Haibo Chen > The driver is now working its way in the direction of linux-next via > Greg KHs tree. I'm happy to

Re: [PATCH v5 3/4] ARM: dts: imx7d.dtsi: add ADC support

2015-12-12 Thread Jonathan Cameron
On 08/12/15 10:26, Haibo Chen wrote: > Add imx7d ADC support. > > Signed-off-by: Haibo Chen The driver is now working its way in the direction of linux-next via Greg KHs tree. I'm happy to take these changes as well, but would imagine they are better routed through the relevant imx trees.

Re: [PATCH v5 3/4] ARM: dts: imx7d.dtsi: add ADC support

2015-12-12 Thread Jonathan Cameron
On 08/12/15 10:26, Haibo Chen wrote: > Add imx7d ADC support. > > Signed-off-by: Haibo Chen The driver is now working its way in the direction of linux-next via Greg KHs tree. I'm happy to take these changes as well, but would imagine they are better routed through the

[PATCH v5 3/4] ARM: dts: imx7d.dtsi: add ADC support

2015-12-08 Thread Haibo Chen
Add imx7d ADC support. Signed-off-by: Haibo Chen --- arch/arm/boot/dts/imx7d.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index ebc053a..aa0624d 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++

[PATCH v5 3/4] ARM: dts: imx7d.dtsi: add ADC support

2015-12-08 Thread Haibo Chen
Add imx7d ADC support. Signed-off-by: Haibo Chen --- arch/arm/boot/dts/imx7d.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index ebc053a..aa0624d 100644 ---