]> git.karo-electronics.de Git - karo-tx-linux.git/log
karo-tx-linux.git
11 years agoENGR00163603-3 MX6Q/UART : add DMA support to uart driver
Huang Shijie [Fri, 4 Nov 2011 09:15:20 +0000 (17:15 +0800)]
ENGR00163603-3 MX6Q/UART : add DMA support to uart driver

add the DMA support for the uart driver.

Signed-off-by: Huang Shijie <b32955@freescale.com>
11 years agoENGR00163603-2 IMX/SDMA : save the real count for one DMA transaction.
Huang Shijie [Wed, 23 Nov 2011 08:45:17 +0000 (16:45 +0800)]
ENGR00163603-2 IMX/SDMA : save the real count for one DMA transaction.

When we use the SDMA in the UART driver(such as imx6q), we will
meet one situation:
  Assume we set 64 bytes for the RX DMA buffer.
  The receiving DMA buffer has received some data, but not full.
  An Aging DMA request will be received by the SDMA controller if we enable the
  IDDMAEN(UCR4[6]) in this case.

So the UART driver needs to know the count of the real received bytes,
and push them to upper layer.

Add two new fields to sdmac, and update the `residue` in sdma_tx_status().

Signed-off-by: Huang Shijie <b32955@freescale.com>
11 years agoENGR00163603-1 MX6Q/UART : enable DMA support in the MX6Q-ARM2 board
Huang Shijie [Fri, 18 Nov 2011 06:05:50 +0000 (14:05 +0800)]
ENGR00163603-1 MX6Q/UART : enable DMA support in the MX6Q-ARM2 board

add the DMA feature to the MX6Q-ARM2 board.

Signed-off-by: Huang Shijie <b32955@freescale.com>
11 years agoENGR00163275 [MX6]Fix PLL enable fail panic
Anson Huang [Thu, 1 Dec 2011 07:51:27 +0000 (15:51 +0800)]
ENGR00163275 [MX6]Fix PLL enable fail panic

The root cause is irqs come between PLL register reading
and getting system time, an interrupt handle could take
more than 2ms, which will make the time reading and register
reading unalignment, see below:

1. pll reg read, it is still not locked;
2. here comes an interrupt, and its handler could spent > 2ms;
3. time reading, found current time already > expiration time(1.2ms),
   and we treated the pll lock fail;

There are two method could fix it, one is disable interrupt
during pll lock bit and time expiration check, the other is
to add a second time read after time expiration to make sure
the pll didn't lock during the time we set. I choose the seconde
choise, since it impacts kernel less than disable interrupt;

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00163616 [mx6q]hdmi will hang in daily build image
Tony Lin [Wed, 30 Nov 2011 08:17:15 +0000 (16:17 +0800)]
ENGR00163616 [mx6q]hdmi will hang in daily build image

make sure the pointer is valid before accessing

Signed-off-by: Tony Lin <tony.lin@freescale.com>
11 years agoENGR00163615 mx6q: sabrelite RevC: change GPIO for flexcan
Dong Aisheng [Wed, 30 Nov 2011 08:23:19 +0000 (16:23 +0800)]
ENGR00163615 mx6q: sabrelite RevC: change GPIO for flexcan

GPIOs used by flexcan are changed on RevC board.
Updating the code for RevC board.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
11 years agoENGR00163510 MX6Q: AHCI: One brand 1T HDD can't pwr up properly
Richard Zhu [Wed, 30 Nov 2011 07:28:52 +0000 (15:28 +0800)]
ENGR00163510 MX6Q: AHCI: One brand 1T HDD can't pwr up properly

More time is required by one brand 1T HDD,
change the delay mechanism to fix it.

Signed-off-by: Richard Zhu <r65037@freescale.com>
11 years agoENGR00163497-3 MX6Q: Enable io_init function for camera drivers
Even Xu [Wed, 30 Nov 2011 01:36:18 +0000 (09:36 +0800)]
ENGR00163497-3 MX6Q: Enable io_init function for camera drivers

1. Enable io_init function for camera drivers.
2. Add ov5640_mipi camera driver supported resolutions
3. Fine-turn ov5640_mipi camera driver output image quality

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00163497-2 MX6Q: Add io_init for mipi sensor and camera sensor
Even Xu [Wed, 30 Nov 2011 01:33:09 +0000 (09:33 +0800)]
ENGR00163497-2 MX6Q: Add io_init for mipi sensor and camera sensor

1. Add io_init function for mipi sensor and camera sensor.
2. Remove "mipi_sensor" cmd line

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00163497-1 Add a "io_init" function to fsl camera platform data
Even Xu [Wed, 30 Nov 2011 01:28:33 +0000 (09:28 +0800)]
ENGR00163497-1 Add a "io_init" function to fsl camera platform data

Add a new member named "io_init" to fsl camera platform data, this
Function can initialize IO of camera sensor before it works.

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00162676 Fix for DVFS on MX6 Sabre-lite
Mahesh Mahadevan [Tue, 29 Nov 2011 10:27:32 +0000 (04:27 -0600)]
ENGR00162676 Fix for DVFS on MX6 Sabre-lite

Fix ensures the regulator API works correctly when adjusting
core voltages during DVFS on MX6 Sabre-lite

Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
11 years agoENGR00163247-3 MX6Q: MIPI sensor add prp viewfinder and prp enc support
Even Xu [Mon, 28 Nov 2011 06:28:44 +0000 (14:28 +0800)]
ENGR00163247-3 MX6Q: MIPI sensor add prp viewfinder and prp enc support

1. Enable prp viewfinder setting for DPFG
2. Enable prp viewfinder setting for DFBG
3. Enable prp enc setting
4. Add some error massage for calling mipi csi2 driver fail

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00163247-2 MX6Q: MIPI sensor add prp viewfinder and prp enc support
Even Xu [Mon, 28 Nov 2011 06:29:32 +0000 (14:29 +0800)]
ENGR00163247-2 MX6Q: MIPI sensor add prp viewfinder and prp enc support

1. Enable ipu channel mipi setting
2. Change mipi csi2 driver common API to use lock

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00163247-1 MX6Q: MIPI sensor add prp viewfinder and prp enc support
Even Xu [Mon, 28 Nov 2011 06:29:16 +0000 (14:29 +0800)]
ENGR00163247-1 MX6Q: MIPI sensor add prp viewfinder and prp enc support

1. Add mipi_en information to mipi csi2 driver info
2. Add mipi related value to ipu channel parameter

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00163128 [MX6q_ARM2]SATA Boot: reboot failed if boot from SATA
Richard Zhu [Mon, 28 Nov 2011 05:02:51 +0000 (13:02 +0800)]
ENGR00163128 [MX6q_ARM2]SATA Boot: reboot failed if boot from SATA

