An error occurred fetching the project authors.
- 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 2 commits
-
-
Uwe Kleine-König authored
This makes less code rely on the virtual constants. To further simplify code and reduce the needed boilerplate when defining the static mappings a new helper macro is defined in mach/hardware.h. 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>
-
- 11 Oct, 2010 1 commit
-
-
Juergen Beisert authored
i.MX35 CPUs marked with "MCIMX357CJQ5C M99V CTHA0943B" are coming with bogus L2 cache settings. If these settings are kept unmodified prior enabling the L2 cache the CPU runs amok immediately when its enabled. This fix should not hurt already working CPUs, as they are using the written register value already. Its currently unknown if its possible to detect the production lot from the software to fix only affected CPUs. While at it, make sure that mxc_init_l2x0 is only executed on i.MX31/35 Signed-off-by:
Juergen Beisert <jbe@pengutronix.de> Signed-off-by:
Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 26 Jul, 2010 1 commit
-
-
Jason Wang authored
The commit 9a763bfb "get rid of mxc_gpio_init" changed gpio_init and irq_init sequence. Usually we will call set_irq_chained_handler in gpio_init functions, this should be called after the irq_init called, otherwise the chained irq can't get propoer irq_chip and this irq will remain masked even we called set_irq_chained_handler. Signed-off-by:
Jason Wang <jason77.wang@gmail.com> Tested-by:
Eric Bénard <eric@eukrea.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 30 Jun, 2010 1 commit
-
-
Uwe Kleine-König authored
As the kernel contains a copy of the GPL anyhow just get rid of the address specification instead of fixing it. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 24 Jun, 2010 1 commit
-
-
Uwe Kleine-König authored
This function is defined once for each imx family and so is in the way when compiling a kernel for more than one SoC. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 04 Jan, 2010 1 commit
-
-
Wolfgang Denk authored
Commit 52939c03 (ARM: MX3: fix CPU revision number detection) started using the CPU's SREV register for revision number detection. This makes it mandatory to have a valid SPBA0 mapping. Add this to the global map_io code instead of adding multiple copies for each board. Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: Daniel Mack <daniel@caiaq.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Tested on Qong (EVB-Lite) Tested-by:
Wolfgang Denk <wd@denx.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 13 Oct, 2009 1 commit
-
-
Guennadi Liakhovetski authored
mxc_iomux_v3_init() is defined in arch/arm/plat-mxc/iomux-v3.c, which is not linked for i.MX31 and produces an undefined reference error. Fix this by building the offending code only for i.MX35. Signed-off-by:
Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 14 Aug, 2009 1 commit
-
-
Sascha Hauer authored
also, check for a valid pad_ctrl_ofs before changing the pad control register. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 Aug, 2009 2 commits
-
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 May, 2009 1 commit
-
-
Sascha Hauer authored
This allows us to have more mapping functions for more than one i.MX architecture in the kernel. As this is the earliest board specific hook we have, also use it to set the cpu type. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 13 Mar, 2009 2 commits
-
-
Sascha Hauer authored
On MX31 we can't do much without mapping the AIPS1/2 register space. Move these mappings from individual boards to plat-mxc/mm.c Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 01 Oct, 2008 1 commit
-
-
Russell King authored
Use MT_DEVICE_NONSHARED instead. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Aug, 2008 2 commits
-
-
Russell King authored
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
Russell King authored
Remove includes of asm/hardware.h in addition to asm/arch/hardware.h. Then, since asm/hardware.h only exists to include asm/arch/hardware.h, update everything to directly include asm/arch/hardware.h and remove asm/hardware.h. 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>
-