From: gerg@uclinux.org (Greg Ungerer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: imx: add IMX50 SoC support
Date: Fri, 25 Oct 2013 22:53:37 +1000 [thread overview]
Message-ID: <526A69D1.80506@uclinux.org> (raw)
In-Reply-To: <20131024150050.GA14529@S2101-09.ap.freescale.net>
Hi Shawn
On 25/10/13 01:00, Shawn Guo wrote:
> Hi Greg,
>
> On Fri, Oct 18, 2013 at 04:04:12PM +1000, gerg at uclinux.org wrote:
>> From: Greg Ungerer <gerg@uclinux.org>
>>
>> This set of patches is the code and device tree support for the Freescale
>> IMX50 SoC. This part is similar to the IMX53 SoC family, and I have resued
>> as much of its support as possible. These patches are against 3.12-rc5.
>
> Nice patches. Can you please base it on branch below with your next
> posting, so that I can apply them more easily?
>
> git://git.linaro.org/people/shawnguo/linux-2.6.git for-next
Sure thing. I'll roll in all your suggestions, and send out a v2 in
the next few days. Thanks for the review.
Regards
Greg
> Shawn
>
>> With these changes you can load and run on the Freescale IMX50-EVK board.
>>
>> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
>> ---
>> arch/arm/Kconfig.debug | 9
>> arch/arm/boot/dts/Makefile | 1
>> arch/arm/boot/dts/imx50-evk.dts | 89 +++
>> arch/arm/boot/dts/imx50-pinfunc.h | 923 ++++++++++++++++++++++++++++++++++++
>> arch/arm/boot/dts/imx50.dtsi | 659 +++++++++++++++++++++++++
>> arch/arm/include/debug/imx-uart.h | 10
>> arch/arm/mach-imx/Kconfig | 9
>> arch/arm/mach-imx/Makefile | 1
>> arch/arm/mach-imx/clk-imx51-imx53.c | 79 +++
>> arch/arm/mach-imx/common.h | 3
>> arch/arm/mach-imx/mach-imx50.c | 52 ++
>> drivers/pinctrl/Kconfig | 8
>> drivers/pinctrl/Makefile | 1
>> drivers/pinctrl/pinctrl-imx50.c | 426 ++++++++++++++++
>> 14 files changed, 2270 insertions(+)
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
>
prev parent reply other threads:[~2013-10-25 12:53 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-18 6:04 [PATCH 0/8] ARM: imx: add IMX50 SoC support gerg at uclinux.org
2013-10-18 6:04 ` [PATCH 1/8] ARM: imx: add debug uart support for IMX50 SoC gerg at uclinux.org
2013-10-18 6:04 ` [PATCH 2/8] ARM: imx: add clocking support code for the " gerg at uclinux.org
2013-10-22 12:27 ` Sascha Hauer
2013-10-23 3:19 ` Greg Ungerer
2013-10-23 9:19 ` Jason Cooper
2013-10-23 12:44 ` Greg Ungerer
2013-10-23 13:42 ` Jason Cooper
2013-10-24 15:11 ` Shawn Guo
2013-10-18 6:04 ` [PATCH 3/8] ARM: imx: add pinctrl " gerg at uclinux.org
2013-10-24 15:16 ` Shawn Guo
2013-10-18 6:04 ` [PATCH 4/8] ARM: imx: add support code for IMX50 based machines gerg at uclinux.org
2013-10-24 11:11 ` Rob Herring
2013-10-28 6:38 ` Greg Ungerer
2013-10-28 19:57 ` Rob Herring
2013-10-18 6:04 ` [PATCH 5/8] ARM: imx: allow configuration of the IMX50 SoC gerg at uclinux.org
2013-10-24 15:17 ` Shawn Guo
2013-10-18 6:04 ` [PATCH 6/8] ARM: dts: imx: add device tree pin definitions for the IMX50 gerg at uclinux.org
2013-10-18 6:04 ` [PATCH 7/8] ARM: dts: imx: add IMX50 SoC device tree bindings gerg at uclinux.org
2013-10-22 12:35 ` Sascha Hauer
2013-10-22 20:08 ` Matt Sealey
2013-10-22 21:57 ` Sascha Hauer
2013-10-22 22:42 ` Benoît Thébaudeau
2013-10-22 23:06 ` Matt Sealey
2013-10-23 0:17 ` Benoît Thébaudeau
2013-10-23 5:55 ` Greg Ungerer
2013-10-24 21:13 ` Matt Sealey
2013-10-23 5:40 ` Greg Ungerer
2013-10-24 15:26 ` Shawn Guo
2013-10-18 6:04 ` [PATCH 8/8] ARM: dts: imx: add device tree support for Freescale imx50evk board gerg at uclinux.org
2013-10-24 15:29 ` Shawn Guo
2013-10-23 9:14 ` [PATCH 0/8] ARM: imx: add IMX50 SoC support Jason Cooper
2013-10-23 12:39 ` Greg Ungerer
2013-10-24 15:00 ` Shawn Guo
2013-10-25 12:53 ` Greg Ungerer [this message]
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=526A69D1.80506@uclinux.org \
--to=gerg@uclinux.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;
as well as URLs for NNTP newsgroup(s).