aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-29LINARO: linux-linaro-lt-mx5-2.6.35-1002.1lt-2.6.35linaro-lt-mx5-2.6.35Eric Miao
Ignore: yes Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-03-29LINARO: make VGA default output for mx53locoEric Miao
BugLink: http://bugs.launchpad.net/bugs/738028 Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-03-29LINARO: rename flavour name to linaro-lt-mx5Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-03-07LINARO: linux-linaro-lt-mx53-2.6.35-1001.1Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-03-07LINARO: rename flavour name to linaro-lt-mx53Eric Miao
BugLink: http://bugs.launchpad.net/bugs/730597 Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-03-07LINARO: Start new releaseEric Miao
Ignore: yes Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-26LINARO: linux-linaro-imx5-2.6.35-1000.4Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-26ARM: mx5: move security header files to include/mxc/securityEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-26LINARO: Start new releaseEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-24LINARO: linux-linaro-imx5-2.6.35-1000.3Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-24LINARO: configs: CONFIG_HW_RANDOM_FSL_RNGC=yEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-24LINARO: Start new releaseEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-24LINARO: linux-linaro-imx5-2.6.35-1000.2Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-24LINARO: configs: add initramfs supportEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-23ARM: mx5/loco: add uncompress debug outputEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-23LINARO: Start new releaseEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-20LINARO: linux-linaro-imx5-2.6.35-1000.1Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-18LINARO: create debian.linaro/d-i/exclude-modules.armel-linaro-imx5Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-18LINARO: initial kernel config and modified enforce fileEric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-18LINARO: initial debian.linaro dir for freescale imx5Eric Miao
Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-02-16LINARO: Add generic linaro packagingJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org> Signed-off-by: Eric Miao <eric.miao@linaro.org>
2011-01-27ENGR00138121 Fix system hangs when arecord/aplay continuouslyrel_imx_2.6.35_11.01.00Zeng Zhaoming
Sdma iapi start loading sdma script by write HSTART register as memory. When instruction reorder and IRQ delay may let the next synchronize operation wait forever. We change it by using writel() to access sdma registers, and introduce timeout to show this error. HSTART and STOP_STAT contain bits that are reset by hardware. So if we read-modify-write, we are in danger of setting a bit after SDMA has cleared it. The spec calls these registers "write-ones" register. So the ARM can write a 1 to any bit, but does not need to worry about clearing any bits that were previously set. SDMA hardware keeps track of all bits that were set. Signed-off-by: Zeng Zhaoming <b32542@freescale.com> Signed-off-by: Alan Tull <alan.tull@freescale.com>
2011-01-27ENGR00138165 - EPDC fb: Updates not protected against changes to FB dataDanny Nold
- Ensure that no updates are active when changing the FB info - Fix criteria for evaluating whether any updates are active Signed-off-by: Danny Nold <dannynold@freescale.com>
2011-01-27ENGR00138535 USB: Discharge VBUS after set VBUS lower or unplug from HOSTZhang Yan
1. Add discharge vbus when set vbus lower; 2. Due to unplug from HOST bring up suspend irq. add discharge in suspend irq. 3. Update port speed when port connect changed. 4. Add port speed verify in ep operation code. Signed-off-by: Zhang Yan <b34916@freescale.com>
2011-01-27ENGR00138547: mxc_iim: can't release twice in mxc_iimTerry Lv
When open mxc_iim twice, mxc_iim can't be close twice. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-01-27ENGR00138532: mxc_iim: let mxc_iim work with dd and echoTerry Lv
mxc_iim: let mxc_iim work with dd and echo. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-01-27ENGR00138540 mx51: set low bus flag after entering low bus modeLily Zhang
If enabling DVFS core and enter suspend state, FEC resume was failed due to wrong clock. This is because enter_lpapm_mode_mx51 function doesn't set low_bus_freq_mode flag after commit 30f6fc381. It causes the system is in wrong low bus mode. Signed-off-by: Lily Zhang <r58066@freescale.com>
2011-01-26ENGR00138528 MX53 loco&smd:preset suspend voltage in the latest stageZhou Jingyu
MX53 loco&smd:preset suspend voltage in the latest stage because Da9053 use the same register for preset and normal mode Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2011-01-25ENGR00138516: MX5X: Initialize CPU working point correctly for DVFS-CORERanjani Vaidyanathan
CPU working point needs to be initialized based on the current CPU frequency in start_dvfs() and should correspond with the correct entry in the cpu_wp_auto table. If its not initialized correctly, DVFS-CORE will fail when PLL-relock results in a frequency that is not the same as set in the cpu_wp_auto table. So fix it by finding the entry that closely matches the CPU frequency. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2011-01-25ENGR00138333 MX5x In security drivers use IS_ERR to check for clk pointer errorAnish Trivedi
Error check of clk pointer should use IS_ERR instead of ERR_PTR(ENOENT). Updated SCC2 and SAHARA drivers to use this method for error checks as well as to propagate the error code where applicable. Signed-off-by: Anish Trivedi <anish@freescale.com>
2011-01-26ENGR00138480: mxc_iim can't be open twiceTerry Lv
mxc_iim can't be open twice. The reason is that request_irq failed when open mxc_iim again. So put request_irq function to probe function. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-01-25ENGR00138479 Restructure MX53 bus frequecy driverZhou Jingyu
Restructure MX53 bus frequecy driver, Add handlers for DDR3 boards, MX53 DDR2 handlers not implemented in this patch Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2011-01-25ENGR00138477 USB: perfect usb debug fileZhang Yan
Open usb clock before view usb debug file. avoid system hang when view usb debug information in suspend state. Signed-off-by: Zhang Yan <b34916@freescale.com>
2011-01-25ENGR00119661 MXC IPUv3 FB:Fix arbitary bpp issueLiu Ying
We used to force the framebuffer bpp to be default bpp set by the user in the kernel boot up command line. This patch fixes this issue. This patch also gets TVE framebuffer bpp value from IPUv3 framebuffer. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
2011-01-24ENGR00138425 MX53 LOCO/SMD: Only preset voltage for suspend to mem modeZhou Jingyu
Only preset voltage for suspend to mem mode Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2011-01-23ENGR00138065 linux: System hang when running tiger and then moving usb mouseDennis Wenzel
Problem fixed so remove warning message not to run OpenVG apps with X accel. Signed-off-by: Dennis Wenzel <b21659@freescale.com>
2011-01-24ENGR00138371 usb-otg: some variables should be updated at otg irqPeter Chen
otg->host->is_b_host and otg->gadget->is_a_peripheral should be updated at otg irq, as the host and device driver may use these two variables. enable clk before request_irq Signed-off-by: Peter Chen <peter.chen@freescale.com>
2011-01-21ENGR00137224 L2Switch: Fix L2Switch port learn not take effect issue.Fan Zhicheng
Fix Mx28 L2Switch port learning not works issue. Signed-off-by: Fan Zhicheng <r32736@freescale.com>
2011-01-21ENGR00138217 mx53: use arm_podf to switch cpu frequencyLily Zhang
Use arm_podf to switch cpu frequency when the pll_rate is same. Remove pll settings for 400MHZ, 160MHZ since they use arm_podf for cpu frequency change. For 1.2GHZ, 1GHZ, 800MHZ working point, relock pll is used. So pll settings are kept. Signed-off-by: Lily Zhang <r58066@freescale.com>
2011-01-21ENGR00138201 MX53_SMD: BT: add delay after BT chip resetZhang Jiejing
add 100ms delay after BT chip reset, make it work stable. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
2011-01-21ENGR00138270-3 ipuv3 fb: refine pan display methodJason Chen
Refine pan display method. Signed-off-by: Jason Chen <b02280@freescale.com>
2011-01-21ENGR00138270-2 ipuv3: change ipu_check_buffer_busy to ipu_check_buffer_readyJason Chen
Change ipu_check_buffer_busy to ipu_check_buffer_ready. Signed-off-by: Jason Chen <b02280@freescale.com>
2011-01-21ENGR00138270-1 header file: change ipu_check_buffer_busy func name.Jason Chen
Change ipu_check_buffer_busy to ipu_check_buffer_ready. Signed-off-by: Jason Chen <b02280@freescale.com>
2011-01-21ENGR00138268 hdmi: change device create methodJason Chen
Change to platform_device_register_simple(). Change check sysfs node to /sys/devices/platform/sii9022.0/cable_state. Signed-off-by: Jason Chen <b02280@freescale.com>
2011-01-20ENGR00138222 MX5x SAHARA Do not call clk_disable in IRQ contextAnish Trivedi
Removed clk_disable call from ISR, and moved it to postprocess function that is queued up for exection later. Also fixed debug print that was referring to a non-existent struct member. Signed-off-by: Anish Trivedi <anish@freescale.com>
2011-01-20ENGR00138141 GPU: add a wait loop to check timestamp for yamatoRichard Zhao
When bus is busy, for example vpu is working too, the timestamp is possiblly not yet refreshed to memory by yamato when we get GSL_INTR_YDX_CP_RING_BUFFER. For most cases, it will hit on first loop cycle. So it don't effect performance. Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
2011-01-19ENGR00138211 mx5: don't allow to enter low bus if only have 1 WPLily Zhang
Current set_low_bus_freq codes enter low bus frequency automatically if the CPU frequency is the lowest one. If only have one working point, it enters low bus state in boot up phase. It causes mx53 RevA board hang up in boot phase. And it also causes the bus frequency of mx53 ard is reduced. This patch doesn't allow to enter low bus state if only have 1 WP Signed-off-by: Lily Zhang <r58066@freescale.com>
2011-01-19ENGR00138213-2 Add da9053 power key to mx53 smd &locoZhou Jingyu
add defconfig, remove gpio power key fix some defconfig item miss Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2011-01-19ENGR00138213-1 Add da9053 power key to mx53 smd &locoZhou Jingyu
Add da9053 power key config, add key up event Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
2011-01-19ENGR00138130-2 MX53_ARD: add max11801 touch device.Zhang Jiejing
Add max11801 touch screen driver for MX53_ARD. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>