The root cause is that the sata power is not enabled after reboot
the system when boot from sata.
Built in the sata driver would fix this issue.
In this way, the sata power would be enabled defautly
when there is a sata device is plugged into the slot, otherwise,
the power would be disabled.
NOTE:
Pls don't plug the sata disk after the system is booted up.
System wouldn't recognized it, since there are no any power and
clocks on the sata slot.

Signed-off-by: Richard Zhu <r65037@freescale.com>
11 years agoENGR00163040 - FEC : Fix ethernet cannot work after system sleep.
Fugang Duan [Fri, 25 Nov 2011 10:27:29 +0000 (18:27 +0800)]
ENGR00163040 - FEC : Fix ethernet cannot work after system sleep.

- Descript:
  Ethernet can't work in uboot and kernel DHCP throught press
 'reset' key when send sleep command 'echo mem > /sys/power/state'
- Cause:
  FEC driver will power down phy when system sleep. If just reset the
  board, FEC driver cannot run resume function. So, need power on phy
  in uboot and linux driver.

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00163120 pwm backlight: work-around for lvds panel blank issue on mx6q
Jason Chen [Fri, 25 Nov 2011 05:40:42 +0000 (13:40 +0800)]
ENGR00163120 pwm backlight: work-around for lvds panel blank issue on mx6q

make all display can control pwm backlight.

NOTE!!!:

it's not a good solution, will bring side-affect of no backlight display
device can disable pwm backlight of other display device.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00163057 ARM: imx6q: add gpu suspend/resume support
Richard Zhao [Thu, 24 Nov 2011 03:34:28 +0000 (11:34 +0800)]
ENGR00163057 ARM: imx6q: add gpu suspend/resume support

GPU power down/up follow a restrict process.

Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
11 years agousb: gadget: file_storage: fix race on unloading
Yauheni Kaliuta [Thu, 13 Oct 2011 11:19:05 +0000 (14:19 +0300)]
usb: gadget: file_storage: fix race on unloading

There is a race, reproduced rarely if you unload the module
when host finishes mass storage device initialization (reading
partition table and so on): fsg_unbind() code first closes
lun files then waits for worker thread to finish its work, as
the result the thread may operate on already closed device
with an oops and backtrace:

[  484.937225] [<b00e403c>] (touch_atime+0x4/0x140) from [<b00a1498>] (generic_file_aio_read+0x678/0x6f0)
[  484.946563] [<b00a1498>] (generic_file_aio_read+0x678/0x6f0) from [<b00d08c4>] (do_sync_read+0xb0/0xf4)
[  484.955963] [<b00d08c4>] (do_sync_read+0xb0/0xf4) from [<b00d1478>] (vfs_read+0xac/0x144)
[  484.964172] [<b00d1478>] (vfs_read+0xac/0x144) from [<af24c6a8>] (fsg_setup+0x7f4/0x900 [g_file_storage])
[  484.973785] [<af24c6a8>] (fsg_setup+0x7f4/0x900 [g_file_storage]) from [<af24da14>] (fsg_main_thread+0x85c/0x175c [g_file_storage])
[  484.985626] [<af24da14>] (fsg_main_thread+0x85c/0x175c [g_file_storage]) from [<b0077c48>] (kthread+0x7c/0x84)
[  484.995666] [<b0077c48>] (kthread+0x7c/0x84) from [<b002f950>] (kernel_thread_exit+0x0/0x8)
[  485.004028] Code: eaffffd0 e28dd008 e8bd8df0 e92d40f7 (e591400c)

Change the order in unbind: wait for the thread first, then close
the files.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
11 years agoENGR00161617_1 [MX6] : Get FEC MAC addr from the shadow reg.
Fugang Duan [Wed, 23 Nov 2011 06:21:48 +0000 (14:21 +0800)]
ENGR00161617_1 [MX6] : Get FEC MAC addr from the shadow reg.

- Correct FEC to get the default MAC address from OCOTP
  shadow reg.

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00162919 mxc_vout: there is one column garbage line at right for split mode
Jason Chen [Wed, 23 Nov 2011 02:46:01 +0000 (10:46 +0800)]
ENGR00162919 mxc_vout: there is one column garbage line at right for split mode

as ipu processing device driver has protect check, the CR ENGR00155141 can be
reverted, this CR is the cause of garbage line.
this patch also change v4l2 output try_task function to make sure there is no
cropping for output when display support window.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162881 Workaround for some MX6x boards failed read EDID data
Sandor Yu [Tue, 22 Nov 2011 12:25:32 +0000 (20:25 +0800)]
ENGR00162881 Workaround for some MX6x boards failed read EDID data

HDMI video mode setting in command line will not work if no EDID data
reading from HDMI sink.
Creat a default modelist for HDMI video mode when no EDID data.
Then default video mode can work even if no EDID data.

Signed-off-by: Sandor Yu <R01008@freescale.com>
11 years agoENGR00162885 mx6q: sabrelite: add flexcan support
Dong Aisheng [Tue, 22 Nov 2011 07:59:51 +0000 (15:59 +0800)]
ENGR00162885 mx6q: sabrelite: add flexcan support

Add flexcan support.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
11 years agoENGR00162867 [MX6]Fix pm bug of error coding
Anson Huang [Tue, 22 Nov 2011 10:26:57 +0000 (18:26 +0800)]
ENGR00162867 [MX6]Fix pm bug of error coding

Before suspend, we need to check whether there
is wakeup source's irq pending via GPC_ISR1~4,
previous coding checked for set of irq status
of GPC_ISR1, should be GPC_ISR1~4.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162709 Add Support for MX6Q Sabre Auto
Eric Sun [Mon, 21 Nov 2011 11:09:33 +0000 (19:09 +0800)]
ENGR00162709 Add Support for MX6Q Sabre Auto

Code change in none-mach code for support MX6Q Sabre Auto.

Signed-off-by: Eric Sun <jian.sun@freescale.com>
11 years agoENGR00162709 Add Support for MX6Q Sabre Auto
Eric Sun [Mon, 21 Nov 2011 11:08:59 +0000 (19:08 +0800)]
ENGR00162709 Add Support for MX6Q Sabre Auto

Add file board-mx6q_sabreauto.c. The only real difference from
board-mx6q_arm2.c is SD pin configuration is changed.

Signed-off-by: Eric Sun <jian.sun@freescale.com>
11 years agoENGR00162792-2 [IMX6Q] mmc host pm caps should be board related
Ryan QIAN [Tue, 22 Nov 2011 02:40:25 +0000 (10:40 +0800)]
ENGR00162792-2 [IMX6Q] mmc host pm caps should be board related

