summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx25
AgeCommit message (Collapse)Author
2011-02-15Digi del-5.6 Complete2.6.31-digi-201102151558Ian Wisbon
2010-06-30ENGR00122852-2 MX25: pass mem and irq via resourcesLily Zhang
MX25: pass mem and irq via resources Signed-off-by: Lily Zhang <r58066@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-25ENGR00119078 MX25:Fix a USB remote wakeup issueNiu Xule
The Host2 USB controller On mx25 platform is no path available from internal USB FS PHY to FS PHY wake up interrupt, So to remove the function of USB Remote Wakeup on Host2. Signed-off-by: Niu Xule <b23300@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-25ENGR00121388 imx: make sdma a platform deviceRob Herring
Convert sdma to a platform device and driver. Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-25ENGR00121365 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> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-25ENGR00120880-2 MX25: Disable/Enable HSYNC bit per LCD power statusSammy He
Disable/Enable HSYNC bit per LCD power status Signed-off-by: Sammy He <r62914@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-24ENGR00120827 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> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-24ENGR00120850 MX25: Enable Active Well-biased on STOP mode.Xiexiaobo
Enable Active Well-biased when i.MX25 enter stop mode. This helps to save some more micro amps that consumes the processor when in stop mode. Signed-off-by: Xie XiaoBo <r63061@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-24ENGR00120394-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> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-24ENGR00120393-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> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-05-24ENGR00120455-3 CAN: Pass the default setting through platform_dataWilliam Lai
Define the parameters's default value for MX25. Signed-off-by: William Lai <b04597@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
2010-02-12ENGR00119504 MX25: Change nand partition for bootloader to 3M byteSammy He
Reserve more size to bootloader since new nand block size is 512K byte. Signed-off-by: Sammy He <r62914@freescale.com>
2010-02-12ENGR00119024 USB OTG nobody cared IRQ when add gadget driver.Jun Li
When add usb gadget driver in OTG mode, cause nobody cared irq, this pach disable usbintr in udc driver probe. Signed-off-by: Li Jun <r65092@freescale.com>
2010-02-12ENGR00109408 mx25 usb remote wakeupAlbert Chen
Add remote wakeup feature for host mode. Signed-off-by: Albert Chen <r65187@freescale.com>
2010-02-12ENGR00118562 MX25: Fix audio cannot work with sgtl5000 revision 16.Guoqing Jiang
Delete VDDD setting for sgtl5000 chip, make sure it's correspondence with schematic. Signed-off-by: Guoqing Jiang <b22156@freescale.com>
2010-02-12ENGR00118016-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>
2010-02-12ENGR00117389 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>