An error occurred fetching the project authors.
- 16 Apr, 2012 1 commit
-
-
Javier Martin authored
Visstrim_M10 boards have 3 gpios to detect the expansion board version attached and other 3 to detect the motherboard revision. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 13 Mar, 2012 1 commit
-
-
Fabio Estevam authored
Convert mx27vis-aic32x4 to platform driver. Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Tested-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 02 Mar, 2012 4 commits
-
-
Javier Martin authored
Vista Silicon Visstrim_m10 board has 4 leds to signal several working conditions. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Javier Martin authored
Vista Silicon Visstrim_m10 board has a tvp5150 video decoder attached to the CSI interface Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Javier Martin authored
Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Javier Martin authored
Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 05 Jan, 2012 1 commit
-
-
Russell King authored
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 26 Sep, 2011 1 commit
-
-
Sascha Hauer authored
Also, add handle_irq callbacks to machine descriptors. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 21 Aug, 2011 1 commit
-
-
Nicolas Pitre authored
Signed-off-by:
Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by:
Arnd Bergmann <arnd@arndb.de>
-
- 26 Jul, 2011 1 commit
-
-
Javier Martin authored
Without this platform data the aic32x4 audio codec in the Visstrim_M10 won't work properly. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 07 Jul, 2011 1 commit
-
-
Sascha Hauer authored
Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 06 Jun, 2011 1 commit
-
-
Shawn Guo authored
The patch makes necessary changes on gpio-mxc as below to turn it into an upstanding gpio driver. * Add a list to save all mx2 ports references, so that mx2_gpio_irq_handler can walk through all interrupt status registers * Use readl/writel to replace mach-specific accessors __raw_readl/__raw_writel * Change mxc_gpio_init into mxc_gpio_probe function * Move "struct mxc_gpio_port" into gpio-mxc.c, as it needs not to be public at all, and also make some other cleanup on plat-mxc/include/mach/gpio.h at the same time And the patch then migrates mach-imx and mach-mx5 to the updated driver by adding corresponding platform devices. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org> Acked-by:
Olof Johansson <olof@lixom.net> Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- 19 May, 2011 1 commit
-
-
Uwe Kleine-König authored
LAKML-Reference: 1302207841-12450-1-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>
-
- 07 Mar, 2011 1 commit
-
-
Javier Martin authored
Visstrim_M10 boards have an TI tlv320aic3204 codec attached to SSI1. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 11 Feb, 2011 1 commit
-
-
Sascha Hauer authored
The mxc-ehci driver calls SoC specific phy initialization right after calling board specific initialization. To offer greater flexibility for boards to setup the phy and to get rid of some unnecessary flags in platform data this patch lets the boards call the SoC specific phy initialization and remove it from the driver. Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 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>
-
- 17 Nov, 2010 3 commits
-
-
Uwe Kleine-König authored
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
... plus a trivial simplification of mx21ads_sdhc_init() Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@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>
-
- 01 Oct, 2010 2 commits
-
-
Uwe Kleine-König authored
Making the lists signed fixes sparse warnings like: arch/arm/mach-imx/mach-mx27_3ds.c:94:31: warning: incorrect type in argument 1 (different signedness) arch/arm/mach-imx/mach-mx27_3ds.c:94:31: expected int const *pin_list arch/arm/mach-imx/mach-mx27_3ds.c:94:31: got unsigned int static [toplevel] *<noident> Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
Uwe Kleine-König authored
This is a follow up to c6987159 (ARM: imx: dynamically register imx-i2c devices (imx27)) 2b92084f (ARM: imx: dynamically register imx-i2c devices (imx21)) 6348e6b5 (ARM: imx: dynamically register imx-i2c devices (imx1)) Signed-off-by:
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by:
Sascha Hauer <s.hauer@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>
-