From: gerg@uclinux.org (gerg at uclinux.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] ARM: imx: add IMX50 SoC support
Date: Fri, 18 Oct 2013 16:04:12 +1000 [thread overview]
Message-ID: <1382076260-6422-1-git-send-email-gerg@uclinux.org> (raw)
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.
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(+)
next reply other threads:[~2013-10-18 6:04 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-18 6:04 gerg at uclinux.org [this message]
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
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=1382076260-6422-1-git-send-email-gerg@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).