Re: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding

2018-12-21 Thread Scott Wood
rashing.org; pau...@samba.org; > > m...@ellerman.id.au; linux-...@vger.kernel.org; > > devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; > > linuxppc-dev@lists.ozlabs.org > > Subject: Re: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding > > > > On Wed

RE: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding

2018-12-11 Thread Andy Tang
kernel.org; > devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; > linuxppc-dev@lists.ozlabs.org > Subject: Re: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding > > On Wed, 2018-10-31 at 14:57 +0800, Yuantian Tang wrote: > > From: Scott Wood > > > > The driv

Re: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding

2018-11-25 Thread Scott Wood
On Wed, 2018-10-31 at 14:57 +0800, Yuantian Tang wrote: > From: Scott Wood > > The driver retains compatibility with old device trees, but we don't > want the old nodes lying around to be copied, or used as a reference > (some of the mux options are incorrect), or even just being clutter. > > Si

RE: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding

2018-11-20 Thread Andy Tang
...@samba.org; > m...@ellerman.id.au; linux-...@vger.kernel.org; > devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; > linuxppc-dev@lists.ozlabs.org; Andy Tang > Subject: [PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding > > From: Scott Wood > > The driver retain

[PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding

2018-10-31 Thread Yuantian Tang
From: Scott Wood The driver retains compatibility with old device trees, but we don't want the old nodes lying around to be copied, or used as a reference (some of the mux options are incorrect), or even just being clutter. Signed-off-by: Scott Wood Signed-off-by: Tang Yuantian --- v3: - upd