An error occurred fetching the project authors.
- 28 Sep, 2011 3 commits
-
-
Shawn Guo authored
The mxc_init_l2x0() should really be an imx31/35 specific call. The patch removes early_initcall from mxc_init_l2x0() and get imx31 and imx35 soc specific function calls mxc_init_l2x0(), so that it's not necessarily to be called for all imx socs when we build single image for multiple imx socs. Thus the function can be renamed to imx3_init_l2x0() and put into mm-imx3.c. It also changes the return type from integer to void. From what I see, the integer was picked just to satisfy early_initcall prototype. With the patch 'ARM: l2x0: add empty l2x0_of_init' applied, the code compiles even without CONFIG_CACHE_L2X0 enabled. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Shawn Guo authored
Since mm-imx31.c now is shared between imx31 and imx35, the patch renames mm-imx31.c to mm-imx3.c. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Shawn Guo authored
As imx31 and imx35 have much in common at soc level, this patch merges mm-imx35.c into mm-imx31.c, so that the common functions between imx31 and imx35 can be added in one file later. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 26 Aug, 2011 1 commit
-
-
Sascha Hauer authored
These are scheduled for removal and replaced by CONFIG_SOC_IMX* macros where appropriate. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 19 May, 2011 2 commits
-
-
Uwe Kleine-König authored
Fixing a few "please, no space before tabs" and "empty line at end of file" warnings on the way. LAKML-Reference: 1299271882-2130-6-git-send-email-u.kleine-koenig@pengutronix.de Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Gwenhael Goavec-Merou authored
APF9328 is an i.MXL based SOM (System On Module) that can be plugged on several docking/development boards. Here only basic module support is added (Ethernet, Serial, NOR Flash). Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> Signed-off-by:
Eric Jarrige <eric.jarrige@armadeus.org> Signed-off-by:
Nicolas Colombain <nicolas.colombain@armadeus.com> Signed-off-by:
Julien Boibessot <julien.boibessot@armadeus.com> Acked-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 11 Feb, 2011 1 commit
-
-
Sascha Hauer authored
Currently we have a mxc_initialize_usb_hw which is called on every i.MX SoC. This function dispatches the different SoC types, which is quite ugly. This patch moves the SoC specific USB initialization to their correspondive mach directories. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 25 Jan, 2011 1 commit
-
-
Fabio Estevam authored
Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 19 Nov, 2010 1 commit
-
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 17 Nov, 2010 1 commit
-
-
Uwe Kleine-König authored
This finally gets rid of mach-imx/devices.c. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 27 Sep, 2010 1 commit
-
-
Javier Martin authored
Vista Silicon Visstrim_m10 i.MX27 based board is used as multimedia streaming server, access control and other custom applications. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 30 Jun, 2010 2 commits
-
-
Uwe Kleine-König authored
This should be used instead of hard coding the corresponding platforms. The feature test macro is needed to support different SOCs in a single kernel image. While at it rename dma-mx1-mx2 to dma-v1 as mx25 doesn't use it and so the mx2 part is wrong and move the header to arch/arm/mach-imx. 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 2 commits
-
-
Uwe Kleine-König authored
... and use cpp magic to reduce repetition. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
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 2 commits
-
-
Uwe Kleine-König authored
This removes some #ifdefs and prepares moving the files in a directory with more than imx21 and imx27 support. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
The previous commits cleaned up arch/arm/mach-mx2/devices.c such that it doesn't rely on deprecated symbols any more. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 02 Feb, 2010 1 commit
-
-
Uwe Kleine-König authored
This makes the file compilable for a kernel that supports both imx21 and imx27. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 08 Jan, 2010 1 commit
-
-
Uwe Kleine-König authored
Define deprecated symbols in an #ifdef IMX_NEEDS_DEPRECATED_SYMBOLS ... All files that still depend on the old definitions get -DIMX_NEEDS_DEPRECATED_SYMBOLS passed to the compiler. When all remaining users are fixed this allows including the soc specific headers unconditionally. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Eric Benard <eric@eukrea.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Alan Carvalho de Assis <acassis@gmail.com> Cc: Daniel Mack <daniel@caiaq.de> Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com> Cc: Ilya Yanok <yanok@emcraft.com> Cc: Holger Schurig <hs4233@mail.mn-solutions.de> Cc: Jiri Kosina <jkosina@suse.cz> Cc: Magnus Lilja <lilja.magnus@gmail.com>
-
- 05 Jan, 2010 3 commits
-
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Eric Benard <eric@eukrea.com>
-
Uwe Kleine-König authored
Not using MACH_IMX27LITE makes machine_is_imx27lite always return 0 independent of building support for this machine. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Daniel Schaeffer <daniel.schaeffer@timesys.com>
-
Uwe Kleine-König authored
Not using MACH_CPUIMX27 makes machine_is_cpuimx27 always return 0 independent of building support for this machine. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Jean Delvare <khali@linux-fr.org> Cc: Eric Benard <eric@eukrea.com>
-
- 27 Nov, 2009 1 commit
-
-
Alan Carvalho de Assis authored
Signed-off-by:
Alan Carvalho de Assis <acassis@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 14 Aug, 2009 1 commit
-
-
Luotao Fu authored
Signed-off-by:
Luotao Fu <l.fu@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 Aug, 2009 2 commits
-
-
Eric Benard authored
MBIMX27 is the evaluation board for CPUIMX27 and integrates : a QVGA TFT, a SPI touchscreen controler, a SDCard connector wired to SDHC1. Signed-off-by:
Eric Benard <eric@eukrea.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Eric Benard authored
CPUIMX27 is built around Freescale's i.MX27 and has up to 64MB of NOR Flash, up to 512MB of NAND Flash and up to 256MB of mDDR, it includes an ethernet PHY in MII mode, an I2C RTC and a ST16554 QuadUART on nCS3. Signed-off-by:
Eric Benard <eric@eukrea.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 04 Jun, 2009 1 commit
-
-
Daniel Schaeffer authored
Sascha Hauer wrote: > On Tue, Jun 02, 2009 at 04:18:42PM -0400, Daniel Schaeffer wrote: >> Add basic support for the Logic i.MX27LITE board. >> >> Signed-off-by: Daniel Schaeffer <daniel.schaeffer@timesys.com> > > Besides the comment made by Fabio this looks ok to me. > > Sascha > > Fixed issues pointed out by Fabio and Magnus, and rebased to mxc-master head. Signed-off-by:
Daniel Schaeffer <daniel.schaeffer@timesys.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 May, 2009 2 commits
-
-
Fabio Estevam authored
This patch adds basic support to MX27PDK board http://www.freescale.com/imx27pdk ). Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Ivo Clarysse authored
[PATCH v6] MXC: mx21ads base support Base machine support for the Freescale i.MX21ADS (M9328MX21ADSE) Application Development System. Signed-off-by:
Ivo Clarysse <ivo.clarysse@gmail.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 27 Mar, 2009 1 commit
-
-
Ilya Yanok authored
This patch adds arch_reset() function for all mxc platforms. It also removes (unsused) arch/arm/mach-mx2/system.c file. This patch has been tested on i.MX1/27/31/35 Signed-off-by:
Ilya Yanok <yanok@emcraft.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 13 Mar, 2009 1 commit
-
-
Holger Schurig authored
Based on code from "Martin Fuzzey" <mfuzzey@gmail.com> Signed-off-by:
Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 05 Jul, 2008 8 commits
-
-
Juergen Beisert authored
The Phytec phyCORE-i.MX27 CPU module is delivered with the PCM970 baseboard by default. This patch adds support for the hardware. This code is only an empty stub; it is filled up with functionality in a later patch series. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
Juergen Beisert authored
This patch adds support for the phyCORE-i.MX27 cpu module (aka pcm038). It is as generic as possible in order to support any kind of baseboard. Note: This CPU module implementation can't work without a baseboard support. Baseboard support can be added by the PCM-970 (included in this patch stack) or any custom variant. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
Juergen Beisert authored
This patch adds basic support for the Freescale MX27ADS reference board. Currently only a serial console can be used. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
Juergen Beisert authored
Internal clock path handling for the i.MX27 CPU. Changed against the original Freescale code (and against clocklib for example): - clock rate is always calculated whenever one ask for the current rate. (means no "rate" member in the clock structure). So switching the PLL base frequency will propagate immediately to all other clocks that are depending on this frequency. TODO: - Check if the i.MX21 CPU can share the same code. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
Juergen Beisert authored
Add basic i.MX27 CPU support Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
Sascha Hauer authored
add support for mx2 in i.MX serial driver Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Juergen Beisert authored
This patch adds a few on-chip devices for i.MX21/i.MX27 procesors. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
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. Signed-off-by:
Juergen Beisert <j.beisert@pengutronix.de>
-
- 17 Oct, 2007 1 commit
-
-
Maciej W. Rozycki authored
Remove the old-fashioned lk201 driver under drivers/tc/ that used to be used by the old dz.c and zs.c drivers, which is now orphan code referred to from nowhere and does not build anymore. A modern replacement is available as drivers/input/keyboard/lkkbd.c. There are no plans to do anything about this piece of code and it does not fit anywhere anymore, so it is not just a matter of maintenance or the lack of. There are still some bits that might be added to the new lkkbd.c driver based on the old code, and the embedded hardware documentation which is otherwise quite hard to get hold of might be useful to keep too. Both of these can be done separately though. RIP. Signed-off-by:
Maciej W. Rozycki <macro@linux-mips.org> Acked-by:
Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-