From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 14:40:31 +0200 Subject: [U-Boot] [PATCH 2/2] i2c: imx_lpi2c: add uclass api support In-Reply-To: <20180717123833.28346-2-peng.fan@nxp.com> References: <20180717123833.28346-1-peng.fan@nxp.com> <20180717123833.28346-2-peng.fan@nxp.com> Message-ID: <20180806144031.0eba975b@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 Tue, 17 Jul 2018 20:38:33 +0800 Peng Fan peng.fan at nxp.com wrote: > Use uclass clk api to get per clk when CONFIG_CLK enabled. > > Signed-off-by: Peng Fan > --- > drivers/i2c/imx_lpi2c.c | 47 ++++++++++++++++++++++++++++++++++++++++------- > include/imx_lpi2c.h | 3 +++ > 2 files changed, 43 insertions(+), 7 deletions(-) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij