linux.git
7 years agoMGS-2483 Increase the gpu 2d and 3d frequency to 475M Hz on 7ULP
Yuchou Gan [Tue, 20 Dec 2016 18:09:19 +0000 (02:09 +0800)]
MGS-2483 Increase the gpu 2d and 3d frequency to 475M Hz on 7ULP

Increase the gpu 2d and 3d frequency to 475M Hz on 7ULP

Signed-off-by: Yuchou Gan <yuchou.gan@nxp.com>
Date: Dec 20, 2016

7 years agoMLK-13621: ASoC: codec: wm8960: fix reset failed in probe
Shengjiu Wang [Tue, 20 Dec 2016 09:25:24 +0000 (17:25 +0800)]
MLK-13621: ASoC: codec: wm8960: fix reset failed in probe

There is occasion that wm8960 reset failed in the beginning,
Especially after board reboot. The issue is found in the
imx7d-sdb board Rev.C. After retry, the reset operation is
successful.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13632 driver: watchdog: Fix system reset when sending wdog unlock sequence
Bai Ping [Mon, 19 Dec 2016 10:11:07 +0000 (18:11 +0800)]
MLK-13632 driver: watchdog: Fix system reset when sending wdog unlock sequence

For i.MX7ULP wdog, when we want to unlock the wdog with 16bit unlock command,
the two unlock command sequence must be write to WDOG_CNT register within 16 bus
clocks, otherwise, system may be reset unexpected. As writel include memory barrier,
if we use writel to send the unlock command, it may take more time than 16 bus clock,
so we should use writel_relaxed to write the unlock command to the CNT register.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13601-02 ARM: imx: Add fuse check support for imx6ull
Bai Ping [Tue, 13 Dec 2016 08:57:58 +0000 (16:57 +0800)]
MLK-13601-02 ARM: imx: Add fuse check support for imx6ull

On i.MX6ULL, some part can run at 1GHz or 800MHz setpoint.
we need to use the speed grading fuse to disable the unsupported
setpoint. speed grading fuse define as below:
    2'b00: Reserved;
    2'b01: 528MHz;
    2'b10: 792MHz;
    2b'11: 996Mhz;

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13601-01 ARM: dts: imx: update the setpoint for imx6ull
Bai Ping [Tue, 13 Dec 2016 08:51:59 +0000 (16:51 +0800)]
MLK-13601-01 ARM: dts: imx: update the setpoint for imx6ull

According to the latest datasheet(Rev.0,09/2016), two new setpoints
are added on i.MX6ULL, 996MHz/1.25V and 792MHz/1.2V. these two setpoints
can only be enabled when LDO is enabled. In order to cover IR drop and
board tolerance, we add a 25mV margin to the voltage.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13616 ARM: imx: Add low power run voltage change support on i.MX6SLL
Bai Ping [Mon, 21 Nov 2016 06:56:12 +0000 (14:56 +0800)]
MLK-13616 ARM: imx: Add low power run voltage change support on i.MX6SLL

On i.MX6SLL, if all PLLs is bypassed in low power run mode, we can decrease
the VDD_ARM_IN and VDD_SOC_IN voltage to 0.925V to save power. a 25mV margin
is added to cover IR drop and board tolerance.

Add low power run voltage change support for i.MX6SLL.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13614 input: keyboard: imx: make sure keypad interrupts are enabled in suspend
Anson Huang [Thu, 15 Dec 2016 13:54:30 +0000 (21:54 +0800)]
MLK-13614 input: keyboard: imx: make sure keypad interrupts are enabled in suspend

Change the suspend/resume callback to suspend_noirq/resume_noirq
callback to make sure keypad interrupts are enabled during suspend,
as when there is keypad interrupt coming after suspend callback
is called, the interrupt handler will still be called and it will
disable keypad interrupts, it will cause keypad can NOT generate
interrupts to wake up system from suspend.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13625: ARM: dts: support spdif with imx51 evk expansion card
Shengjiu Wang [Fri, 16 Dec 2016 07:15:06 +0000 (15:15 +0800)]
MLK-13625: ARM: dts: support spdif with imx51 evk expansion card

The HDMI daughter card with sii902x will not be supported in
imx6sll-lpddr3-arm2 board, so use imx51 evk expansion card as spdif
interface

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13609: ASoC: fsl_sai: fix for synchronize mode
Shengjiu Wang [Mon, 12 Dec 2016 03:52:24 +0000 (11:52 +0800)]
MLK-13609: ASoC: fsl_sai: fix for synchronize mode

TX synchronous with receiver: the RMR should not be changed and
the RCSR.RE should be set in playback.
RX synchronous with transmitter: the TMR should not be changed and
the TCSR.TE should be set in recording.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13608: mfd: mxc-hdmi-core: fix the dependency of alsa sound
Shengjiu Wang [Wed, 14 Dec 2016 05:02:24 +0000 (13:02 +0800)]
MLK-13608: mfd: mxc-hdmi-core: fix the dependency of alsa sound

When remove sound card build config, there will be error

drivers/built-in.o: In function `mxc_hdmi_register_audio':
vf610_adc.c:(.text+0xd64f8): undefined reference to `_snd_pcm_stream_lock_irqsave'
vf610_adc.c:(.text+0xd6518): undefined reference to `snd_pcm_stream_unlock_irqrestore'
drivers/built-in.o: In function `mxc_hdmi_abort_stream':
vf610_adc.c:(.text+0xd65a4): undefined reference to `_snd_pcm_stream_lock_irqsave'
vf610_adc.c:(.text+0xd65d0): undefined reference to `snd_pcm_stream_unlock_irqrestore'
make: *** [vmlinux] Error 1

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13610-2 ARM: dts: imx7ulp-evk: add base board sd slot support
Haibo Chen [Thu, 15 Dec 2016 02:58:18 +0000 (10:58 +0800)]
MLK-13610-2 ARM: dts: imx7ulp-evk: add base board sd slot support

On imx7ulp-evk board, the SD slot on base board is conflict with BT/WiFi.
This patch seperate the usdhc1 from imx7ulp-evk.dts, and create new dts.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
7 years agoMLK-13610-1 ARM: dts: add SD3.0 support for usdhc0 on imx7ulp-evk
Haibo Chen [Wed, 14 Dec 2016 11:35:34 +0000 (19:35 +0800)]
MLK-13610-1 ARM: dts: add SD3.0 support for usdhc0 on imx7ulp-evk

Add SD3.0 support for usdhc0 on imx7ulp-evk board. Currently the
usdhc0 root clock is 158.4MHz.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
7 years agoMLK-13619 defconfig: enable lpspi in imx_v7_defconfig
Gao Pan [Thu, 15 Dec 2016 06:38:18 +0000 (14:38 +0800)]
MLK-13619 defconfig: enable lpspi in imx_v7_defconfig

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
7 years agoMLK-13618 arm: dts: enable lpspi3 in imx7ulp-evk.dts
Gao Pan [Thu, 15 Dec 2016 06:34:15 +0000 (14:34 +0800)]
MLK-13618 arm: dts: enable lpspi3 in imx7ulp-evk.dts

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
7 years agoMLK-13617 spi: imx7ulp: add i.MX7ULP lpspi bus driver
Gao Pan [Fri, 25 Mar 2016 08:49:27 +0000 (16:49 +0800)]
MLK-13617 spi: imx7ulp: add i.MX7ULP lpspi bus driver

Add i.MX7ULP lpspi bus driver which can continue operating
in stop modes provided an appropriate clock is available.

It is also designed for low CPU overhead with DMA offloading
of FIFO register accesses.

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
7 years agoMLK-13615-1 regulator: pf1550-regulator-rpmsg: should set voltage closest to min_uV
Dong Aisheng [Wed, 14 Dec 2016 22:54:45 +0000 (06:54 +0800)]
MLK-13615-1 regulator: pf1550-regulator-rpmsg: should set voltage closest to min_uV

According to API definition, Set the voltage for the regulator within the
range specified, the driver should select the voltage closest to min_uV.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
7 years agoMLK-9987: Input: imx_keypad: Fix suspend/resume while keypad is pressed
Fabio Estevam [Thu, 11 Dec 2014 15:14:22 +0000 (13:14 -0200)]
MLK-9987: Input: imx_keypad: Fix suspend/resume while keypad is pressed

Since commit commit 560a64749d1dd0ff ("ENGR00318936-2 input: keyboard: imx:
remove usless release interrupt enabled) the following problem happens:

- Keep any keypad key pressed
- Enter low power mode via "echo mem > /sys/power/state"
- Then we are no longer able to wake-up the system via the keypad

The reason for this behaviour is that the KRIE (Release Interrupt) is not
enabled.

In order to fix this problem, we should enable KRIE when a key is pressed
(KPKD bit is set) or enable KDIE when no key is pressed (KPKR is set).

This way we will always have a valid source of keypad interrupt no matter if
the system entered low power mode while a keypad key was pressed or not.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
(cherry picked from commit 5a7ab47e67d1045cb2f5d408c112617dff48dee2)
(cherry picked from commit f75c35512bd3df7dbb26f4a35cf17dcbb6ffb724)

7 years agoENGR00318936-2 input: keyboard: imx: remove usless release interrupt enabled code
Robin Gong [Wed, 18 Jun 2014 06:14:09 +0000 (14:14 +0800)]
ENGR00318936-2 input: keyboard: imx: remove usless release interrupt enabled code

Remove useless code for release interrupt enabled, because we check status by
timer rather than release interrupt. Remove the code which may disable depress
interrupt. Also make sure enable depress interrupt in suspend function.

Signed-off-by: Robin Gong <b38343@freescale.com>
(cherry picked from commit 806ed5b9769efff2c9d8c66ed19315b48ec6fd57)
(cherry picked from commit 307d613b1f363f802433cd2debbb2b28ddc17a06)

7 years agoENGR00318936-1 input: keyboard: imx: add pm_stay_awake and pm_relax
Robin Gong [Tue, 10 Jun 2014 03:56:49 +0000 (11:56 +0800)]
ENGR00318936-1 input: keyboard: imx: add pm_stay_awake and pm_relax

There is a small window after system suspend but timer scan function
didn't finish timely, in this case,  system enter suspend without kpp
interrupt enabled and failed to resume back if key depressed.We add
pm_stay_awake and pm_relax to make sure system suspend flow abort in
this case.

Signed-off-by: Robin Gong <b38343@freescale.com>
(cherry picked from commit 3868f06af8f39673f270643ada63dd88e2f5699e)
(cherry picked from commit 529dee44f7da0ad6d57a3e8ccd942af944f6723b)

7 years agoMLK-13613: ARM: configs: imx_v7_mfg_defconfig: Enable extcon USB GPIO
Han Xu [Wed, 14 Dec 2016 20:40:21 +0000 (14:40 -0600)]
MLK-13613: ARM: configs: imx_v7_mfg_defconfig: Enable extcon USB GPIO

enable extcon USB GPIO for mfgtool usb mfgtool download

Signed-off-by: Han Xu <han.xu@nxp.com>
7 years agoMLK-13612-3: mtd: spi-nor: add new NOR chip MX25R6435F info
Han Xu [Thu, 27 Oct 2016 15:45:41 +0000 (10:45 -0500)]
MLK-13612-3: mtd: spi-nor: add new NOR chip MX25R6435F info

ULP1 use new QSPI NOR chip MX25R6435F which is not in default id table.

Signed-off-by: Han Xu <han.xu@nxp.com>
7 years agoMLK-13612-2: mtd: fsl-quadspi: add QSPI driver on ULP1
Han Xu [Mon, 10 Oct 2016 21:43:35 +0000 (16:43 -0500)]
MLK-13612-2: mtd: fsl-quadspi: add QSPI driver on ULP1

Since QSPI is not in A7 domain on i.MX7ULP, the clock framework doesn't
provide support to handle related clock, add QUIRK to indicate the QSPI
was handled by u-boot. May change the code after clock framework
supports M4 domain.

Signed-off-by: Han Xu <han.xu@nxp.com>
7 years agoMLK-13612-1: ARM: dts: enable QSPI for i.MX7ULP1
Han Xu [Wed, 14 Dec 2016 17:38:49 +0000 (11:38 -0600)]
MLK-13612-1: ARM: dts: enable QSPI for i.MX7ULP1

Add one more dts for QSPI on i.MX7ULP1 for mfgtool purpose.

Signed-off-by: Han Xu <han.xu@nxp.com>
7 years agoMLK-13587: ARM: config: enable i.MX7ULP in imx_v7_mfg_defconfig
Han Xu [Fri, 9 Dec 2016 16:22:36 +0000 (10:22 -0600)]
MLK-13587: ARM: config: enable i.MX7ULP in imx_v7_mfg_defconfig

enable i.MX7ULP in imx_v7_mfg_defconfig by default.

Signed-off-by: Han Xu <han.xu@nxp.com>
7 years agoMLK-13605 ARM: dts: imx7d.dtsi: configure USB burst properly
Peter Chen [Wed, 14 Dec 2016 02:25:54 +0000 (10:25 +0800)]
MLK-13605 ARM: dts: imx7d.dtsi: configure USB burst properly

After testing, it can give the best performance.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13600 ARM: defconfig: imx_v7_defconfig: build-in more USB Ethernet cards
Peter Chen [Tue, 13 Dec 2016 02:45:14 +0000 (10:45 +0800)]
MLK-13600 ARM: defconfig: imx_v7_defconfig: build-in more USB Ethernet cards

To support more users for using NFS based on USB Ethernet.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13597-2 ARM: imx: update i.mx7d ddr3 script
Anson Huang [Mon, 12 Dec 2016 13:01:29 +0000 (21:01 +0800)]
MLK-13597-2 ARM: imx: update i.mx7d ddr3 script

Update i.MX7D DDR3 script to V2.0 for bank interleave.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13597-1 ARM: imx: update i.mx7d lpddr3 script
Anson Huang [Fri, 9 Dec 2016 11:00:53 +0000 (19:00 +0800)]
MLK-13597-1 ARM: imx: update i.mx7d lpddr3 script

Update i.MX7D LPDDR3 script to V2.0 for bank interleave.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13570-9 ARM: defconfig: imx_v7_defconfig: add USB test for host
Peter Chen [Fri, 9 Dec 2016 09:23:41 +0000 (17:23 +0800)]
MLK-13570-9 ARM: defconfig: imx_v7_defconfig: add USB test for host

Add USB test for host, it will be built as module, and this
configuration has already been at mainline imx_v6_v7_defconfig.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-8 usb: chpidea: usbmisc_imx: add non-burst setting for both imx7d and imx7ulp
Peter Chen [Fri, 9 Dec 2016 07:32:46 +0000 (15:32 +0800)]
MLK-13570-8 usb: chpidea: usbmisc_imx: add non-burst setting for both imx7d and imx7ulp

For all imx Socs later than imx6 (including imx6), the USB_nSBUSCFG.AHBBRST
will be set as 0 at dtsi file, so the non-burst setting needs to be
set at non-core register, or there will be no burst for USB AHB/AXI
transfer.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-7 ARM: dts: imx7ulp.dtsi: change burst size as 0x8
Peter Chen [Fri, 9 Dec 2016 07:30:45 +0000 (15:30 +0800)]
MLK-13570-7 ARM: dts: imx7ulp.dtsi: change burst size as 0x8

According to test, 0x8 is better than 0x10.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-6 ARM: configs: imx_v7_defconfig: Enable extcon USB GPIO
Peter Chen [Fri, 2 Dec 2016 07:28:02 +0000 (15:28 +0800)]
MLK-13570-6 ARM: configs: imx_v7_defconfig: Enable extcon USB GPIO

It is used for imx7ulp evk which uses GPIO for USB dual-role switch
function.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-5 usb: chipidea: imx: introduce pmqos for imx7ulp
Peter Chen [Tue, 6 Dec 2016 02:06:31 +0000 (10:06 +0800)]
MLK-13570-5 usb: chipidea: imx: introduce pmqos for imx7ulp

At imx7ulp, if the system enters idle, it will close some clocks and affect
USB transfer. In order to avoid it, we request pmqos to avoid system
entering idle when the USB is in use.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-4 usb: chipidea: usbmisc_imx: add imx7ulp entry
Peter Chen [Tue, 6 Dec 2016 01:41:04 +0000 (09:41 +0800)]
MLK-13570-4 usb: chipidea: usbmisc_imx: add imx7ulp entry

imx7ulp non core register mapping is similar with imx7d, and the
initialization is the same, but lacks of USB charger detection support.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-3 usb: chipidea: core: change extcon usage for imx_4.1.y
Peter Chen [Tue, 6 Dec 2016 01:34:58 +0000 (09:34 +0800)]
MLK-13570-3 usb: chipidea: core: change extcon usage for imx_4.1.y

At v4.1 kernel, we can't get cable type at notifier, but at
extcon-usb-gpio.c notifies both VBUS and ID event, we had to
do special handling for ID event, and omit VBUS event. Current
implementation only supports ID extcon event.

If wakeup event occurs by extcon, it needs to call ci_irq again since the
first ci_irq calling at extcon notifier only wakes up controller, but
do noop for event handling.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-2 usb: phy: phy-mxs-usb: add imx7ulp support
Peter Chen [Tue, 25 Oct 2016 05:34:16 +0000 (13:34 +0800)]
MLK-13570-2 usb: phy: phy-mxs-usb: add imx7ulp support

At imx7ulp, the USB related analog register is located in PHY register
region too, so we need to control PLL at PHY driver directly.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13570-1 ARM: dts: imx7ulp-evk: add USB support
Peter Chen [Wed, 16 Nov 2016 01:20:58 +0000 (09:20 +0800)]
MLK-13570-1 ARM: dts: imx7ulp-evk: add USB support

Add USBOTG1 support, we use GPIO as ID function for dual-role switch.
Besides, #define <dt-bindings/gpio/gpio.h> to imx7ulp.dtsi since
lots of boards may need it.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agousb: chipidea: Consolidate extcon notifiers
Stephen Boyd [Wed, 7 Sep 2016 21:35:07 +0000 (14:35 -0700)]
usb: chipidea: Consolidate extcon notifiers

The two extcon notifiers are almost the same except for the
variable name for the cable structure and the id notifier inverts
the cable->state logic. Make it the same and replace two
functions with one to save some lines. This also makes it so that
the id cable state is true when the id pin is pulled low, so we
change the name of ->state to ->connected to properly reflect
that we're interested in the cable being connected.

Cc: Peter Chen <peter.chen@nxp.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Ivan T. Ivanov" <iivanov.xz@gmail.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13418: ASoC: wm8960: workaround no sound issue in master mode
Shengjiu Wang [Mon, 24 Oct 2016 02:15:37 +0000 (10:15 +0800)]
MLK-13418: ASoC: wm8960: workaround no sound issue in master mode

The input MCLK is 12.288MHz, The desired output sysclk is 11.2896MHz
the sample rate is 44100Hz, with the pllprescale=2, postscale=sysclkdiv=1,
some chip may have wrong bclk and lrclk output in master mode. then there
will be no sound.
With the pllprescale=1, postscale=2, the output clock is correct. so use
this configuration to workaround this issue.
Tested 8k/11k/16k/22k/32k/44k/48kHz case.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13422: ASoC: wm8960: fix the pitch shift issue after suspend/resume
Shengjiu Wang [Fri, 4 Nov 2016 07:47:22 +0000 (15:47 +0800)]
MLK-13422: ASoC: wm8960: fix the pitch shift issue after suspend/resume

