summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx35
AgeCommit message (Collapse)Author
2010-03-09ENGR00121388 imx: make sdma a platform deviceRob Herring
Convert sdma to a platform device and driver. Signed-off-by: Rob Herring <r.herring@freescale.com>
2010-03-09ENGR00121386 imx spdif: get irq from platform resourcesRob Herring
Pass the irq number in platform device resources. Signed-off-by: Rob Herring <r.herring@freescale.com>
2010-03-09ENGR00121365 mxcuart: rework early uart consoleRob Herring
Rework early uart to pass in uart base and clock ptr from board. Now early console for ttymxc is always enabled and mxcuart console is not needed. Add fix work-around u-boot illegal uart setup. uboot sets fifo trigger levels to reserved values which breaks early uart console. Use TXFE instead of TRDY. Signed-off-by: Rob Herring <r.herring@freescale.com>
2010-02-12ENGR00120827 make ssi a platform deviceAlan Tull
- put base address and irq in platform data. - use clk usecounts instead of ssi_active struct - allow up to MAX_SSI_CHANNELS in hardware Signed-off-by: Alan Tull <r80115@freescale.com>
2010-02-04ENGR00120394-1 imx: remove unneeded spba related codeRob Herring
The spba defaults to all masters enabled and this is fine as all chips only have ARM and SDMA as masters. Signed-off-by: Rob Herring <r.herring@freescale.com>
2010-02-04ENGR00120393-5 imx: convert platform code to use iram allocatorRob Herring
Convert all i.MX platforms over to iram allocator functions. Signed-off-by: Rob Herring <r.herring@freescale.com>
2010-02-01ENGR00120455-4 CAN: Pass the default setting through platform_dataWilliam Lai
Define the parameters's default value for MX35. Signed-off-by: William Lai <b04597@freescale.com>
2010-01-12ENGR00119899 Add FEC iomux config and PHY reset.Jun Li
FEC driver of 2.6.31 kernel remove pin iomux config and PHY reset, which is in fec_gpio_active() needed for i.MX25 and i.MX35. Signed-off-by: Li Jun <r65092@freescale.com>
2010-01-07ENGR00119583 MX35: Add regulators' standby controlWallace Wang
u-boot set wrong standby contorl for regulators, while kernel doesn't set standby controls which cuase system can't wakeup from suspend mode. Signed-off-by: Wallace Wang <r59996@freescale.com>
2009-12-21ENGR00119532 MX35: Change nand partition for bootloader to 3M bytesWallace Wang
Reserve 3M for bootloader since new nand block size is 512K byte. Signed-off-by: Wallace Wang <r59996@freescale.com>
2009-12-18ENGR00119432 MX35 system can't re-boot up when SD/MMC boot is used.Richard Zhu
Do not disable the eSDHC clk on MX35 3DS board, since SYSTEM can't boot up after the reset key is pressed when the SD/MMC boot mode is used. The root cause is that the ROM code don't ensure the SD/MMC clk is running when boot system. Signed-off-by: Richard Zhu <r65037@freescale.com>
2009-12-04ENGR00118898 mx35: fix error when disable pseudo irqZhou Jingyu
avoid i2c access of pseudo irq ops while suspending Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2009-11-27ENGR00114902 MX35: Enable SD clock before rebootWallace Wang
MX35 ROM code will not configre SD clock, while linux kernel will disable SD clock when there is no data transfer, so need to enable SD clock before reboot for SD boot mode Signed-off-by: Wallace Wang <r59996@freescale.com>
2009-11-25ENGR00118376 MX35: Fix FEC build errorLily Zhang
Use "MXC_FEC_BASE_ADDR" instead of FEC_BASE_ADDR Signed-off-by: Lily Zhang <r58066@freescale.com>
2009-11-18ENGR00118228 i.mx35: fix SD/MMC card detectionZhou Jingyu
fix mcu driver irq handler for SD/MMC card detection Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2009-11-05ENGR00118016-1 ASoC : upgrade audio support to 2.6.31Alan Tull
Move regulator control into codec drivers. Move codec platform data to machine layer. Remove unused fields from mxc_audio_platform_data. soc multiple audio cards support: dai_list is a list for all registered codec/cpu dais. One codec/cpu dais can't be registered twice, so move the cpu dai registering into imx-ssi.c/imx-esai.c Fix ak4647_read_reg error. Put ssi/esai mode in the cpu_dai private_data. sgtl5000: Fix the power for MX35 1. MX35 vddio and vddd are directly connected to external 3V3. It has no regulator control. 2. sgtl5000 needs some time to be ready after vdda is switched on so msleep(1) is added before regiter read/write. 3. On MX35 platform, vdda is from VCAM. Signed-off-by: Alan Tull <r80115@freescale.com> Signed-off-by: Wallace Wang <r59996@freescale.com>
2009-10-26ENGR00117389 Port 5.0.0 release to 2.6.31Rob Herring
This is i.MX BSP 5.0.0 release ported to 2.6.31 Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alan Tull <r80115@freescale.com> Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>