An error occurred fetching the project authors.
- 10 Feb, 2011 1 commit
-
-
Uwe Kleine-König authored
This used to be done in .map_io which is supposed to only setup the memory mapping. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 03 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>
-
- 24 Nov, 2010 1 commit
-
-
Lothar Waßmann authored
The following patch is a first step to convert the 'struct pad_desc' to a bitmapped cookie to facilitate adding platform specific pullup or drive strength definitions to existing pad definitions without need to rewrite the complete pad def. The patch wraps 'struct pad_desc' in an opaque data type and introduces macros to access the individual members. This patch does not constitute any functional change! Signed-off-by:
Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 19 Nov, 2010 4 commits
-
-
Uwe Kleine-König authored
and restore alphabetic ordering. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Uwe Kleine-König authored
This bases on a patch by Fabio Estevam who added the device before it was allocated dynamically. Cc: Fabio Estevam <fabio.estevam@freescale.com> 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>
-
Uwe Kleine-König authored
While adapting the #defines for this I noticed that the offset used for USB HS on i.MX35 differs from the documented offset. I kept the working offset and commented that the documentation differs. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 22 Oct, 2010 1 commit
-
-
Xiao Jiang authored
Enable debug board support for mx35pdk. Signed-off-by:
Xiao Jiang <jgq516@gmail.com> Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 21 Oct, 2010 1 commit
-
-
Shawn Guo authored
Update mx35_3ds board support to register esdhc device Signed-off-by:
Shawn Guo <shawn.gsc@gmail.com> Acked-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 20 Oct, 2010 1 commit
-
-
Nicolas Pitre authored
Since we're now using addruart to establish the debug mapping, we can remove the io_pg_offst and phys_io members of struct machine_desc. The various declarations were removed using the following script: grep -rl MACHINE_START arch/arm | xargs \ sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }' [ Initial patch was from Jeremy Kerr, example script from Russell King ] Signed-off-by:
Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Eric Miao <eric.miao at canonical.com>
-
- 11 Oct, 2010 1 commit
-
-
Uwe Kleine-König authored
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 27 Sep, 2010 4 commits
-
-
Marc Kleine-Budde authored
we still have to toggle two pins on the mc9sdz60: /* MUX3_CTR to be low for USB Host2 DP&DM */ pmic_gpio_set_bit_val(MCU_GPIO_REG_GPIO_CONTROL_2, 6, 0); /* CAN_PWDN to be high for USB Host2 Power&OC */ pmic_gpio_set_bit_val(MCU_GPIO_REG_GPIO_CONTROL_2, 1, 1); until we've a proper driver for the mx9sdz60 in linux we'll do this in barebox (a.k.a. u-boot-v2) Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by:
Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Marc Kleine-Budde authored
Rename the variable holding the usb otg platform data to avoid clash with usb host platform data variable. usb_pdata -> usb_otg_pdata Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Marc Kleine-Budde authored
The mx35_3ds comes with 2 GiByte NAND flash. This adds the corresponding platform device. Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by:
Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
Marc Kleine-Budde authored
The mx35_3ds comes with 64 MiByte for NOR flash at CS0, add physmap-flash platform device for it. Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by:
Michael Grzeschik <m.grzeschik@pengutronix.de> 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
Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
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>
-
- 02 Jun, 2010 1 commit
-
-
Uwe Kleine-König authored
Additional document all known names of that machine. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 02 Feb, 2010 1 commit
-
-
Uwe Kleine-König authored
This is a further step in allowing to build a kernel image for more than one imx SOC. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-
- 08 Jan, 2010 1 commit
-
-
Uwe Kleine-König authored
While at it remove some superfluous parenthesis. 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 Mack <daniel@caiaq.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
-
- 05 Jan, 2010 1 commit
-
-
Uwe Kleine-König authored
This just leaves cpu.c, devices.c and mm.c to clean up. As these files are used on more than one SOC they need some more work. Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com> Cc: Valentin Longchamp <valentin.longchamp@epfl.ch> Cc: Daniel Mack <daniel@caiaq.de> Cc: Guennadi Liakhovetski <lg@denx.de> Cc: Yoichi Yuasa <yuasa@linux-mips.org> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: Magnus Lilja <lilja.magnus@gmail.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Harro Haan <hrhaan@yahoo.com> Cc: Jean Delvare <khali@linux-fr.org> Cc: Luotao Fu <l.fu@pengutronix.de> Cc: Ilya Yanok <yanok@emcraft.com>
-
- 30 Nov, 2009 1 commit
-
-
Harro Haan authored
Signed-off-by:
Harro Haan <hrhaan@yahoo.com> 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>
-
- 03 Jun, 2009 1 commit
-
-
Fabio Estevam authored
Add basic support for MX35PDK board (www.freescale.com/imx35pdk). Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-