- 02 12月, 2009 1 次提交
-
-
由 Alan Carvalho de Assis 提交于
This patch configures iomux and i2c io expander in order to add support to SD/MMC cards on i-MXT TD60. Signed-off-by: NAlan Carvalho de Assis <acassis@gmail.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 27 11月, 2009 2 次提交
-
-
由 Alan Carvalho de Assis 提交于
Signed-off-by: NAlan Carvalho de Assis <acassis@gmail.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Uwe Kleine-König 提交于
Before the clock was left enabled only for DEBUG_LL_CONSOLE which requires an additional patch to exist at all. With this patch applied DEBUG_LL_CONSOLE depends on DEBUG_LL, so this doesn't break. Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 14 11月, 2009 3 次提交
-
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 13 10月, 2009 3 次提交
-
-
由 Valentin Longchamp 提交于
The clock name for the watchdog devices was not set consistently with mx21 on these platforms, resulting in the reset not to work. Signed-off-by: NValentin Longchamp <valentin.longchamp@epfl.ch> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
We have to use mxc_gpio_mode() for the card detection pin instead of mxc_gpio_setup_multiple_pins() because the latter does a gpio_request() and thus a later gpio_request() fails. Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 02 10月, 2009 1 次提交
-
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 14 8月, 2009 6 次提交
-
-
由 Sascha Hauer 提交于
struct imx_fb_platform_data has changed and the mx21ads was forgotten to change. Fix it. Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
The OTG devices are only available on i.MX27, so ifdef them out for i.MX21. Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Luotao Fu 提交于
Signed-off-by: NLuotao Fu <l.fu@pengutronix.de>
-
由 Luotao Fu 提交于
Signed-off-by: NLuotao Fu <l.fu@pengutronix.de> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Fix i2c_board_info definitions - we were defining the 'type' field of these structures twice since the first argument of I2C_BOARD_INFO sets this field. Move the second definition into I2C_BOARD_INFO(). Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de> Acked-by: NJean Delvare <khali@linux-fr.org>
-
- 07 8月, 2009 10 次提交
-
-
由 Eric Benard 提交于
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: NEric Benard <eric@eukrea.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Eric Benard 提交于
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: NEric Benard <eric@eukrea.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 javier Martin 提交于
This adds clocks and resources for usb in i.mx27 SoC. Signed-off-by: NJavier Martin <javier.martin@vista-silicon.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Irda support is handled by the normal ims serial driver, so we do not need this device. Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 09 6月, 2009 1 次提交
-
-
由 Martin Fuzzey 提交于
* Use correct clkdev style usb clock name * Implement rate setting for USB clock * Introduce _clk_generic_round_rate to factorize the (now 3) uses of rounding code. Signed-off-by: NMartin Fuzzey <mfuzzey@gmail.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 05 6月, 2009 1 次提交
-
-
由 Simon POLETTE 提交于
Hi, Fixed issue in the mxc-master head : Signed-off-by: NSimon POLETTE <spolette@adnlysd018.(none)> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 04 6月, 2009 1 次提交
-
-
由 Daniel Schaeffer 提交于
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: NDaniel Schaeffer <daniel.schaeffer@timesys.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 03 6月, 2009 1 次提交
-
-
由 Rabin Vincent 提交于
Remove the __initdata annotation for the clock lookups, since they will be needed when loading modules which use clk_get(). Tested-by: NAgustín Ferrín Pozuelo <gatoguan-os@yahoo.com> Signed-off-by: NRabin Vincent <rabin@rab.in> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
- 07 5月, 2009 10 次提交
-
-
由 Sascha Hauer 提交于
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Sascha Hauer 提交于
Also, remove usage of set_irq_type after request_irq. Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Vladimir Barinov 提交于
Add SDHC support for MX27ADS board Signed-off-by: NVladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Vladimir Barinov 提交于
Add 1-wire support for MX27ADS board Signed-off-by: NVladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Vladimir Barinov 提交于
Add Sharp-QVGA panel support for MX27ADS board Signed-off-by: NVladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Vladimir Barinov 提交于
Add I2C support for MX27ADS board Signed-off-by: NVladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Vladimir Barinov 提交于
Add NAND support for MX27ADS board Signed-off-by: NVladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Vladimir Barinov 提交于
Setup all pins at once in one table Signed-off-by: NVladimir Barinov <vbarinov@embeddedalley.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Fabio Estevam 提交于
This patch adds basic support to MX27PDK board http://www.freescale.com/imx27pdk ). Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-
由 Ivo Clarysse 提交于
[PATCH v6] MXC: mx21ads base support Base machine support for the Freescale i.MX21ADS (M9328MX21ADSE) Application Development System. Signed-off-by: NIvo Clarysse <ivo.clarysse@gmail.com> Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
-