Re: [PATCH 2/3] mfd: ti-lmu: use managed resource for everything

2018-10-09 Thread Lee Jones
On Tue, 11 Sep 2018, Pavel Machek wrote: > This replaces all remaining unmanaged resources with device > managed ones, so that the remove function is no longer needed. > This makes the code slightly shorter and fixes two problems: > > 1. The hardware is disabled after the child devices have

[PATCH 2/3] mfd: ti-lmu: use managed resource for everything

2018-09-11 Thread Pavel Machek
This replaces all remaining unmanaged resources with device managed ones, so that the remove function is no longer needed. This makes the code slightly shorter and fixes two problems: 1. The hardware is disabled after the child devices have been removed. Previously there was a potential r