- add board data for mmc host keep power at suspend

Signed-off-by: Ryan QIAN <b32804@freescale.com>
11 years agoENGR00162792-1 [IMX6Q] mmc host pm caps should be board specific
Ryan QIAN [Tue, 22 Nov 2011 02:38:32 +0000 (10:38 +0800)]
ENGR00162792-1 [IMX6Q] mmc host pm caps should be board specific

- move mmc host pm caps into board specific section

Signed-off-by: Ryan QIAN <b32804@freescale.com>
11 years agoENGR00162478 MX6 Sabre-lite, add ASRC support
Mahesh Mahadevan [Mon, 21 Nov 2011 19:13:16 +0000 (13:13 -0600)]
ENGR00162478 MX6 Sabre-lite, add ASRC support

Add support for ASRC driver in MX6 sabre-lite

Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
11 years agoENGR00162732 [MX6q] Correct gpu2d clock setting
Larry Li [Mon, 21 Nov 2011 09:43:45 +0000 (17:43 +0800)]
ENGR00162732 [MX6q] Correct gpu2d clock setting

In MX6 gpu2d core clock setting, gpu3d core clock field is misued
to set 2d core clock rate. Correct it to use the right clock field

Signed-off-by: Larry Li <b20787@freescale.com>
11 years agoENGR00162681 iMX6 SDIO WIFI AR6003 failed to work on resuming
Ryan QIAN [Mon, 21 Nov 2011 06:43:20 +0000 (14:43 +0800)]
ENGR00162681 iMX6 SDIO WIFI AR6003 failed to work on resuming

- Add keep power option to mmc pm_caps, since
power of SD can not be cut on mx6, which should
be indicated in host pm cap.

Signed-off-by: Ryan QIAN <b32804@freescale.com>
11 years agousb: gadget: file_storage: fix race on unloading
Yauheni Kaliuta [Thu, 13 Oct 2011 11:19:05 +0000 (14:19 +0300)]
usb: gadget: file_storage: fix race on unloading

There is a race, reproduced rarely if you unload the module
when host finishes mass storage device initialization (reading
partition table and so on): fsg_unbind() code first closes
lun files then waits for worker thread to finish its work, as
the result the thread may operate on already closed device
with an oops and backtrace:

[  484.937225] [<b00e403c>] (touch_atime+0x4/0x140) from [<b00a1498>] (generic_file_aio_read+0x678/0x6f0)
[  484.946563] [<b00a1498>] (generic_file_aio_read+0x678/0x6f0) from [<b00d08c4>] (do_sync_read+0xb0/0xf4)
[  484.955963] [<b00d08c4>] (do_sync_read+0xb0/0xf4) from [<b00d1478>] (vfs_read+0xac/0x144)
[  484.964172] [<b00d1478>] (vfs_read+0xac/0x144) from [<af24c6a8>] (fsg_setup+0x7f4/0x900 [g_file_storage])
[  484.973785] [<af24c6a8>] (fsg_setup+0x7f4/0x900 [g_file_storage]) from [<af24da14>] (fsg_main_thread+0x85c/0x175c [g_file_storage])
[  484.985626] [<af24da14>] (fsg_main_thread+0x85c/0x175c [g_file_storage]) from [<b0077c48>] (kthread+0x7c/0x84)
[  484.995666] [<b0077c48>] (kthread+0x7c/0x84) from [<b002f950>] (kernel_thread_exit+0x0/0x8)
[  485.004028] Code: eaffffd0 e28dd008 e8bd8df0 e92d40f7 (e591400c)

Change the order in unbind: wait for the thread first, then close
the files.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
11 years agoENGR00162701 mxc_vout: fix potential deadlock of fb_blank
Jason Chen [Mon, 21 Nov 2011 07:42:17 +0000 (15:42 +0800)]
ENGR00162701 mxc_vout: fix potential deadlock of fb_blank

add FBINFO_MISC_USEREVENT flag before calling fb_blank

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162176 ipu: fix v4l2 capture issues when display blank
Yuxi Sun [Mon, 21 Nov 2011 06:31:56 +0000 (14:31 +0800)]
ENGR00162176 ipu: fix v4l2 capture issues when display blank

Add get and put ipu when enable and disable csi

Signed-off-by: Yuxi Sun <b36102@freescale.com>
11 years agoENGR00161644 usb-gadget: prime directly for status dTD of ep0
Peter Chen [Mon, 21 Nov 2011 06:10:49 +0000 (14:10 +0800)]
ENGR00161644 usb-gadget: prime directly for status dTD of ep0

During the setup transfer, if prime status just after prime the data,
but before the data completes, there is a potential problem:
The device's qTD has NO direction bit, If the IN request(Status Stage)
is added to qTD list while the OUT (Data Stage) is priming,
then the IN will not prime by software, it will prime automatically
by controller as OUT.

We met one usb hang issue during repeat plug in/out test at i.mx6q
that the data status has finished but status has never finished,
it is most likely above issue.

After this fix, the repeat plug in/out test passes successfully.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
11 years agoENGR00161951-2 [mx6q]performance monitor device
Tony Lin [Fri, 11 Nov 2011 03:00:39 +0000 (11:00 +0800)]
ENGR00161951-2 [mx6q]performance monitor device

add performance monitor device to mx6q arm2 board.
add perfmon clocks to clock tree.
add perfmon to default config as a module

Signed-off-by: Tony Lin <tony.lin@freescale.com>
11 years agoENGR00161951-1 [mx6q]performance monitor driver
Tony Lin [Fri, 11 Nov 2011 03:00:39 +0000 (11:00 +0800)]
ENGR00161951-1 [mx6q]performance monitor driver

add plt_init & plt_exit functions to structure, so that
the driver would have chance to do platform specific init and exit

Signed-off-by: Tony Lin <tony.lin@freescale.com>
11 years agoENGR00162666 mxc_vout: v4l2 playback blocking issue
Jason Chen [Mon, 21 Nov 2011 02:18:33 +0000 (10:18 +0800)]
ENGR00162666 mxc_vout: v4l2 playback blocking issue

1. add pos restore to 0,0
2. adjust code sequnce to avoid lock issue.
3. add on-the-fly S_CTRL support

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162665 ipuv3 fb: fix non-interleave format wrong color issue
Jason Chen [Mon, 21 Nov 2011 02:16:07 +0000 (10:16 +0800)]
ENGR00162665 ipuv3 fb: fix non-interleave format wrong color issue

fix fb offset base address under non-interleave format.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162664 mxc_vout: modify pp bypass condition
Jason Chen [Mon, 21 Nov 2011 02:14:01 +0000 (10:14 +0800)]
ENGR00162664 mxc_vout: modify pp bypass condition

1. pp bypass's rotate value should be smaller than IPU_ROTATE_HORIZ_FLIP.
2. use del_timer_sync instead of del_timer for SMP.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162663 ipuv3 fb: add vertical flip support
Jason Chen [Mon, 21 Nov 2011 02:11:42 +0000 (10:11 +0800)]
ENGR00162663 ipuv3 fb: add vertical flip support

support vertical flip for fb.
just set it by:
echo 1 > /sys/class/graphics/fb0/rotate

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162646 [DVFS]Fix build warning
Anson Huang [Sat, 19 Nov 2011 02:43:14 +0000 (10:43 +0800)]
ENGR00162646 [DVFS]Fix build warning

Fix dvfs_core build warning:

  arch/arm/plat-mxc/dvfs_core.c:824: warning: 'downthreshold_show'
  defined but not used

  arch/arm/plat-mxc/dvfs_core.c:830: warning: 'downthreshold_store'
  defined but not used

  arch/arm/plat-mxc/dvfs_core.c:842: warning: 'downcount_show' defined
  but not used

  arch/arm/plat-mxc/dvfs_core.c:848: warning: 'downcount_store' defined
  but not used

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162643 [MX6]Decline SOC LDO voltage to make suspend/resume work
Anson Huang [Sat, 19 Nov 2011 02:24:21 +0000 (10:24 +0800)]
ENGR00162643 [MX6]Decline SOC LDO voltage to make suspend/resume work

Need to decline SOC LDO domain voltage to make 800M ARM2 board work,
we can set the SOC power domain to be same as ARM core power domain.
Tested on both 1G rework board and 800M origin board.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162612 [Mx6]Change arm core voltage of suspend for 1G cpufreq
Anson Huang [Fri, 18 Nov 2011 13:11:04 +0000 (21:11 +0800)]
ENGR00162612 [Mx6]Change arm core voltage of suspend for 1G cpufreq

Previous setting for ARM core is 1V during suspend, it
is working for 800MHz cpu freq, but not enough for
1G cpu freq, actually, we didn't need to change ARM core
LDO's setting during suspend, hardware will auto change it.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162583-3 usb header: avoid class driver access register after usb is off
Peter Chen [Fri, 18 Nov 2011 06:02:45 +0000 (14:02 +0800)]
ENGR00162583-3 usb header: avoid class driver access register after usb is off

- An well-behavior class driver should disable their endpoints
after being notified disconnect with host, we use all endpoints
are stopped (ep->stopped)  to indicates the class
driver will not visit device driver any more.
the ep-stopped will be initialized as 1 for non-control endpoint
it will be 0 after fsl_ep_enable, and be 1 after fsl_ep_disable.
Where is a non-sleep wait routine at disconnect event for waiting all
endpoints are stopped
- Some controller's (like i.mx6q) DP will change from J
to SE0 slowly after the cable disconnects with host, in that case there
will be a wakeup interrupt after driver enables the wakeup interrupt.
For i.mx6q, there is a discharge routine for DP after the disconnection.
- Should not wait vbus to low during first otg switch, as the wait will
be timeout when the usb cable is connecting to host.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
11 years agoENGR00162583-2 usb driver: avoid class driver access register after usb is off
Peter Chen [Fri, 18 Nov 2011 06:01:06 +0000 (14:01 +0800)]
ENGR00162583-2 usb driver: avoid class driver access register after usb is off

- An well-behavior class driver should disable their endpoints
after being notified disconnect with host, we use all endpoints
are stopped (ep->stopped)  to indicates the class
driver will not visit device driver any more.
the ep-stopped will be initialized as 1 for non-control endpoint
it will be 0 after fsl_ep_enable, and be 1 after fsl_ep_disable.
Where is a non-sleep wait routine at disconnect event for waiting all
endpoints are stopped
- Some controller's (like i.mx6q) DP will change from J
to SE0 slowly after the cable disconnects with host, in that case there
will be a wakeup interrupt after driver enables the wakeup interrupt.
For i.mx6q, there is a discharge routine for DP after the disconnection.
- Should not wait vbus to low during first otg switch, as the wait will
be timeout when the usb cable is connecting to host.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
11 years agoENGR00162583-1 usb msl: avoid class driver access register after usb is off
Peter Chen [Fri, 18 Nov 2011 05:57:47 +0000 (13:57 +0800)]
ENGR00162583-1 usb msl: avoid class driver access register after usb is off

- An well-behavior class driver should disable their endpoints
after being notified disconnect with host, we use all endpoints
are stopped (ep->stopped)  to indicates the class
driver will not visit device driver any more.
the ep-stopped will be initialized as 1 for non-control endpoint
it will be 0 after fsl_ep_enable, and be 1 after fsl_ep_disable.
Where is a non-sleep wait routine at disconnect event for waiting all
endpoints are stopped
- Some controller's (like i.mx6q) DP will change from J
to SE0 slowly after the cable disconnects with host, in that case there
will be a wakeup interrupt after driver enables the wakeup interrupt.
For i.mx6q, there is a discharge routine for DP after the disconnection.
- Should not wait vbus to low during first otg switch, as the wait will
be timeout when the usb cable is connecting to host.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
11 years agoENGR00162319: MX6 - Add support for updated VDDARM voltages
Ranjani Vaidyanathan [Wed, 16 Nov 2011 00:28:30 +0000 (18:28 -0600)]
ENGR00162319: MX6 - Add support for updated VDDARM voltages

Set the ARM LDO voltage to 1.225V to run the part at 1GHz.
Also updated the rest of the voltages based on the latest
available working points.
The boards will need to be modified for this change to work
correctly. Please ensure that the VDDARM_IN is set to 1.38V
(using the potentiometer on the ARM2 board or choosing the correct
resistors on the sabrelite boards).
Also added command line option (arm_freq=800) to set the max ARM freq.
Add:
arm_freq=1000 -> to set the max ARM freq to 1GHz
arm_freq=800 -> to set the max ARM freq to 800MHz.

Default max ARM freq is 1GHz. No other values are currently
supported. If your board is not modified, please add the command
line "arm_freq=800' to avoid failures.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
11 years agoENGR00162475 ipuv3 fb: fix camera preview failure
Yuxi Sun [Thu, 17 Nov 2011 09:39:14 +0000 (17:39 +0800)]
ENGR00162475 ipuv3 fb: fix camera preview failure

fix camera preview failure when using double buffer mode for frame
buffer

