From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 11:10:53 +0200 Subject: [U-Boot] [PATCH V2 3/4] dm: core: device: enable power domain in probe In-Reply-To: <20180727022039.11147-3-peng.fan@nxp.com> References: <20180727022039.11147-1-peng.fan@nxp.com> <20180727022039.11147-3-peng.fan@nxp.com> Message-ID: <20180806111053.5b117da0@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Jul 2018 10:20:38 +0800 Peng Fan peng.fan at nxp.com wrote: > Enable power domain associated with the device when probe. > > Signed-off-by: Peng Fan > Reviewed-by: Simon Glass > --- > > V2: > Add review tag > > drivers/core/device.c | 7 +++++++ > 1 file changed, 7 insertions(+) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij