From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: meson: add basic infrastructure for clocks
Date: Wed, 19 Nov 2014 14:42:24 -0800 [thread overview]
Message-ID: <20141119224224.25314.58901@quantum> (raw)
In-Reply-To: <1416393143-20434-2-git-send-email-carlo@caione.org>
Quoting Carlo Caione (2014-11-19 02:32:20)
> diff --git a/drivers/clk/meson/clk-pll.c b/drivers/clk/meson/clk-pll.c
> new file mode 100644
> index 0000000..5b6d064
> --- /dev/null
> +++ b/drivers/clk/meson/clk-pll.c
> @@ -0,0 +1,298 @@
> +/*
> + * Copyright (c) 2014 Carlo Caione <carlo@caione.org>
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms and conditions of the GNU General Public License,
> + * version 2, as published by the Free Software Foundation.
> + *
> + * This program is distributed in the hope it will be useful, but WITHOUT
> + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
> + * more details.
> + *
> + * You should have received a copy of the GNU General Public License along with
> + * this program. If not, see <http://www.gnu.org/licenses/>.
> + */
> +
> +#include <linux/clk-provider.h>
> +#include <linux/clkdev.h>
> +#include <linux/delay.h>
> +#include <linux/err.h>
All of the headers below are unnecessary. Copy/paste? I didn't bother to
check the ones above.
> +#include <linux/io.h>
> +#include <linux/module.h>
> +#include <linux/of_address.h>
> +#include <linux/slab.h>
> +#include <linux/string.h>
Regards,
Mike
next prev parent reply other threads:[~2014-11-19 22:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-19 10:32 [PATCH 0/4] ARM: meson: add clock/reset controller Carlo Caione
2014-11-19 10:32 ` [PATCH 1/4] ARM: meson: add basic infrastructure for clocks Carlo Caione
2014-11-19 22:30 ` Mike Turquette
2014-11-19 22:48 ` Carlo Caione
2014-11-19 22:42 ` Mike Turquette [this message]
2014-11-19 22:51 ` Carlo Caione
2014-11-19 10:32 ` [PATCH 2/4] ARM: meson: add reset controller Carlo Caione
2014-11-19 10:32 ` [PATCH 3/4] ARM: meson: enable reset controller in kconfig Carlo Caione
2014-11-19 10:32 ` [PATCH 4/4] ARM: meson: add documentation for reset/clock controller Carlo Caione
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141119224224.25314.58901@quantum \
--to=mturquette@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox