From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 20 Apr 2020 17:02:16 +0800 Subject: [PATCH v6 08/17] clk: sifive: fu540-prci: Add clock enable and disable ops In-Reply-To: <20200329170538.25449-9-pragnesh.patel@sifive.com> References: <20200329170538.25449-1-pragnesh.patel@sifive.com> <20200329170538.25449-9-pragnesh.patel@sifive.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Mar 30, 2020 at 1:07 AM Pragnesh Patel wrote: > > Added clock enable and disable functions in prci ops > > Signed-off-by: Pragnesh Patel > --- > drivers/clk/sifive/fu540-prci.c | 100 ++++++++++++++++++++++++++++---- > 1 file changed, 88 insertions(+), 12 deletions(-) > Reviewed-by: Bin Meng