Before suspend, the sysclock select pll out as source, after resume
sysclock select the mlck as the source, so the sample rate is changed
the sound's pitch is shifted.
The issue is caused by the commit c1845da3d08de6cf2642fec74f7a46d05de6314d
Which removed the wm8960_configure_clocking() when bias level changes
from STANDBY to PREPARE, this patch is to add it back.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMGS-2455 [#ccc] fix vprofiler issues
Yuchou Gan [Thu, 8 Dec 2016 18:13:39 +0000 (02:13 +0800)]
MGS-2455 [#ccc] fix vprofiler issues

fix for profiler
which add mcz module counter, fix ps instruction count and ps render pixel count when chip not support halti4.

Date: Dec 6, 2016
Signed-off-by: Yuchou Gan<yuchou.gan@nxp.com>
7 years agoMGS-2429 [#imx-282] [MX8] Met gpu hang when repeatly do gles vg stress test on gpu0...
Yuchou Gan [Tue, 6 Dec 2016 17:52:54 +0000 (01:52 +0800)]
MGS-2429 [#imx-282] [MX8] Met gpu hang when repeatly do gles vg stress test on gpu0 and bridged mode. 100%

There are 2 devices in the MX8 board, and each needs a commitMutex, instead of one big commitMutex in the kernel.

Date: Dec 6, 2016
Signed-off-by: Yuchou Gan<yuchou.gan@nxp.com>
7 years agoMGS-1923 [#imx-19] use device mutex to sync command operations
Xianzhong [Mon, 28 Nov 2016 02:33:26 +0000 (10:33 +0800)]
MGS-1923 [#imx-19] use device mutex to sync command operations

kernel mutex cannot be shared with gpu0,gpu1 and bridge mode together.
use device mutex to prevent the sync problem for gpu command operations.

this change is reasonable and fixed one hole in existing implementation.
but this patch cannot fix the GPU hang for MGS-2429.

Date: Nov 28, 2016
Signed-off-by: Xianzhong <xianzhong.li@nxp.com>
7 years agoMXSCM-217 imx: keep weak 2p5 power up when ENET WOL wakeup is enabled
Juan Gutierrez [Thu, 3 Nov 2016 23:06:21 +0000 (18:06 -0500)]
MXSCM-217 imx: keep weak 2p5 power up when ENET WOL wakeup is enabled

When ENET wake up is enabled by wake-on-lan (WOL), the weak 2P5
ldo needs to keep power up even for LPDDR2 due to the ENET_PLL is
feed by the weak 2p5 ldo during DSM. If the weak 2P5 ldo is power
down the ENET module is power off hence it is not able to sense the
WOL interrupt and trigger the system resume.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMXSCM-235 dts: add support for scm qwks rev3
Juan Gutierrez [Thu, 24 Nov 2016 21:48:18 +0000 (15:48 -0600)]
MXSCM-235 dts: add support for scm qwks rev3

Add support for SCM i.MX6DQ 1Gb QWKS rev3

Support the next features for 1Gb qwks rev3 boards:

 - Support for fix lpddr2 mode
 - hdcp and enetirq
 - bluetooth and wifi for Murata ZP SDIO dongle

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMXSCM-234 dts: imx: adjust the sd3 drive strength for 6sxscm evb
Juan Gutierrez [Sat, 3 Dec 2016 17:05:08 +0000 (11:05 -0600)]
MXSCM-234 dts: imx: adjust the sd3 drive strength for 6sxscm evb

For some SD Ultra (40MB/s) the drive strength/speed settings
on the iomux ctrl pads for SD3 is not enougn causing some
error by transfering data as below:

mmcblk2: error -84 transferring data, sector 2250553, nr 151,
cmd response 0x900, card status 0x0

Updating the DSE and Speed on the pad ctrl fixes the issue.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMLK-13563 ion: Enable ion driver on imx7ulp
Song Bing [Wed, 30 Nov 2016 07:37:59 +0000 (15:37 +0800)]
MLK-13563 ion: Enable ion driver on imx7ulp

Enable ion driver on imx7ulp

Signed-off-by: Song Bing <bing.song@nxp.com>
7 years agoMLK-13562 ion: Add devicetree bindings for mxc ion
Song Bing [Wed, 30 Nov 2016 08:41:21 +0000 (16:41 +0800)]
MLK-13562 ion: Add devicetree bindings for mxc ion

Add devicetree bindings for mxc ion

Signed-off-by: Song Bing <bing.song@nxp.com>
7 years agoMLK-13583 ARM: imx: fix build warning on i.mx7ulp clock driver
Anson Huang [Thu, 8 Dec 2016 16:17:53 +0000 (00:17 +0800)]
MLK-13583 ARM: imx: fix build warning on i.mx7ulp clock driver

This patch fixes below build warning:

CC      arch/arm/mach-imx/clk-imx7ulp.o
LD      init/built-in.o
arch/arm/mach-imx/clk-imx7ulp.c:42:20: warning: 'cm4_periph_plat_sels' defined but not used [-Wunused-variable]
LD      arch/arm/mach-imx/built-in.o
CC      kernel/module.o
GZIP    kernel/config_data.gz

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13580 ARM: imx: update DGO register to SNVS domain on i.MX7ULP
Anson Huang [Thu, 8 Dec 2016 14:40:35 +0000 (22:40 +0800)]
MLK-13580 ARM: imx: update DGO register to SNVS domain on i.MX7ULP

On i.MX7ULP, the resume entry and parameter are saved
in DGO_GP registers, it has two power domains, one
is normal domain, the other is SNVS domain, if M4 also
enters VLLS mode, DGO needs to be updated into SNVS
domain to avoid power lost and lead to resume fail.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13579-2 ARM: imx: update suspend ocram location on i.mx7ulp
Anson Huang [Thu, 8 Dec 2016 12:12:49 +0000 (20:12 +0800)]
MLK-13579-2 ARM: imx: update suspend ocram location on i.mx7ulp

Adjust i.MX7ULP suspend ocram location from
SRAM_U to SRAM_L, occupy last 16K.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13579-1 ARM: dts: imx7ulp: adjust suspend ocram location
Anson Huang [Thu, 8 Dec 2016 11:46:41 +0000 (19:46 +0800)]
MLK-13579-1 ARM: dts: imx7ulp: adjust suspend ocram location

Adjust suspend ocram location for i.MX7ULP, since previous
location is used by M4.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13557 imx6sll: add fsl,wdog_b and pinmux settings
Peng Fan [Thu, 8 Dec 2016 01:18:32 +0000 (09:18 +0800)]
MLK-13557 imx6sll: add fsl,wdog_b and pinmux settings

Add fsl,wdog_b and pinmux settings.
We need to use wdog_b to trigger pmic reset, when we trigger
wdog_b reset, we should not trigger wdog_reset_b_deb.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 0400ecd8fb3a3772dfb3a68c55960419a63f1650)

7 years agoMLK-13577-5: ARM: dts: imx7ulp-evk: add pf1550 pmic
Robin Gong [Wed, 7 Dec 2016 03:46:13 +0000 (11:46 +0800)]
MLK-13577-5: ARM: dts: imx7ulp-evk: add pf1550 pmic

add pf1550-regulator-rpmsg driver node in dts.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
7 years agoMLK-13577-4: ARM: configs: imx_v7_defconfig: enable pf1550-regulator-rpmsg driver
Robin Gong [Wed, 7 Dec 2016 03:45:09 +0000 (11:45 +0800)]
MLK-13577-4: ARM: configs: imx_v7_defconfig: enable pf1550-regulator-rpmsg driver

enable pf1550-regulator-rpmsg driver by default.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
7 years agoMLK-13577-3 regulator: pf1550-regulator-rpmsg: add pf1550 regulator rpmsg driver
Robin Gong [Wed, 7 Dec 2016 03:41:42 +0000 (11:41 +0800)]
MLK-13577-3 regulator: pf1550-regulator-rpmsg: add pf1550 regulator rpmsg driver

add pf1550 regulator rpmsg driver to control pf1550 on the m4 side
by rpmsg.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
7 years agoMLK-13577-2 ARM: imx7: mu: set ABF0 of MU_CR to notify M4 MU finish initialization
Robin Gong [Wed, 16 Nov 2016 07:39:31 +0000 (15:39 +0800)]
MLK-13577-2 ARM: imx7: mu: set ABF0 of MU_CR to notify M4 MU finish initialization

set ABF0 of MU_CR to let M4 know MU is ready, thus MU can initialize rpmsg
later.

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
(cherry picked from commit 4969903fc8d32c5e6dfc4fe5f2f68e52aef080bc)

7 years agoMLK-13577-1: ARM: imx: mu: support rpmsg/mu on i.mx7ulp
Robin Gong [Wed, 7 Dec 2016 03:28:45 +0000 (11:28 +0800)]
MLK-13577-1: ARM: imx: mu: support rpmsg/mu on i.mx7ulp

Enable rpmsg/mu support on i.mx7ulp, since some mu register and
rmpsg buffer different as before

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
7 years agoMLK-13575 defconfig: enable lpi2c in defconfig
Gao Pan [Tue, 6 Dec 2016 08:03:51 +0000 (16:03 +0800)]
MLK-13575 defconfig: enable lpi2c in defconfig

Enable lpi2c in defconfig, CONFIG_I2C_IMX_LPI2C=y

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
7 years agoMLK-13573 arm: dts: add sensors node in imx7ulp-evk.dts
Gao Pan [Wed, 7 Dec 2016 01:51:50 +0000 (09:51 +0800)]
MLK-13573 arm: dts: add sensors node in imx7ulp-evk.dts

sensor node: fxas2100x, fxos8700, mpl3115

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
7 years agospi: use sg_next for walking through the allocated scatterlist table
Juan Gutierrez [Wed, 16 Nov 2016 22:45:11 +0000 (16:45 -0600)]
spi: use sg_next for walking through the allocated scatterlist table

A null dereference or Oops exception might occurs when reading at once the
whole content of an spi-nor of big enough size that requires an scatterlist
table that does not fit into one single page.

The spi_map_buf function is ignoring the chained sg case by dereferenceing
the scatterlist elements in an array fashion. This wrongly assumes that
the allocation of the scatterlist elements are contiguous. This is true as
long as the scatterlist table fits within a PAGE_SIZE. However, for
allocation where the scatter table is bigger than that, the pages allocated
by sg_alloc might not be contigous.

The sg table can be properly walked by sg_next instead of using an array.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
7 years agoMLK-13574-3: ARM: dts: enable audio in a seperate dts
Shengjiu Wang [Mon, 28 Nov 2016 05:38:34 +0000 (13:38 +0800)]
MLK-13574-3: ARM: dts: enable audio in a seperate dts

Audio is in M4 domain, so we need an indepenent dts for audio.
M4 domain is controled by RTOS, this dts is for demo purpose in
linux

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13574-2: ASoC: fsl_sai: refine driver for ip upgrade
Shengjiu Wang [Mon, 28 Nov 2016 05:38:13 +0000 (13:38 +0800)]
MLK-13574-2: ASoC: fsl_sai: refine driver for ip upgrade

In imx7ulp1, the sai can support two TX channel and two RX
channels, So the usage need to be updated.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13574-1: ASoC: imx-wm8960: remove the gpr dependency
Shengjiu Wang [Mon, 28 Nov 2016 05:37:36 +0000 (13:37 +0800)]
MLK-13574-1: ASoC: imx-wm8960: remove the gpr dependency

There is no gpr setting in some board. so we can't return
a fatal error.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13568: ARM: clk-imx7ulp: Add clock tree for m4 core
Shengjiu Wang [Mon, 28 Nov 2016 05:36:55 +0000 (13:36 +0800)]
MLK-13568: ARM: clk-imx7ulp: Add clock tree for m4 core

SAI in M4 domain, and the clock used by SAI is in M4 domain

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13548 ARM: dts: imx: Add 1.2GHz setpoint for imx7d
Bai Ping [Wed, 30 Nov 2016 09:07:05 +0000 (17:07 +0800)]
MLK-13548 ARM: dts: imx: Add 1.2GHz setpoint for imx7d

Add 1.2GHz setpoint for i.MX7D.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13564 driver: watchdog: Add system reboot support on imx7ulp
Bai Ping [Mon, 5 Dec 2016 06:31:53 +0000 (14:31 +0800)]
MLK-13564 driver: watchdog: Add system reboot support on imx7ulp

Add system reboot for i.MX7ULP. As there is no other way to reboot the
system, so use wdog restart handler to trigger the system reboot.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13572 i2c: imx-lpi2c: add low power i2c bus driver
Gao Pan [Wed, 30 Nov 2016 02:40:47 +0000 (10:40 +0800)]
MLK-13572 i2c: imx-lpi2c: add low power i2c bus driver

This patch adds lpi2c bus driver to support new i.MX products
which use lpi2c instead of the old imx i2c.

The lpi2c can continue operating in stop mode when an appropriate
clock is available. It is also designed for low CPU overhead with
DMA offloading of FIFO register accesses.

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Reviewed-by: Fugang Duan <B38611@freescale.com>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
7 years agoMLK-13571 dt-bindings: i2c: imx-lpi2c: add devicetree bindings
Gao Pan [Wed, 30 Nov 2016 02:40:46 +0000 (10:40 +0800)]
MLK-13571 dt-bindings: i2c: imx-lpi2c: add devicetree bindings

Add a binding document for lpi2c driver.

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
7 years agoMXSCM-226 dts: imx: add pm-ignore-notify option for sd3 on mx6sxscm evb
Juan Gutierrez [Tue, 22 Nov 2016 18:19:50 +0000 (12:19 -0600)]
MXSCM-226 dts: imx: add pm-ignore-notify option for sd3 on mx6sxscm evb

There is no card-detection pad connected for sd3 on the i.mx6 SX
EVB board. The card is assumed to be non-removable, hence, there is
no need to redetect the card during the pm callbacks. This can be
reached by including the pm-ignore-notify option on the usdhc3 device
on the dtb file.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMXSCM-225 dts: imx: fix the power gpio for usb otg2 on 6sxscm evb
Juan Gutierrez [Tue, 22 Nov 2016 21:07:33 +0000 (15:07 -0600)]
MXSCM-225 dts: imx: fix the power gpio for usb otg2 on 6sxscm evb

The usb otg2, on the SXSCM EVB board is powered up directly by the
GEN_V5 signal from the PMIC, so there is no gpio assigned.

The wrong assignation was preventing the busfreq driver to switch
to any other frequency, since the usb otg2 looks to be always
active.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMXSCM-224 dts: imx: not use mdio device for enet phy configuration
Juan Gutierrez [Wed, 16 Nov 2016 00:56:53 +0000 (18:56 -0600)]
MXSCM-224 dts: imx: not use mdio device for enet phy configuration

Using the mdio and ethphy device that is referenced as a phy_handle
by the fec device is not properly handling the resume from suspend.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMXSCM-220 dts: imx: add missing properties for wifi on imx6 scm boards
Juan Gutierrez [Tue, 8 Nov 2016 19:18:50 +0000 (13:18 -0600)]
MXSCM-220 dts: imx: add missing properties for wifi on imx6 scm boards

BCM WiFi driver needs to take care of card detect by itself. Using cd-post
property tells the mmc core to not detect the card automatically during
host driver probe and post it untill the client driver notifies to do it.

The non-removable option is also required to fix a NULL dereference
occurred when resuming from suspend. The pm-ignore-notify parameter is
also included.

Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
7 years agoMLK-13567 ARM: dts: imx7ulp: disable iomuxc by default
Anson Huang [Mon, 5 Dec 2016 15:26:32 +0000 (23:26 +0800)]
MLK-13567 ARM: dts: imx7ulp: disable iomuxc by default

Disable i.MX7ULP's IOMUXC now since there is no module
using it and after kernel boot up, below failed message
will come out:

imx7ulp-pinctrl 4103d000.iomuxc: fail to probe dt properties
imx7ulp-pinctrl: probe of 4103d000.iomuxc failed with error -22

Any module who needs it can enable it anytime.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13566 ARM: imx: update LPDDR3 script on imx7ulp som board
Anson Huang [Mon, 5 Dec 2016 15:12:05 +0000 (23:12 +0800)]
MLK-13566 ARM: imx: update LPDDR3 script on imx7ulp som board

Update i.MX7ULP SOM board LPDDR3 script according to
u-boot script change.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13565 ARM: dts: imx7ulp: enable debug uart for 14x14 arm2 board
Anson Huang [Mon, 5 Dec 2016 14:33:43 +0000 (22:33 +0800)]
MLK-13565 ARM: dts: imx7ulp: enable debug uart for 14x14 arm2 board

i.MX7ULP's lpuart4 is disabled in dtsi, need to enable it in
14x14 arm2 board for console.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13560 arm: imx: imx6sll: add oob support for sdio wifi
Gao Pan [Tue, 29 Nov 2016 06:46:14 +0000 (14:46 +0800)]
MLK-13560 arm: imx: imx6sll: add oob support for sdio wifi

Add oob support for imx6sll sdio wifi to improve
the performance.

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
7 years agoMLK-13556: ARM: Enable CONFIG_FHANDLE
Nitin Garg [Thu, 1 Dec 2016 16:00:49 +0000 (10:00 -0600)]
MLK-13556: ARM: Enable CONFIG_FHANDLE

CONFIG_FHANDLE=y is needed when running
systemd with version >=210, so that it can
spawn a serial tty via getty.

Signed-off-by: Nitin Garg <nitin.garg@nxp.com>
7 years agoMLK-13554-03 ARM: configs: enable eDMA by default
Andy Duan [Thu, 1 Dec 2016 06:10:21 +0000 (14:10 +0800)]
MLK-13554-03 ARM: configs: enable eDMA by default

Enable eDMA by default.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
7 years agoMLK-13554-02 dmaengine: fsl-edma: enable the correct the DMAMUX
Andy Duan [Thu, 1 Dec 2016 06:31:46 +0000 (14:31 +0800)]
MLK-13554-02 dmaengine: fsl-edma: enable the correct the DMAMUX

- correct DMAMUX enable bit.
- correct mapping the DMAMUX source and slot.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
7 years agoMLK-13537-02 dts: arm: imx7ulp-evk: remove the lpuart6 dummy node
Andy Duan [Thu, 1 Dec 2016 05:38:22 +0000 (13:38 +0800)]
MLK-13537-02 dts: arm: imx7ulp-evk: remove the lpuart6 dummy node

Remove the lpuart6 dummy node.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
7 years agoMLK-13537 dts: arm: imx7ulp-evk: enable Murata 1DX wifi/bt for evk board
Andy Duan [Tue, 29 Nov 2016 08:45:48 +0000 (16:45 +0800)]
MLK-13537 dts: arm: imx7ulp-evk: enable Murata 1DX wifi/bt for evk board

Add Murata 1DX wifi/bt for evk board.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
7 years agoMLK-13550 net: wireless: bcmdhd: add firmware parse support
Andy Duan [Wed, 30 Nov 2016 10:58:57 +0000 (18:58 +0800)]
MLK-13550 net: wireless: bcmdhd: add firmware parse support

Add fw/nv path parse from dts support to support multiple modules
with build in.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
7 years agoMLK-13549: ARM: imx7d-pinfunc: fix sai input sel option value
Shengjiu Wang [Wed, 30 Nov 2016 09:48:17 +0000 (17:48 +0800)]
MLK-13549: ARM: imx7d-pinfunc: fix sai input sel option value

SAI input select value is not correct for some pins. This patch
is to correct these values

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
7 years agoMLK-13529-2 dmaengine: fsl-edma: calculate the real count for sg
Andy Duan [Wed, 21 Sep 2016 15:54:40 +0000 (23:54 +0800)]
MLK-13529-2 dmaengine: fsl-edma: calculate the real count for sg

Calculate the rela count for the case that eDMA stop after get eeop signal.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
7 years agoMLK-13529-1 dmaengine: fsl-edma: support edma2 on ULP1
Robin Gong [Mon, 28 Nov 2016 09:28:47 +0000 (17:28 +0800)]
MLK-13529-1 dmaengine: fsl-edma: support edma2 on ULP1

Updated the edma driver to support edma2 on ULP1.

Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
7 years agoMLK-13535 driver: watchdog: fix wdog reset after resume from vlls mode
Bai Ping [Tue, 29 Nov 2016 06:52:46 +0000 (14:52 +0800)]
MLK-13535 driver: watchdog: fix wdog reset after resume from vlls mode

When resuming from VLLS mode, the wdog will be reset, the first we configure
the wdog, an initial timeout value should be write into the TOVAL register,
otherwise, the wdog will not be initialized successfully.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13534-2 ARM: dts: imx7ulp: add 14x14 arm2 board
Anson Huang [Tue, 29 Nov 2016 13:48:31 +0000 (21:48 +0800)]
MLK-13534-2 ARM: dts: imx7ulp: add 14x14 arm2 board

Add i.MX7ULP 14x14 arm2 board support.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13534-1 ARM: dts: imx7ulp: add usdhc1 node
Anson Huang [Tue, 29 Nov 2016 13:45:48 +0000 (21:45 +0800)]
MLK-13534-1 ARM: dts: imx7ulp: add usdhc1 node

There are 2 usdhc instances on i.MX7ULP, previous
usdhc1 should be usdhc0, now add the correct usdhc1 node.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
7 years agoMLK-13485-4 clk: imx7ulp: add gpio port control clocks
Peter Chen [Mon, 21 Nov 2016 06:51:27 +0000 (14:51 +0800)]
MLK-13485-4 clk: imx7ulp: add gpio port control clocks

Add gpio port control clocks, and add them to init table.
If the gpio clock is controlled by gpio driver, the watchdog
reset will occur due to unknown reason, we need to debug it
if we need driver to control its clocks.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13485-3 pinctrl: imx: modify the imx pinctrl to support imx7ulp gpio
Bai Ping [Wed, 9 Nov 2016 02:43:45 +0000 (10:43 +0800)]
MLK-13485-3 pinctrl: imx: modify the imx pinctrl to support imx7ulp gpio

On i.MX7ULP, the IOMUXC PAD register has IBE and OBE bit to control
the input/output buffer if a PIN wants to use as GPIO function.

Additonally, on i.MX7ULP, the MUX reg and CONFIG reg is shared in one
register and the GPIO function select in the MUX is not index zero as
on I.MX6 SOC, add support in code for i.MX7ULP GPIO function.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13485-2 ARM: dts: imx7ulp: add GPIO support
Andy Duan [Wed, 9 Nov 2016 01:48:30 +0000 (09:48 +0800)]
MLK-13485-2 ARM: dts: imx7ulp: add GPIO support

Add GPIO (PCTLC,D,E,F) support

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13485-1 gpio: vf610: add direction set for imx7ulp
Andy Duan [Wed, 9 Nov 2016 01:39:08 +0000 (09:39 +0800)]
MLK-13485-1 gpio: vf610: add direction set for imx7ulp

Add direction set for mx7ulp.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
7 years agoMLK-13522 ARM: dts: enable tempmon node in dts
Bai Ping [Mon, 28 Nov 2016 06:02:23 +0000 (14:02 +0800)]
MLK-13522 ARM: dts: enable tempmon node in dts

In commit: b1a04e6ed63,(MLK-13413), the tempmon node is
wrongly disabled. so fix it in this patch.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13520-04 ARM: defconfig: enable imx7ulp wdog driver in defconfig
Bai Ping [Thu, 24 Nov 2016 06:56:51 +0000 (14:56 +0800)]
MLK-13520-04 ARM: defconfig: enable imx7ulp wdog driver in defconfig

Enable wdog driver in defconfig.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13520-03 ARM: imx: remove wdog disable in pm function
Bai Ping [Thu, 24 Nov 2016 06:50:16 +0000 (14:50 +0800)]
MLK-13520-03 ARM: imx: remove wdog disable in pm function

When the wdog driver is added for i.MX7ULP, it is no need to
do wdog driver disable when resume from VLLS mode as wdog driver
will handle it.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13520-02 driver: watchdog: Add watchdog driver for imx7ulp
Bai Ping [Thu, 24 Nov 2016 06:44:38 +0000 (14:44 +0800)]
MLK-13520-02 driver: watchdog: Add watchdog driver for imx7ulp

Add watchdog driver for i.MX7ULP.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13520-01 ARM: dts: Add 'timeout-sec' property for wdog node
Bai Ping [Mon, 28 Nov 2016 03:09:29 +0000 (11:09 +0800)]
MLK-13520-01 ARM: dts: Add 'timeout-sec' property for wdog node

Add 'timeout-sec' property for wdog node of i.MX7ULP.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMLK-13504 ARM: imx: imporve the fractional divider calculation
Bai Ping [Tue, 22 Nov 2016 09:14:32 +0000 (17:14 +0800)]
MLK-13504 ARM: imx: imporve the fractional divider calculation

Improve the fractional divider calculation accuracy use
continued fraction method.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
7 years agoMGS-2424: integrate gpu 6.2.0.p2 offiical release
Xianzhong [Fri, 25 Nov 2016 07:04:13 +0000 (15:04 +0800)]
MGS-2424: integrate gpu 6.2.0.p2 offiical release

integrate official 6.2.0.p2 for kernel driver part

Signed-off-by: Xianzhong <xianzhong.li@nxp.com>