Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-17 Thread Jyri Sarha
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 10/05/17 11:33, Jyri Sarha wrote: > On 10/05/17 09:53, Tomi Valkeinen wrote: >> On 04/10/17 17:56, Rob Herring wrote: >>> On Mon, Oct 2, 2017 at 10:53 PM, wrote: >

Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-16 Thread Rob Herring
On Fri, Oct 13, 2017 at 5:03 PM, Frank Rowand wrote: > Hi Rob, > > On 10/02/17 20:53, frowand.l...@gmail.com wrote: >> From: Frank Rowand >> >> I have found the device tree overlay code to be difficult to read and >> maintain. This patch series attempts to improve that situation. >> >> The clean

Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-15 Thread Frank Rowand
Hi Rob, On 10/02/17 20:53, frowand.l...@gmail.com wrote: > From: Frank Rowand > > I have found the device tree overlay code to be difficult to read and > maintain. This patch series attempts to improve that situation. > > The cleanup includes some changes visible to users of overlays. The > o

Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-05 Thread Rob Herring
On Thu, Oct 5, 2017 at 1:53 AM, Tomi Valkeinen wrote: > > Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. > Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki > > On 04/10/17 17:56, Rob Herring wrote: >> On Mon, Oct 2, 2017 at 10:53 PM, wrote: >>> From: Frank Rowand

Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-05 Thread Jyri Sarha
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 10/05/17 09:53, Tomi Valkeinen wrote: > On 04/10/17 17:56, Rob Herring wrote: >> On Mon, Oct 2, 2017 at 10:53 PM, wrote: >>> From: Frank Rowand >>> >>> I have fou

Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-04 Thread Tomi Valkeinen
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 04/10/17 17:56, Rob Herring wrote: > On Mon, Oct 2, 2017 at 10:53 PM, wrote: >> From: Frank Rowand >> >> I have found the device tree overlay code to be difficult

Re: [PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-04 Thread Rob Herring
On Mon, Oct 2, 2017 at 10:53 PM, wrote: > From: Frank Rowand > > I have found the device tree overlay code to be difficult to read and > maintain. This patch series attempts to improve that situation. > > The cleanup includes some changes visible to users of overlays. The > only in kernel user

[PATCH 00/12] of: overlay: clean up device tree overlay code

2017-10-03 Thread frowand . list
From: Frank Rowand I have found the device tree overlay code to be difficult to read and maintain. This patch series attempts to improve that situation. The cleanup includes some changes visible to users of overlays. The only in kernel user of overlays is fixed up for those changes. The in ke