Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-17 Thread Lokesh Vutla
On 17/02/20 6:35 PM, Anatolij Gustschin wrote: > On Thu, 13 Feb 2020 18:12:12 +0100 > Neil Armstrong narmstr...@baylibre.com wrote: > >> Hi, >> >> On 03/02/2020 14:59, Oliver Graute wrote: >>> The conga-imx8 board isn't booting without this revert. Can someone tell me >>> what I need to Do so t

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-17 Thread Anatolij Gustschin
On Fri, 14 Feb 2020 09:50:54 +0530 Lokesh Vutla lokeshvu...@ti.com wrote: > On 13/02/20 10:42 PM, Neil Armstrong wrote: > > Hi, > > > > On 03/02/2020 14:59, Oliver Graute wrote: > >> The conga-imx8 board isn't booting without this revert. Can someone tell me > >> what I need to Do so that this

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-17 Thread Anatolij Gustschin
On Thu, 13 Feb 2020 18:12:12 +0100 Neil Armstrong narmstr...@baylibre.com wrote: > Hi, > > On 03/02/2020 14:59, Oliver Graute wrote: > > The conga-imx8 board isn't booting without this revert. Can someone tell me > > what I need to Do so that this revert is not necessary? > > > > This reverts co

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-17 Thread Neil Armstrong
On 14/02/2020 05:20, Lokesh Vutla wrote: > > > On 13/02/20 10:42 PM, Neil Armstrong wrote: >> Hi, >> >> On 03/02/2020 14:59, Oliver Graute wrote: >>> The conga-imx8 board isn't booting without this revert. Can someone tell me >>> what I need to Do so that this revert is not necessary? > > Can yo

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Oliver Graute
On 14/02/20, Anatolij Gustschin wrote: > On Fri, 14 Feb 2020 09:50:54 +0530 > Lokesh Vutla lokeshvu...@ti.com wrote: > > > On 13/02/20 10:42 PM, Neil Armstrong wrote: > > > Hi, > > > > > > On 03/02/2020 14:59, Oliver Graute wrote: > > >> The conga-imx8 board isn't booting without this revert. C

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Oliver Graute
On 14/02/20, Lokesh Vutla wrote: > > > On 14/02/20 2:48 PM, Oliver Graute wrote: > > On 14/02/20, Lokesh Vutla wrote: > >> > >> > >> On 13/02/20 10:42 PM, Neil Armstrong wrote: > >>> Hi, > >>> > >>> On 03/02/2020 14:59, Oliver Graute wrote: > The conga-imx8 board isn't booting without this r

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Lokesh Vutla
On 14/02/20 3:31 PM, Anatolij Gustschin wrote: > On Fri, 14 Feb 2020 09:50:54 +0530 > Lokesh Vutla lokeshvu...@ti.com wrote: > >> On 13/02/20 10:42 PM, Neil Armstrong wrote: >>> Hi, >>> >>> On 03/02/2020 14:59, Oliver Graute wrote: The conga-imx8 board isn't booting without this revert.

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Anatolij Gustschin
On Fri, 14 Feb 2020 11:01:54 +0100 Anatolij Gustschin ag...@denx.de wrote: ... > My original patch v3 had this additional condition for power domain off: > > (device_get_uclass_id(dev) != UCLASS_POWER_DOMAIN) The debug log generated without the above condition: device_remove: OFF 'clk', uclass

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Anatolij Gustschin
On Fri, 14 Feb 2020 09:50:54 +0530 Lokesh Vutla lokeshvu...@ti.com wrote: > On 13/02/20 10:42 PM, Neil Armstrong wrote: > > Hi, > > > > On 03/02/2020 14:59, Oliver Graute wrote: > >> The conga-imx8 board isn't booting without this revert. Can someone tell me > >> what I need to Do so that this

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Lokesh Vutla
On 14/02/20 2:48 PM, Oliver Graute wrote: > On 14/02/20, Lokesh Vutla wrote: >> >> >> On 13/02/20 10:42 PM, Neil Armstrong wrote: >>> Hi, >>> >>> On 03/02/2020 14:59, Oliver Graute wrote: The conga-imx8 board isn't booting without this revert. Can someone tell me what I need to Do so t

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-14 Thread Oliver Graute
On 14/02/20, Lokesh Vutla wrote: > > > On 13/02/20 10:42 PM, Neil Armstrong wrote: > > Hi, > > > > On 03/02/2020 14:59, Oliver Graute wrote: > >> The conga-imx8 board isn't booting without this revert. Can someone tell me > >> what I need to Do so that this revert is not necessary? > > Can you

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-13 Thread Lokesh Vutla
On 13/02/20 10:42 PM, Neil Armstrong wrote: > Hi, > > On 03/02/2020 14:59, Oliver Graute wrote: >> The conga-imx8 board isn't booting without this revert. Can someone tell me >> what I need to Do so that this revert is not necessary? Can you give more details on where the failure is happening?

Re: [RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-13 Thread Neil Armstrong
Hi, On 03/02/2020 14:59, Oliver Graute wrote: > The conga-imx8 board isn't booting without this revert. Can someone tell me > what I need to Do so that this revert is not necessary? > > This reverts commit 52edfed65de967a86983a55c51ba0727090efc43. > --- > drivers/core/device-remove.c | 5 - >

[RFC 2/2] Revert "dm: core: device: switch off power domain after device removal"

2020-02-03 Thread Oliver Graute
The conga-imx8 board isn't booting without this revert. Can someone tell me what I need to Do so that this revert is not necessary? This reverts commit 52edfed65de967a86983a55c51ba0727090efc43. --- drivers/core/device-remove.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/core/d