Re: [PATCH v2 5/5] fpga: region: return NOTIFY_STOP if overlay shoud be accepted

2017-12-08 Thread Alan Tull
On Thu, Dec 7, 2017 at 5:27 PM, Moritz Fischer wrote: > On Wed, Nov 15, 2017 at 02:51:52PM -0600, Alan Tull wrote: >> Recent changes to the Device Tree overlay notifier code have changed >> how notifier return codes are interpreted, requiring a NOTIFY_STOP to >> signal that the

Re: [PATCH v2 5/5] fpga: region: return NOTIFY_STOP if overlay shoud be accepted

2017-12-08 Thread Alan Tull
On Thu, Dec 7, 2017 at 5:27 PM, Moritz Fischer wrote: > On Wed, Nov 15, 2017 at 02:51:52PM -0600, Alan Tull wrote: >> Recent changes to the Device Tree overlay notifier code have changed >> how notifier return codes are interpreted, requiring a NOTIFY_STOP to >> signal that the overlay should be

Re: [PATCH v2 5/5] fpga: region: return NOTIFY_STOP if overlay shoud be accepted

2017-12-07 Thread Moritz Fischer
On Wed, Nov 15, 2017 at 02:51:52PM -0600, Alan Tull wrote: > Recent changes to the Device Tree overlay notifier code have changed > how notifier return codes are interpreted, requiring a NOTIFY_STOP to > signal that the overlay should be accepted. This commit makes the > appropriate change to the

Re: [PATCH v2 5/5] fpga: region: return NOTIFY_STOP if overlay shoud be accepted

2017-12-07 Thread Moritz Fischer
On Wed, Nov 15, 2017 at 02:51:52PM -0600, Alan Tull wrote: > Recent changes to the Device Tree overlay notifier code have changed > how notifier return codes are interpreted, requiring a NOTIFY_STOP to > signal that the overlay should be accepted. This commit makes the > appropriate change to the

[PATCH v2 5/5] fpga: region: return NOTIFY_STOP if overlay shoud be accepted

2017-11-15 Thread Alan Tull
Recent changes to the Device Tree overlay notifier code have changed how notifier return codes are interpreted, requiring a NOTIFY_STOP to signal that the overlay should be accepted. This commit makes the appropriate change to the FPGA region's Device Tree overlay notifier. Fixes: 24789c5ce5a3

[PATCH v2 5/5] fpga: region: return NOTIFY_STOP if overlay shoud be accepted

2017-11-15 Thread Alan Tull
Recent changes to the Device Tree overlay notifier code have changed how notifier return codes are interpreted, requiring a NOTIFY_STOP to signal that the overlay should be accepted. This commit makes the appropriate change to the FPGA region's Device Tree overlay notifier. Fixes: 24789c5ce5a3