An error occurred fetching the project authors.
- 21 Aug, 2010 1 commit
-
-
Jason Wang authored
The core of i.MX5 series is cortex-A8, its cache line size is 64 bytes instead of 32 bytes. Refer to the OMAP3's selection, we choose 64 bytes for i.MX5, this can increase a little bit performance when perform cache operations. Signed-off-by:
Jason Wang <jason77.wang@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 26 Jul, 2010 2 commits
-
-
Jason Wang authored
The debug board is little different for all mxc 3-stack(PDK) platforms, it is possible here to add a common implementation to support this board. Signed-off-by:
Jason Wang <jason77.wang@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Eric Bénard authored
* add clocks for audmux and ssi 1 & 2 * add irq for ssi 1 & 2 * add devices platform for ssi1 & 2 * update audmux-v2 for i.MX25 * add base addresses for audmux & ssi 1 & 2 * add iomux configuration for GPIO for AUD5 port Signed-off-by:
Eric Bénard <eric@eukrea.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 30 Jun, 2010 3 commits
-
-
Uwe Kleine-König authored
Instead of having a platform device defined in a devices.c and register it in the machine file allocate it dynamically. This reduces the size of needed memory as the new function is discarded after init and only the existing devices are created. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
MACH_... is reserved for machine support, so use SOC as prefix, not MACH. This introduces new symbols SOC_IMX1, SOC_IMX21 and SOC_IMX27. They are selected by the old symbols for now. There is no substitute for MACH_MX2 as most usages of MX2 only means MX21 + MX27 but not MX25. Later the choice about CPU and CPU family should go away and the individual machines should select the right SOC symbol. This is a precondition to support more than one SOC in a single kernel image. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 24 Jun, 2010 1 commit
-
-
Uwe Kleine-König authored
Finally all imx code should end up there, start with mach-mx2. While touching all files rename some files to use a hyphen instead of an underscore. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 24 Feb, 2010 4 commits
-
-
Baruch Siach authored
ARCH_MXC_IOMUX_V3 is not specific to the i.MX25 PDK platform. Thus, ARCH_MXC_IOMUX_V3 should be selected by ARCH_MX25. Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
MXC_IRQ_PRIOR, MXC_PWM and ARCH_HAS_RNGA are all defined in an "if ARCH_MXC" ... "endif" block, so they depend on ARCH_MXC anyhow. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 18 Feb, 2010 1 commit
-
-
Baruch Siach authored
The commit also introduces the HAVE_FB_IMX config that is to be selected from the MX25 platform config. Once this commit gets merged, the two other i.MX archs, ARCH_MX1 and ARCH_MX2, should follow this one. Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Acked-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 09 Feb, 2010 2 commits
-
-
Amit Kucheria authored
Babbage is a reference board from Freescale for their i.MX51 SoC. Add board definition, Kconfig and Makefiles to enable Freescale i.MX51 processor and Babbage board. Boot tested on a Babbage2.5 board Signed-off-by:
Amit Kucheria <amit.kucheria@canonical.com>
-
Amit Kucheria authored
Freescale i.MX51 processor uses a new interrupt controller. Add driver for TrustZone Interrupt Controller Signed-off-by:
Amit Kucheria <amit.kucheria@canonical.com>
-
- 14 Nov, 2009 2 commits
-
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Daniel Mack authored
The ARC USB OTG Core has support for accessing ULPI tranceivers through so called ULPI viewports. Export a set of function for use with the USB OTG framework. Signed-off-by:
Daniel Mack <daniel@caiaq.de> Cc: Greg Kroah-Hartman <gregkh@suse.de> Cc: David Brownell <dbrownell@users.sourceforge.net> Cc: linux-usb@vger.kernel.org Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 14 Aug, 2009 2 commits
-
-
Dmitriy Taychenachev authored
Signed-off-by:
Dmitriy Taychenachev <dimichxp@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 Aug, 2009 1 commit
-
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 May, 2009 3 commits
-
-
Alan Carvalho de Assis authored
This hw-random driver add support to RNGA hardware found on some i.MX processors. Signed-off-by:
Alan Carvalho de Assis <acassis@gmail.com> Acked-by:
Matt Mackall <mpm@selenic.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Holger Schurig authored
* Kconfig enables now HAVE_PWM (this enables in turn the selection of CONFIG_BACKLIGHT_PWM) * changes CONFIG_ARCH_MXyy to CONFIG_MACH_MXyy * fix some register names to match those of the reference manual * write a stub code so that the PWM can be used to program the LCD backlight * convert from #ifdef CONFIG_ARCH_MXxx to cpu_is_mxXX() * remove unneeded defines and fix 80-column "violations" of checkpatch.pl Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Sascha Hauer authored
This iomux is called iomux-v3 in the tree because it is the third known incarnation of MXC iomuxers. It is not only found on the MX35 but also on the MX51 and probably others. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 13 Mar, 2009 4 commits
-
-
Sascha Hauer authored
This patch adds clkdev support for i.MX31. This is done in a similar way done previously for i.MX27 Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Holger Schurig authored
Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Sascha Hauer authored
This driver has been tested on MX27/MX31. It should work on MX1/MX1 aswell, but the actual setting of the PWM is missing so far. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Sascha Hauer authored
This changes MX27 to use common clkdev. It also cleans up MX27 clock support to be more readable. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 18 Dec, 2008 1 commit
-
-
Sascha Hauer authored
The MX1 only has one possible CPU type, ARM920T. Select it in Kconfig. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 16 Dec, 2008 1 commit
-
-
Paulius Zaleckas authored
Adds MX1 architecture to platform MXC. It will supersede mach-imx and let it die. Signed-off-by:
Paulius Zaleckas <paulius.zaleckas@teltonika.lt> Signed-off-by:
Darius Augulis <augulis.darius@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 27 Nov, 2008 1 commit
-
-
Russell King authored
Rather than: config CPU_BLAH bool depends on ARCH_FOO || MACH_BAR default y if ARCH_FOO || MACH_BAR arrange for ARCH_FOO and MACH_BAR to select CPU_BLAH directly. Acked-by:
Nicolas Pitre <nico@marvell.com> Acked-by:
Andrew Victor <linux@maxim.org.za> Acked-by:
Brian Swetland <swetland@google.com> Acked-by:
Eric Miao <eric.miao@marvell.com> Acked-by:
Nicolas Bellido <ml@acolin.be> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 09 Sep, 2008 1 commit
-
-
Darius Augulis authored
Signed-off-by:
Darius Augulis <augulis.darius@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 05 Jul, 2008 1 commit
-
-
Juergen Beisert authored
This patch adds basic mach support for the mx2 processor family, based on the original freescale code and adapted to mainline kernel coding style. This part adds the global build only. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
- 17 Apr, 2008 1 commit
-
-
Robert Schwebel authored
From: Juergen Beisert <j.beisert@pengutronix.de> This patch separates the current code into i.MX2 and i.MX3 and modifies the Kconfig files to reflect this separation in the menus. Things happend since last review: - make i.MX3 compile again - fix some structure names to be conform with all the shared/common sources from i.MX1/i.MX2 Previous changes: - stay conform to other Kconfig files (note from Russell King) Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 22 Jul, 2007 1 commit
-
-
Quinn Jensen authored
This patch adds the foundation pieces for the Freescale MXC platforms, including i.MX2 and i.MX3 based systems. The bare-bones MX31 support in this patch boots to the rootdev panic with 8250 serial console configured "console=ttyS0,115200". It assumes that Redboot is the boot loader. Signed-off-by:
Quinn Jensen <quinn.jensen@freescale.com> Acked-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-