Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1243089

Re: [PATCH 02/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH 02/10] clk: nsp: add clock support for Broadcom Northstar Plus SoC
Date 2015-10-09 09:40 +0200
Message-ID <qhArv-3UI-1@gated-at.bofh.it> (permalink)
References <qfht0-oF-3@gated-at.bofh.it> <qfht1-oF-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 10/02, Jon Mason wrote:
> diff --git a/drivers/clk/bcm/clk-nsp.c b/drivers/clk/bcm/clk-nsp.c
> new file mode 100644
> index 0000000..708961a
> --- /dev/null
> +++ b/drivers/clk/bcm/clk-nsp.c
> @@ -0,0 +1,139 @@
> +/*
> + * Copyright (C) 2015 Broadcom Corporation
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation version 2.
> + *
> + * This program is distributed "as is" WITHOUT ANY WARRANTY of any
> + * kind, whether express or implied; without even the implied warranty
> + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> + * GNU General Public License for more details.
> + */
> +
> +#include <linux/kernel.h>
> +#include <linux/err.h>
> +#include <linux/clk-provider.h>
> +#include <linux/io.h>
> +#include <linux/of.h>
> +#include <linux/clkdev.h>

Is this used?

> +#include <linux/of_address.h>
> +#include <linux/delay.h>

Is this used?

> +
> +#include <dt-bindings/clock/bcm-nsp.h>
> +#include "clk-iproc.h"

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH 02/10] clk: nsp: add clock support for Broadcom Northstar  Plus SoC Stephen Boyd <sboyd@codeaurora.org> - 2015-10-09 09:40 +0200
  Re: [PATCH 02/10] clk: nsp: add clock support for Broadcom Northstar  Plus SoC Jon Mason <jonmason@broadcom.com> - 2015-10-09 20:00 +0200

csiph-web