linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] ARM: imx: add IMX50 SoC support
@ 2013-10-18  6:04 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
                   ` (9 more replies)
  0 siblings, 10 replies; 35+ messages in thread
From: gerg at uclinux.org @ 2013-10-18  6:04 UTC (permalink / raw)
  To: linux-arm-kernel

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(+)

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2013-10-28 19:57 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).