From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Mon, 6 Aug 2018 03:02:12 +0000 Subject: [U-Boot] [PATCH V2 1/4] power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined In-Reply-To: References: <20180727022039.11147-1-peng.fan@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Simon, Jaehoon Would you pick up this patchset? https://patchwork.ozlabs.org/patch/949962/ https://patchwork.ozlabs.org/patch/949963/ https://patchwork.ozlabs.org/patch/949964/ https://patchwork.ozlabs.org/patch/949965/ Thanks, Peng. > -----Original Message----- > From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass > Sent: 2018年7月30日 21:27 > To: Peng Fan > Cc: Jaehoon Chung ; U-Boot Mailing List > ; dl-linux-imx > Subject: Re: [PATCH V2 1/4] power-domain: add dummy functions when > CONFIG_POWER_DOMAIN not defined > > On 26 July 2018 at 20:20, Peng Fan wrote: > > Add dummy functions when CONFIG_POWER_DOMAIN not defined. > > > > Signed-off-by: Peng Fan > > --- > > > > V2: Use CONFIG_IS_ENABLED > > > > include/power-domain.h | 28 ++++++++++++++++++++++++++++ > > 1 file changed, 28 insertions(+) > > Reviewed-by: Simon Glass