Re: [PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-07-20 Thread Rob Herring
On Thu, Jul 12, 2018 at 02:00:07PM -0700, frowand.l...@gmail.com wrote: > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when modules are applied and removed. > This patch implements the cache updates. > >

Re: [PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-07-20 Thread Rob Herring
On Thu, Jul 12, 2018 at 02:00:07PM -0700, frowand.l...@gmail.com wrote: > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when modules are applied and removed. > This patch implements the cache updates. > >

[PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-07-12 Thread frowand . list
From: Frank Rowand A comment in the review of the patch adding the phandle cache said that the cache would have to be updated when modules are applied and removed. This patch implements the cache updates. Fixes: 0b3ce78e90fc ("of: cache phandle nodes to reduce cost of

[PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-07-12 Thread frowand . list
From: Frank Rowand A comment in the review of the patch adding the phandle cache said that the cache would have to be updated when modules are applied and removed. This patch implements the cache updates. Fixes: 0b3ce78e90fc ("of: cache phandle nodes to reduce cost of

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-20 Thread Frank Rowand
On 06/20/18 11:23, Rob Herring wrote: > On Sun, Jun 17, 2018 at 10:03 AM, wrote: >> From: Frank Rowand >> >> A comment in the review of the patch adding the phandle cache said that >> the cache would have to be updated when modules are applied and removed. >> This patch implements the cache

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-20 Thread Frank Rowand
On 06/20/18 11:23, Rob Herring wrote: > On Sun, Jun 17, 2018 at 10:03 AM, wrote: >> From: Frank Rowand >> >> A comment in the review of the patch adding the phandle cache said that >> the cache would have to be updated when modules are applied and removed. >> This patch implements the cache

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-20 Thread Rob Herring
On Sun, Jun 17, 2018 at 10:03 AM, wrote: > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when modules are applied and removed. > This patch implements the cache updates. > > Fixes: 0b3ce78e90fc ("of: cache

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-20 Thread Rob Herring
On Sun, Jun 17, 2018 at 10:03 AM, wrote: > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when modules are applied and removed. > This patch implements the cache updates. > > Fixes: 0b3ce78e90fc ("of: cache

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-18 Thread Alan Tull
On Sun, Jun 17, 2018 at 11:03 AM, wrote: Hi Frank, Thanks again for the fast response while traveling. The RFC looks good in my testing and review. > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-18 Thread Alan Tull
On Sun, Jun 17, 2018 at 11:03 AM, wrote: Hi Frank, Thanks again for the fast response while traveling. The RFC looks good in my testing and review. > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-17 Thread Alan Tull
On Sun, Jun 17, 2018 at 11:03 AM, wrote: Hi Frank, > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when modules are applied and removed. > This patch implements the cache updates. > > Fixes: 0b3ce78e90fc

Re: [RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-17 Thread Alan Tull
On Sun, Jun 17, 2018 at 11:03 AM, wrote: Hi Frank, > From: Frank Rowand > > A comment in the review of the patch adding the phandle cache said that > the cache would have to be updated when modules are applied and removed. > This patch implements the cache updates. > > Fixes: 0b3ce78e90fc

[RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-17 Thread frowand . list
From: Frank Rowand A comment in the review of the patch adding the phandle cache said that the cache would have to be updated when modules are applied and removed. This patch implements the cache updates. Fixes: 0b3ce78e90fc ("of: cache phandle nodes to reduce cost of

[RFC PATCH] of: overlay: update phandle cache on overlay apply and remove

2018-06-17 Thread frowand . list
From: Frank Rowand A comment in the review of the patch adding the phandle cache said that the cache would have to be updated when modules are applied and removed. This patch implements the cache updates. Fixes: 0b3ce78e90fc ("of: cache phandle nodes to reduce cost of