From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 1/2] ARM/MVF600: add Vybrid Family platform support
Date: Thu, 02 May 2013 09:53:17 -0700 [thread overview]
Message-ID: <20130502165317.7790.1722@quantum> (raw)
In-Reply-To: <1367480285-26159-2-git-send-email-b35083@freescale.com>
Quoting Jingchang Lu (2013-05-02 00:38:04)
> diff --git a/arch/arm/mach-imx/clk-mvf.c b/arch/arm/mach-imx/clk-mvf.c
> new file mode 100644
> index 0000000..1467a304
> --- /dev/null
> +++ b/arch/arm/mach-imx/clk-mvf.c
> @@ -0,0 +1,406 @@
> +/*
> + * Copyright 2012-2013 Freescale Semiconductor, Inc.
> + *
> + * 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; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + */
> +
> +#include <linux/kernel.h>
> +#include <linux/init.h>
> +#include <linux/types.h>
> +#include <linux/time.h>
> +#include <linux/hrtimer.h>
> +#include <linux/mm.h>
> +#include <linux/errno.h>
> +#include <linux/delay.h>
> +#include <linux/clk.h>
> +#include <linux/device.h>
> +#include <linux/io.h>
> +#include <linux/ioport.h>
> +#include <linux/clkdev.h>
> +#include <linux/regulator/consumer.h>
> +#include <asm/div64.h>
> +#include <linux/clk-provider.h>
> +#include <linux/clk-private.h>
Please do not use clk-private.h. I plan to remove it soon.
Regards,
Mike
next prev parent reply other threads:[~2013-05-02 16:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-02 7:38 [PATCH V2 0/2] ARM/MVF600: add Freescale Vybrid Family platform and development board support This Vybird MVF600 family is a heterogeneous dual-core eMPU family combining the ARM Cortex-A5 and Corte-M4 cores. This SOC still shares some IPs with Iscale Vybrid Family SOC and Vybrid Tower development board Jingchang Lu
2013-05-02 7:38 ` [PATCH V2 1/2] ARM/MVF600: add Vybrid Family platform support Jingchang Lu
2013-05-02 8:52 ` Sascha Hauer
2013-05-02 9:20 ` Lu Jingchang-B35083
2013-05-02 16:53 ` Mike Turquette [this message]
2013-05-03 7:41 ` Shawn Guo
2013-05-08 7:26 ` Lu Jingchang-B35083
2013-05-08 14:38 ` Shawn Guo
2013-05-08 18:03 ` Russell King - ARM Linux
2013-05-02 7:38 ` [PATCH V2 2/2] ARM/DTS/MVF600: add basic device tree source for Vybrid Jingchang Lu
2013-05-02 8:56 ` Sascha Hauer
2013-05-06 2:38 ` Shawn Guo
2013-05-03 2:40 ` [PATCH V2 0/2] ARM/MVF600: add Freescale Vybrid Family platform and development board support This Vybird MVF600 family is a heterogeneous dual-core eMPU family combining the ARM Cortex-A5 and Corte-M4 cores. This SOC still shares some IPs with Iscale Vybrid Family SOC and Vybrid Tower development board Shawn Guo
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=20130502165317.7790.1722@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.