Signed-off-by: Yuxi Sun <b36102@freescale.com>
11 years agoENGR00162506 mx6q: set a correct clock for asrc
Dong Aisheng [Thu, 17 Nov 2011 11:24:54 +0000 (19:24 +0800)]
ENGR00162506 mx6q: set a correct clock for asrc

The ASRC mem to mem mode does not work without this patch.
Bacause 1.5Mhz clock rate is not available which will cause
clock setting fail, change to 7.5Mhz (the mininum one) to make
ASRC work properly.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
11 years agoENGR00162013 - FEC : Fix loss interrupt when add "rootwait"
Fugang Duan [Fri, 11 Nov 2011 06:25:11 +0000 (14:25 +0800)]
ENGR00162013 - FEC : Fix loss interrupt when add "rootwait"

- MII timeout when config ipg 40MHz mode and add "rootwait"
  para in uboot. Kernel will delay before peripheral equipment
  are ready, which lead to CPU loss interrupt.
- So, prolong the timeout time, and increase the MII clock.

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00162198 [MX6q_ARM2]filesystem: Kernel dump if unplug SD card during bonnie
Tony Lin [Thu, 17 Nov 2011 09:49:15 +0000 (17:49 +0800)]
ENGR00162198 [MX6q_ARM2]filesystem: Kernel dump if unplug SD card during bonnie

add pointer check before accesssing to fix following problem

staErXtT 3'-efms. .(.mmcblk1p2): error: remounting filesystem read-only
Unable to handle kernel NULL pointer dereference at virtual address 00000010
pgd = df334000
[00000010] *pgd=71e85831, *pte=00000000, *ppte=00000000
Internal error: Oops: 17 [#1] PREEMPT SMP
last sysfs file: /sys/devices/platform/sdhci-esdhc-imx.2/mmc_host/mmc1/
mmc1:b368/serial
Modules linked in: ahci_platform ov3640_camera libahci libata
CPU: 1 Not tainted (2.6.38-daily-00808-g43b3e87 #1)
PC is at __mark_inode_dirty+0xc8/0x1b4
LR is at __mark_inode_dirty+0xb8/0x1b4
pc : [<800f7418>] lr : [<800f7408>] psr: 20000013
sp : df14dde0 ip : 00000062 fp : 00000000
r10: 003d2000 r9 : df14df38 r8 : 00000000
r7 : 4ec22acb r6 : 00000003 r5 : 00000000 r4 : e028c720
r3 : 00000001 r2 : 00000065 r1 : 804fe50c r0 : 00000001

Signed-off-by Tony Lin <tony.lin@freescale.com>

11 years agoENGR00162335-2 [mx6q_arm2]SD card 3.0 can't be recognized
Tony Lin [Thu, 17 Nov 2011 04:51:27 +0000 (12:51 +0800)]
ENGR00162335-2 [mx6q_arm2]SD card 3.0 can't be recognized

change mmc rescan delay to 500ms from 200ms.
this will make insert and removal reflection more stable.

Signed-off-by: Tony Lin <tony.lin@freescale.com>
11 years agoENGR00162335-1 [mx6q_arm2]SD card 3.0 can't be recognized
Tony Lin [Thu, 17 Nov 2011 04:51:27 +0000 (12:51 +0800)]
ENGR00162335-1 [mx6q_arm2]SD card 3.0 can't be recognized

fix pin conflict between sd vselect and canbus enable pin.
add 'canbus' to the cmdline will enable canbus driver.
if canbus driver is enabled, sd 3.0 card will not work

Signed-off-by: Tony Lin <tony.lin@freescale.com>
11 years agoENGR00162460:MX6-Revert "MX6-Disable PLL1 when CPU clk is below 400MHz."
Ranjani Vaidyanathan [Thu, 17 Nov 2011 05:16:28 +0000 (23:16 -0600)]
ENGR00162460:MX6-Revert "MX6-Disable PLL1 when CPU clk is below 400MHz."

This reverts commit 564e25cb10cd827ea3fa5cda2487fd978f08bbd7.
Sourcing ARM_CLK from PLL2_PFD_400M is causing issues when setting
the ARM_PODF. So for now source arm_clk from PLL1_SYS_MAIN only.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
11 years agoENGR00139276-2 MX6 BT: Enable basic bluetooth support to mx6q platform
Lionel Xu [Wed, 16 Nov 2011 09:03:36 +0000 (17:03 +0800)]
ENGR00139276-2 MX6 BT: Enable basic bluetooth support to mx6q platform

Modify uart driver to support DCE/DTE mode

Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
11 years agoENGR00139276-1 MX6 BT: Add basic bluetooth support to mx6 platform
Lionel Xu [Wed, 16 Nov 2011 08:57:27 +0000 (16:57 +0800)]
ENGR00139276-1 MX6 BT: Add basic bluetooth support to mx6 platform

Add basic bluetooth support to mx6q platform:
1) Enable bluetooth driver by default
2) Configure uart2 which is used by bluetooth

Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
11 years agoENGR00162364 flexcan: fix endless errors causing system hang
Dong Aisheng [Wed, 16 Nov 2011 09:46:59 +0000 (17:46 +0800)]
ENGR00162364 flexcan: fix endless errors causing system hang

Clear state error to avoid ednless state error if error happens
which will call napi_schedule() each time, seems a little high load,
to cause system hang.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
11 years agoENGR00162360 mxc_vout: fix STREAMOFF and G_CROP issues
Jason Chen [Wed, 16 Nov 2011 09:33:15 +0000 (17:33 +0800)]
ENGR00162360 mxc_vout: fix STREAMOFF and G_CROP issues

1. move videobuf_mmap_free to mxc_vout_release.
2. call videobuf_queue_cancel in mxc_vout_release if no streamon called.
3. correct return value of G_CROP for support_window case.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162358 ipuv3 fb: only check pos when fb is unblank
Jason Chen [Wed, 16 Nov 2011 09:29:19 +0000 (17:29 +0800)]
ENGR00162358 ipuv3 fb: only check pos when fb is unblank

only check pos when fb is unblank

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162354 ipuv3 device: correct kthread operation for split task
Jason Chen [Wed, 16 Nov 2011 09:23:07 +0000 (17:23 +0800)]
ENGR00162354 ipuv3 device: correct kthread operation for split task

make could_finish to volatile.
do_exit in split_task_thread instead of kthread_stop.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162334 Revert "ENGR00161764 mx6q: disable gc355 temporally"
wu guoxing [Tue, 15 Nov 2011 05:38:15 +0000 (13:38 +0800)]
ENGR00162334 Revert "ENGR00161764 mx6q: disable gc355 temporally"

This reverts commit 307e94178adc55b6f6230c83ad0dd4d25b18003e.

Signed-off-by: Wu Guoxing <b39297@freescale.com>
11 years agoENGR00162326 GPU: name AMD and Viv GPU correctly
wu guoxing [Wed, 16 Nov 2011 04:16:56 +0000 (12:16 +0800)]
ENGR00162326 GPU: name AMD and Viv GPU correctly

name AMD and Viv GPU correctly in Kconfig

Signed-off-by: Wu Guoxing <b39297@freescale.com>
11 years agoENGR00162325 mx6:Make GPU as kernel module defaultly
wu guoxing [Wed, 16 Nov 2011 03:56:45 +0000 (11:56 +0800)]
ENGR00162325 mx6:Make GPU as kernel module defaultly

GC355 needs to map all reserved memory and consume too much vmalloc space.
So it needs a special kernel command line vmalloc=xxxM.
otherwise, kernel can not boot

Signed-off-by: Wu Guoxing <b39297@freescale.com>
11 years agoENGR00162330 [mx6]Only mask irq#86 and #125 for wait mode
Anson Huang [Wed, 16 Nov 2011 06:04:41 +0000 (14:04 +0800)]
ENGR00162330 [mx6]Only mask irq#86 and #125 for wait mode

These two irqs can't be masked together, otherwise, system
will crash when only booting up one core, and NFS can only
work with 4 cores running. Need hardware team to help find
the root cause, this is only a temp work around.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162318: MX6: Donot power down PLL when PLL is disabled
Ranjani Vaidyanathan [Tue, 15 Nov 2011 22:59:38 +0000 (16:59 -0600)]
ENGR00162318: MX6: Donot power down PLL when PLL is disabled

Relocking of PLL sometimes takes longer than 1msec when PLL is
enabled after a power down. The kernel panics if the PLL is not locked
in 1ms. Max time expected by HW is only 500us.
Workaround is to disable the output of the PLL and set it in bypass
mode when its output is not being used.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
11 years agoENGR00162231 [Thermal]Remove unnecessary message
Anson Huang [Tue, 15 Nov 2011 10:18:48 +0000 (18:18 +0800)]
ENGR00162231 [Thermal]Remove unnecessary message

Remove unnecessary message.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162218 mxc_vout: put set position function before set var
Jason Chen [Tue, 15 Nov 2011 09:57:46 +0000 (17:57 +0800)]
ENGR00162218 mxc_vout: put set position function before set var

fb set var will check the window position with window size, so the
correct way is setting position before fb_set_var.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162208 ipuv3 device: fix jitter issue of split mode
Jason Chen [Tue, 15 Nov 2011 09:33:15 +0000 (17:33 +0800)]
ENGR00162208 ipuv3 device: fix jitter issue of split mode

if play video with split mode, there is chance to see jitter of split stripe.
fix it by correct sync method of split mode kthreads.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162206 mxc_vout: resize output crop on-the-fly
Jason Chen [Tue, 15 Nov 2011 09:23:06 +0000 (17:23 +0800)]
ENGR00162206 mxc_vout: resize output crop on-the-fly

adding support of set crop during streamon.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162064 mxc v4l2 output: check ipu task in S_CROP ioctl
Jason Chen [Tue, 15 Nov 2011 04:54:26 +0000 (12:54 +0800)]
ENGR00162064 mxc v4l2 output: check ipu task in S_CROP ioctl

In mxc_vout, ioctl S_CROP should call before S_FMT, for fist time S_CROP,
will not check ipu task, it actually will check in S_FMT, after S_FMT,
S_CROP should check ipu task too.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00162114 mx6: OpenVG can not work with latest kernel
wu guoxing [Mon, 14 Nov 2011 11:44:33 +0000 (19:44 +0800)]
ENGR00162114 mx6: OpenVG can not work with latest kernel

OpenVG can not work with latest kernel
this is caused by some gpu2d clock changes.

Signed-off-by: Wu Guoxing <b39297@freescale.com>
11 years agoENGR00162115 [WDOG]Should suspend timer in LPM
Anson Huang [Mon, 14 Nov 2011 12:31:30 +0000 (20:31 +0800)]
ENGR00162115 [WDOG]Should suspend timer in LPM

We should set the WDOG timer to suspend in low
power mode, or when system suspend, wdog will continue
to run, and reset the system. This WCR_WDZST is a write
once-only register.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162093 mx6q: use gpio_set_value_cansleep for sleepable gpios
Dong Aisheng [Mon, 14 Nov 2011 09:31:42 +0000 (17:31 +0800)]
ENGR00162093 mx6q: use gpio_set_value_cansleep for sleepable gpios

This can fix the following issue:
root@freescale ~$ ./ip link set can1 up type can bitrate 125000
flexcan imx6q-flexcan.1: writing ctrl=0x0e312005
------------[ cut here ]------------
WARNING: at drivers/gpio/gpiolib.c:1593 __gpio_set_value+0x64/0x74()
Modules linked in:
[<8005499c>] (unwind_backtrace+0x0/0x108) from [<804db0e8>] (dump_stack+0x20/0x24)
[<804db0e8>] (dump_stack+0x20/0x24) from [<80079ac0>] (warn_slowpath_common+0x5c/0x74)
[<80079ac0>] (warn_slowpath_common+0x5c/0x74) from [<80079b04>] (warn_slowpath_null+0x2c/0x34)
[<80079b04>] (warn_slowpath_null+0x2c/0x34) from [<80297d50>] (__gpio_set_value+0x64/0x74)
[<80297d50>] (__gpio_set_value+0x64/0x74) from [<80064630>] (mx6q_flexcan1_switch+0x50/0x54)
[<80064630>] (mx6q_flexcan1_switch+0x50/0x54) from [<80324bf0>] (flexcan_chip_start+0x2dc/0x378)
[<80324bf0>] (flexcan_chip_start+0x2dc/0x378) from [<80324d0c>] (flexcan_open+0x80/0xe8)
[<80324d0c>] (flexcan_open+0x80/0xe8) from [<8041b7a8>] (__dev_open+0xac/0xf8)
[<8041b7a8>] (__dev_open+0xac/0xf8) from [<80418848>] (__dev_change_flags+0x90/0x148)
[<80418848>] (__dev_change_flags+0x90/0x148) from [<8041b6c4>] (dev_change_flags+0x20/0x58)
[<8041b6c4>] (dev_change_flags+0x20/0x58) from [<804292d8>] (do_setlink+0x1a0/0x7b4)
[<804292d8>] (do_setlink+0x1a0/0x7b4) from [<8042a734>] (rtnl_newlink+0x438/0x488)
[<8042a734>] (rtnl_newlink+0x438/0x488) from [<8042a2d4>] (rtnetlink_rcv_msg+0x200/0x228)
[<8042a2d4>] (rtnetlink_rcv_msg+0x200/0x228) from [<80434e88>] (netlink_rcv_skb+0xcc/0xe8)
[<80434e88>] (netlink_rcv_skb+0xcc/0xe8) from [<8042a0cc>] (rtnetlink_rcv+0x2c/0x34)
[<8042a0cc>] (rtnetlink_rcv+0x2c/0x34) from [<80434aac>] (netlink_unicast+0x2c0/0x328)
[<80434aac>] (netlink_unicast+0x2c0/0x328) from [<804354a0>] (netlink_sendmsg+0x22c/0x350)
[<804354a0>] (netlink_sendmsg+0x22c/0x350) from [<80406e24>] (sock_sendmsg+0xa4/0xc4)
[<80406e24>] (sock_sendmsg+0xa4/0xc4) from [<804073a4>] (sys_sendmsg+0x140/0x270)
[<804073a4>] (sys_sendmsg+0x140/0x270) from [<8004dc40>] (ret_fast_syscall+0x0/0x30)
---[ end trace 4612d184c78ddab8 ]---

Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Lily Zhang
11 years agoENGR00162010-2 [Thermal]Add calibration to thermal
Anson Huang [Fri, 11 Nov 2011 10:45:15 +0000 (18:45 +0800)]
ENGR00162010-2 [Thermal]Add calibration to thermal

1.  Read calibration from fuse to adjust formula
for thermal driver;
2.  For the parts that didn't contain valid
calibration data, cooling device will be disabled;

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoENGR00162010-1 [MX6]Build in thermal driver
Anson Huang [Fri, 11 Nov 2011 10:43:30 +0000 (18:43 +0800)]
ENGR00162010-1 [MX6]Build in thermal driver

Build in thermal driver by default.

Signed-off-by: Anson Huang <b20788@freescale.com>
11 years agoARM: 6674/1: LPAE: use long long format when printing physical addresses and ptes
Will Deacon [Tue, 15 Feb 2011 13:31:37 +0000 (14:31 +0100)]
ARM: 6674/1: LPAE: use long long format when printing physical addresses and ptes

[Frank Li]Fix mx6 boot failure issue during cherry-pick

For the Kernel to support 2 level and 3 level page tables, physical
addresses (and also page table entries) need to be 32 or 64-bits depending
upon the configuration.

This patch uses the %08llx conversion specifier for physical addresses
and page table entries, ensuring that they are cast to (long long) so
that common code can be used regardless of the datatype widths.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
11 years agoENGR00161948 mxc v4l2 output: fix case of input crop with xoffset
Jason Chen [Mon, 14 Nov 2011 02:34:49 +0000 (10:34 +0800)]
ENGR00161948 mxc v4l2 output: fix case of input crop with xoffset

run test like:
/unit_tests//mxc_v4l2_output.out -iw 1280 -ih 720 -cr 1024 700 40 0 -ow 1024
-oh 700 /unit_tests/720p.yuv
Under IPU IC bypass mode, the output color is not correct.
And sometimes come out tearing issue.

Fix them by modify fb driver adding xpanstep support and set vb->state to DONE
after it finish show.

When previous videobuf finish show and next videobuf ready to show, set
VIDEOBUF_DONE state to avoid tearing issue, which make sure showing buffer will
not be dequeue to write new data. It also bring side-effect that the last buffer
can not be dequeue correctly, app need take care about it.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00143921-3 - PLAT-MXC - Update IOMUX settings for EPDC
Danny Nold [Wed, 9 Nov 2011 22:20:32 +0000 (16:20 -0600)]
ENGR00143921-3 - PLAT-MXC - Update IOMUX settings for EPDC

- Modified IOMUX keeper settings for EPDC pads

Signed-off-by: Danny Nold <dannynold@freescale.com>
11 years agoENGR00143921-2 - MACH-MX5 - Add EPDC/MAX17135 V3P3 regulator
Danny Nold [Wed, 9 Nov 2011 21:58:22 +0000 (15:58 -0600)]
ENGR00143921-2 - MACH-MX5 - Add EPDC/MAX17135 V3P3 regulator

- Added V3P3 regulator definitions to board file
- Added V3P3 GPIO defines and setup in board files
- Changed V220 panel timings to match settings used for certification

Signed-off-by: Danny Nold <dannynold@freescale.com>
11 years agoENGR00143921-1 - EPDC/MAX17135: Add controls for V3P3 regulator
Danny Nold [Thu, 3 Nov 2011 18:05:36 +0000 (13:05 -0500)]
ENGR00143921-1 - EPDC/MAX17135: Add controls for V3P3 regulator

- Added V3P3 regulator to max17135
- Added calls to enable/disable V3P3 regulator from EPDC driver
- Improved Kconfig detail for max17135 MFD and HWMON entries

Signed-off-by: Danny Nold <dannynold@freescale.com>
11 years agoENGR00162048 Align the MX6 Sabrelite set_cpu_voltage() with ARM2
Mahesh Mahadevan [Fri, 11 Nov 2011 14:39:16 +0000 (08:39 -0600)]
ENGR00162048 Align the MX6 Sabrelite set_cpu_voltage() with ARM2

Align the implementation, eventually this should go to a common place
across MX6 platforms

Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
11 years agoENGR00162035 Fix usage of snd_soc_update_bits() func in SGTL5000 driver
Mahesh Mahadevan [Thu, 10 Nov 2011 23:20:31 +0000 (17:20 -0600)]
ENGR00162035 Fix usage of snd_soc_update_bits() func in SGTL5000 driver

Some calls to the snd_soc_update_bits() uses an incorrect value for the
mask field

Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
11 years agoENGR00160525 MX6: fix mmu.c and cryptodev warning
Frank Li [Fri, 11 Nov 2011 02:29:48 +0000 (10:29 +0800)]
ENGR00160525 MX6: fix mmu.c and cryptodev warning

skip build cryptodev because no one use it now.

Signed-off-by: Frank Li <Frank.Li@freescale.com>
11 years agoENGR00161608 SSI: support 24bit samplerate
Gary Zhang [Fri, 11 Nov 2011 05:19:13 +0000 (13:19 +0800)]
ENGR00161608 SSI: support 24bit samplerate

Add 24bit sample rate playback support for SSI and sgtl5000
codec driver.

Signed-off-by: Gary Zhang <b13634@freescale.com>
11 years agoENGR00161617-1 [MX6] : Fix the build warning.
Fugang Duan [Fri, 11 Nov 2011 03:36:21 +0000 (11:36 +0800)]
ENGR00161617-1 [MX6] : Fix the build warning.

- Fix the building warning:
  common.h:75: warning: 'struct fec_platform_data' declared
  inside parameter list

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00159982-1 [MX6] : Fix FEC get clock rate function.
Fugang Duan [Thu, 10 Nov 2011 07:58:13 +0000 (15:58 +0800)]
ENGR00159982-1 [MX6] : Fix FEC get clock rate function.

- The clock formula has error, fix the get clock rate
  for FEC module.

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00161926 Change the PAD settings on SD3 Write Protect
Mahesh Mahadevan [Thu, 10 Nov 2011 11:54:37 +0000 (05:54 -0600)]
ENGR00161926 Change the PAD settings on SD3 Write Protect

Update the PAD settings to lower pull-up resistor as this was
causing WP to not be detected.

Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
11 years agoENGR00161848 mx5x: usb: fix build error
Peter Chen [Thu, 10 Nov 2011 02:45:23 +0000 (10:45 +0800)]
ENGR00161848 mx5x: usb: fix build error

Fix the build error for mx5x

arch/arm/plat-mxc/usb_common.c: In function 'fsl_usb_host_init':
arch/arm/plat-mxc/usb_common.c:526:
error: 'UCTRL_OVER_CUR_POL' undeclared (first use in this function)
arch/arm/plat-mxc/usb_common.c:526: error:
(Each undeclared identifier is reported only once
arch/arm/plat-mxc/usb_common.c:526:
error: for each function it appears in.)
arch/arm/plat-mxc/usb_common.c:529:
error: 'UCTRL_OVER_CUR_DIS' undeclared (first use in this function)
arch/arm/plat-mxc/usb_common.c: In function 'usbotg_init':
arch/arm/plat-mxc/usb_common.c:840:
error: 'UCTRL_OVER_CUR_POL' undeclared (first use in this function)
arch/arm/plat-mxc/usb_common.c:843:
error: 'UCTRL_OVER_CUR_DIS' undeclared (first use in this function)
make[1]: *** [arch/arm/plat-mxc/usb_common.o] Error 1
make: *** [arch/arm/plat-mxc] Error 2

Signed-off-by: Peter Chen <peter.chen@freescale.com>
11 years agoENGR00161845 mxc v4l2 output: add check of S_CROP width and height
Jason Chen [Thu, 10 Nov 2011 01:42:12 +0000 (09:42 +0800)]
ENGR00161845 mxc v4l2 output: add check of S_CROP width and height

To avoid CROP width=0 or height=0 case.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00161757 imx: add i2c depends of some drivers
Jason Chen [Wed, 9 Nov 2011 07:12:31 +0000 (15:12 +0800)]
ENGR00161757 imx: add i2c depends of some drivers

add i2c depends for mxc edid/dvi/hdmi driver.
add i2c depends for codec soc sgtl5000 and cs42888.

Signed-off-by: Jason Chen <b02280@freescale.com>
11 years agoENGR00161518 [MX6] USB: Add USB OC(Over Current) code
make shi [Wed, 9 Nov 2011 10:59:00 +0000 (18:59 +0800)]
ENGR00161518 [MX6] USB: Add USB OC(Over Current) code

Add config USB OC setting code for mx6q, and make the OC default off.
After adding it, fixing the loop less code during kernel boot in mx6qLite.

Signed-off-by: make shi <b15407@freescale.com>
11 years agoENGR00161617 - [MX6] : FEC get MAC address from OCOTP.
Fugang Duan [Tue, 8 Nov 2011 07:54:47 +0000 (15:54 +0800)]
ENGR00161617 - [MX6] : FEC get MAC address from OCOTP.

- FEC get the default MAC address from OCOTP.
- If the MAC address is all zero, get the random address.
- But, if add para "fec_mac=xx:xx:xx:xx:xx:xx" in uboot,
  FEC will get the last MAC address from uboot para.

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00161766 [MX6] change ov5640_mipi to a module
Even Xu [Wed, 9 Nov 2011 08:06:28 +0000 (16:06 +0800)]
ENGR00161766 [MX6] change ov5640_mipi to a module

1. Config MIPI CSI2 driver as a default build in driver
2. Change ov5640 mipi sensor as a module

Signed-off-by: Even Xu <b21019@freescale.com>
11 years agoENGR00161761 - [MX6] : workaround for IEEE 1588.
Fugang Duan [Wed, 9 Nov 2011 06:39:14 +0000 (14:39 +0800)]
ENGR00161761 - [MX6] : workaround for IEEE 1588.

- IEEE 1588 use 40MHz divided from pll3 480MHz. And use 480M ddr
  init script. So, cannot disable pll3 in clock.c file.

Signed-off-by: Fugang Duan <B38611@freescale.com>
11 years agoENGR00161764 mx6q: disable gc355 temporally
Richard Zhao [Wed, 9 Nov 2011 07:01:45 +0000 (15:01 +0800)]
ENGR00161764 mx6q: disable gc355 temporally

Reasons:
 - gc355 suspend failed. which cause the whole system suspend failed.
 - gc355 cause reserved memory must be ioremap, consume too much vmalloc space.
 - gc355 can not work in 4.6.2 gpu driver.

Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
11 years agoENGR00161755 MX6Q/MFGTOOL : disable GPU for MFGTOOL
Huang Shijie [Wed, 9 Nov 2011 05:36:17 +0000 (13:36 +0800)]
ENGR00161755 MX6Q/MFGTOOL : disable GPU for MFGTOOL

The GPU module will eat up lots of memory.
So disable GPU to save same memory.

Signed-off-by: Huang Shijie <b32955@freescale.com>
11 years agoENGR00161524 mx6q: fix pin conflicts between spdif and flexcan
Dong Aisheng [Mon, 7 Nov 2011 08:41:54 +0000 (16:41 +0800)]
ENGR00161524 mx6q: fix pin conflicts between spdif and flexcan

Dynamically checking whether enable spdif or flexcan via a boot
param 'spdif'.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
11 years agoENGR00161643-3 UTP : bugfix
Huang Shijie [Tue, 8 Nov 2011 09:39:35 +0000 (17:39 +0800)]
ENGR00161643-3 UTP : bugfix

The origin code lossed one line.
fix it.

Signed-off-by: Huang Shijie <b32955@freescale.com>
11 years agoENGR00161643-2 MX6Q-lite : enlarge the mtd partition of NOR
Huang Shijie [Tue, 8 Nov 2011 09:39:06 +0000 (17:39 +0800)]
ENGR00161643-2 MX6Q-lite : enlarge the mtd partition of NOR

64k is too small for uboot.
So enlarge the partition to 256K.

Signed-off-by: Huang Shijie <b32955@freescale.com>