An error occurred fetching the project authors.
- 17 Sep, 2012 1 commit
-
-
Shawn Guo authored
Rather than including mach/iomux-mx27.h to define gpio numbers and set up the pins, the patch moves all these into machine code and has the gpio numbers passed to driver via platform_data. As the result, we can remove the mach/iomux-mx27.h inclusion from driver. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org> Acked-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 29 Aug, 2012 1 commit
-
-
Russell King authored
Use the provided function rather than re-coding this bit of code. This also gets us protection against using these functions from invalid contexts. Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Tested-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 06 Aug, 2012 2 commits
-
-
Javier Martin authored
Visstrim_M10 have a tvp5150 whose video output must be deinterlaced. The new mem2mem deinterlacing driver is very useful for that purpose. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Javier Martin authored
Support the codadx6 that is included in the i.MX27 SoC. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
- 02 Jul, 2012 1 commit
-
-
Fabio Estevam authored
commit 435ca24 (ARM i.MX: Visstrim_M10: Add board version detection) included <asm/system.h>, which is a header file about to be deleted according to 9f97da (Disintegrate asm/system.h for ARM) Include <asm/system_info.h> instead. Reported-by:
Russell King <linux@arm.linux.org.uk> Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 01 Jul, 2012 1 commit
-
-
Shawn Guo authored
This patch changes all the static gpio irq number assigning with IRQ_GPIOA() ... IRQ_GPIOF() to run-time assigning with gpio_to_irq call, and in turn eliminates these macros. Signed-off-by:
Shawn Guo <shawn.guo@linaro.org> Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Acked-by:
Dong Aisheng <dong.aisheng@linaro.org>
-
- 05 Jun, 2012 1 commit
-
-
Javier Martin authored
Some GPIOs in Visstrim M10 are used without being registered. This leads to USB and video malfunctions. This patch registers those GPIOs to solve the issue. Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Signed-off-by:
Sascha Hauer <s.hauer@pengutronix.de>
-
- 15 May, 2012 1 commit
-
-
Javier Martin authored
Signed-off-by:
Javier Martin <javier.martin@vista-silicon.com> Acked-by:
Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
- 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>
-