Liu Ying [Wed, 2 Aug 2017 06:19:10 +0000 (14:19 +0800)]
MLK-16120 gpu: imx: dpu: fetchdecode: Use interpolate upsampling mode for NV16/61
According to dpu spec, we should use interpolate upsampling mode for NV16/61.
This patch changes the mode from replicate to interpolate for the two pixel
formats.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Xianzhong [Wed, 2 Aug 2017 01:51:08 +0000 (09:51 +0800)]
MGS-3150 gpu: Integrate 6.2.3 official driver release
Upgrade GPU driver to enable OpenVX 1.1 for i.MX8QM,
Integrated more bug-fixing for critical gpu issues.
Signed-off-by: Xianzhong <xianzhong.li@nxp.com>
Richard Zhu [Wed, 2 Aug 2017 01:45:41 +0000 (09:45 +0800)]
MLK-16108 PCI: imx: turn on pd for imx8mq pcie
Root cause:
Poewr domain of the PCIEs are turned off, and
not turned on properly in previous ATF.
The PDs of PCIE1/2 have the dependency.
Both of the PDs should be operated at same time.
This issue is gone after update the PDs operations
in ATF.
In order to make sure that the PDs are turned on,
Turn power domain for imx8mq pcie explicitly in
driver.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Anson Huang [Wed, 2 Aug 2017 06:41:53 +0000 (14:41 +0800)]
MLK-16121-2 arm64: dts: freescale: imx8mq: add over-drive mode support
i.MX8MQ can run at over-drive mode, it will need to increase
VDD_ARM voltage, add new dtb to support it, this feature
is only available on A1 board with GPIO1_IO13 to control
VDD_ARM voltage.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Anson Huang [Wed, 2 Aug 2017 06:39:18 +0000 (14:39 +0800)]
MLK-16121-1 cpufreq: imx8mq: add gpio regulator support
i.MX8MQ can run at over-drive mode which needs
increasing VDD_ARM voltage, add gpio regulator support
for over-drive mode.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Frank Li [Tue, 1 Aug 2017 17:16:58 +0000 (12:16 -0500)]
MLK-16114: RPMSG: Fixed ulp can't boot after e12586
Need call MU_Init before call other function
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Peter Chen [Mon, 24 Jul 2017 02:30:01 +0000 (10:30 +0800)]
MLK-16054-2 ARM64: dts: fsl-imx8qm-lpddr4-arm2: add OTG1 vbus power pinctrl
Add OTG1 vbus power pinctrl.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Peter Chen [Mon, 3 Jul 2017 07:19:31 +0000 (15:19 +0800)]
MLK-16054-1 ARM64: dts: fsl-imx8qxp-lpddr4-arm2: add OTG1 vbus power pinctrl
Add OTG1 vbus power pinctrl.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Anson Huang [Tue, 1 Aug 2017 07:56:45 +0000 (15:56 +0800)]
MLK-16109-2 arm64: defconfig: add CONFIG_DEVICE_THERMAL support
Add CONFIG_DEVICE_THERMAL support by default.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Anson Huang [Tue, 1 Aug 2017 07:53:31 +0000 (15:53 +0800)]
MLK-16109-1 thermal: qoriq: add device cooling support
On i.MX8MQ, once temperautre exceeds hot threshold, some
modules like GPU etc. can reduce its frequency to cool down
the chip. All modules can register this device cooling
notifier to receive thermal HOT notification.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Anson Huang [Tue, 1 Aug 2017 06:27:34 +0000 (14:27 +0800)]
arm64: dts: freescale: imx8qm: add reserve memory for rpmsg
RPMSG needs to share memory with M4, and SCD needs to set
this shared memory property accordingly, so the memory
region needs to be fixed.
Here make CMA range same as its size, so that SCD only sets
this region as share property. And also reserve another
4MB for RPMSG.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Robin Gong [Mon, 31 Jul 2017 08:44:32 +0000 (16:44 +0800)]
MLK-16104-2 dma: imx-sdma: add index for multi sdma devices case
On i.mx8mscale, there are two sdma instances here, and common dma
frameowrk will get channel dynamicly from any available channel whatever
it's from the first sdma device or the second sdma device. But actually,
some IP like SAI only work in sdma2 not sdma1. To make sure get sdma
channel from the right sdma device, add index to match.
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Robin Gong [Mon, 31 Jul 2017 08:59:26 +0000 (16:59 +0800)]
MLK-16104-1 dma: imx-sdma: add i.mx8m for multi sdma devices
Add i.mx8m for multi sdma devices.
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Chenyan Feng [Mon, 31 Jul 2017 07:22:00 +0000 (15:22 +0800)]
MGS-3145 gpu: dts: update GPU clock parent on i.MX8MQ
Referred to the mscale design document, GPU has the designated clock PLL
targeting for 800MHz, update the assigned-clk-parent to GPU_PLL_OUT in
GPU device tree, fsl-imx8mq.dtsi.
Signed-off-by: Chenyan Feng <ella.feng@nxp.com>
Bai Ping [Mon, 31 Jul 2017 02:43:28 +0000 (10:43 +0800)]
MLK-16102 driver: clk: fix clock source sels for gpu ahb on i.mx8mq
One of the GPU clock source should be from 'gpu_pll_out', not gpu_pll'.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Weiguang Kong [Mon, 31 Jul 2017 01:43:29 +0000 (09:43 +0800)]
MLK-16099-2: ASoc: fsl: length is not same for alloc and free memory
In fsl_hifi4_probe(), the length for dma_alloc_coherent() is
MSG_BUF_SIZE + INPUT_BUF_SIZE + OUTPUT_BUF_SIZE +
FIRMWARE_DATA_BUF_SIZE + SCRATCH_DATA_BUF_SIZE;
However, in fsl_hifi4_remove(), the length for dma_free_coherent()
is MSG_BUF_SIZE + INPUT_BUF_SIZE + OUTPUT_BUF_SIZE +
FIRMWARE_DATA_BUF_SIZE;
By keeping the same length between dma_alloc_coherent() and
dma_free_coherent() to fix this issue.
Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>
Weiguang Kong [Fri, 28 Jul 2017 08:42:32 +0000 (16:42 +0800)]
MLK-16099-1: ASoc: fsl: fix crash issue when no dsp core lib
When dsp driver can't find the dsp core lib in loading codec
process, the kernel will be crashed. This issue is caused
by unreasonable way of error handling.
By changing the way of error handling to fix this issue.
Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>
Anson Huang [Fri, 28 Jul 2017 02:30:35 +0000 (10:30 +0800)]
MLK-16093-3 cpufreq: imx8mq: add cooling device support
Add i.MX8MQ cooling device support, when temperature
exceeds passive threshold, cpu-freq will drop to lowest
set-point, and once temperature drops below passive
threshold, cpu-freq will restore.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Anson Huang [Fri, 28 Jul 2017 02:22:48 +0000 (10:22 +0800)]
MLK-16093-2 thermal: qoriq: add necessary callbacks for cooling support
Add get_trend and set_trip_temp to support i.MX8MQ cooling
device, get_trend is to customize cooling governor behavior,
once temperature exceeds passive trip, cooling device will work
at full function, and set_trip_temp is for updating trip
temp when do thermal test via modifying trip temp from sysfs.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Anson Huang [Fri, 28 Jul 2017 02:20:51 +0000 (10:20 +0800)]
MLK-16093-1 arm64: dts: freescale: imx8mq: add cpu cooling device
Add cpu cooling device support for i.MX8MQ.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Dong Aisheng [Thu, 13 Jul 2017 12:40:25 +0000 (20:40 +0800)]
MLK-15978 arm64: dts: imx8: change can clock rate to 40Mhz
CAN needs at least 40Mhz PE clock rate to support CAN FD well.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Frank Li [Fri, 28 Jul 2017 20:10:28 +0000 (15:10 -0500)]
MLK-16101 MU: avoid read mu version register every scu call
Generally read mu registers will take about 225ns.
Overall scu_clk_enable function takes about 8000ns to 150000ns.
Although read version register just take 3% time,
it is not necessary to read version register every time.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Sandor Yu [Fri, 28 Jul 2017 03:48:23 +0000 (11:48 +0800)]
MLK-16062-5: dts: i.MX8QM arm2 default support 4 mipi sensors
i.MX8QM can support 4 camera sensors or 8 camera sensors.
For eight sensors case, it must need all eight sensors on board,
and for four sensors case, it must need all four sensors on board,
otherwise all mipi sensor can't work.
Four mipi sensors case is more popular than eight sensors.
so change to default support four sensors.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Sandor Yu [Mon, 24 Jul 2017 06:20:20 +0000 (14:20 +0800)]
MLK-16062-4: dts: Add imaging ss drivers to i.MX8QXP arm2
Add imaging SS drivers to i.MX8QXP lpddr4 arm2 board.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Sandor Yu [Mon, 24 Jul 2017 02:38:44 +0000 (10:38 +0800)]
MLK-16062-3: mx8qxp clk: imaging SS clock power domain update
Update i.MX8QXP imaging SS clock power domain setting.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Sandor Yu [Fri, 28 Jul 2017 03:08:27 +0000 (11:08 +0800)]
MLK-16062-2: i.MX8 imaging: Add debug log to imaging SS driver
Add debug log to imaging SS drivers.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Sandor Yu [Thu, 27 Jul 2017 10:21:56 +0000 (18:21 +0800)]
MLK-16062-1: Fix PXL mipi csi0/1 clock gate register address
mipi csi0/1 clock gate register address swapped.
It will cause mipi csi0/1 failed to work.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Sandor Yu [Fri, 21 Jul 2017 04:07:44 +0000 (12:07 +0800)]
MLK-16046: mx8 imaging SS: Fix build warning
Fix build warning:
warning: missing braces around initializer [-Wmissing-braces]
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Mihai Serban [Wed, 26 Jul 2017 08:17:09 +0000 (11:17 +0300)]
MLK-16007-2: ASoC: fsl_asrc: Enable automatic configuration for P2P
Use automatic selection of processing options and internal measured
ratio for P2P conversions.
The conversion done by ASRC depends on the IPG master clock frequency
that can have any value between 130MHz and 200MHz. The documentation
states that to support 10 channels with 192KHz sampling rate the
master clock frequency must be at least 160MHz.
When the master clock cannot be configured to faster frequencies the
ASRC can still convert the samples but it have to be configured to
automatically adjust the processing options and conversion ratio.
Signed-off-by: Mihai Serban <mihai.serban@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Mihai Serban [Wed, 26 Jul 2017 13:24:29 +0000 (16:24 +0300)]
MLK-16007-1: ASoC: fsl_asrc: Fix automatic mode configuration
Fix configuration for automatic selection of processing options and
internal measured ratio.
ASRC can automatically select its pre-processing and post-processing
options based on the frequencies it detects. To use this option the
two parameter registers ASR76K and ASR56K must be correctly configured
based on IPG clock frequency and the corresponding ATSx bits from the
ASRCTR register must be set.
When both the input sampling clock and the output sampling clock are
physically available, the rate conversion can work by configuring the
physical clocks. For this use case the ASRCTR:USRx and ASRCTR:IRDx
bits have to be configured as 1 and 0 respectively.
Signed-off-by: Mihai Serban <mihai.serban@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Fugang Duan [Fri, 28 Jul 2017 03:21:13 +0000 (11:21 +0800)]
MLK-16096 arm64: dts: imx8qxp-lpddr4-arm2: correct i2c1 bus pinctrl
Correct i2c1 bus scl pin mux.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Fugang Duan [Thu, 27 Jul 2017 10:11:22 +0000 (18:11 +0800)]
MLK-16095-02 arm64: dts: imx8qxp-mek: enable i2c bus switch PCA9646
- Enable i2c bus switch PCA9646.
- Enable gpio expander gpio support on MEK board.
- Add i2c1 device sensor in dts file.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Fugang Duan [Fri, 28 Jul 2017 03:22:31 +0000 (11:22 +0800)]
MLK-16095-01 i2c: mux: pca954x: add i2c bus switch PCA9646 chip support
Add i2c bus switch PCA9646 chip support, which 2-wire bus switch
and buffered 4-channel.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Richard Zhu [Fri, 28 Jul 2017 04:39:54 +0000 (12:39 +0800)]
MLK-16097-2 PCI: imx: specify the imx8qxp form imx8qm
On iMX8QM, functions of PCIEB relied on PCIEA.
But PCIEB used on iMX8QXP can work standalone.
Specify the iMX8QXP PCIE in driver.
Up to now, only iMX6QP PCIE may use the EXT OSC,
specify the EXT/EXT_SRC clocks for iMX6QP only.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Richard Zhu [Fri, 28 Jul 2017 04:38:28 +0000 (12:38 +0800)]
MLK-16097-1 ARM64: imx8qxp: distinguish qm and qxp for pcie
Use imx8qxp to specify the imx8qxp pcie support
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Richard Zhu [Thu, 27 Jul 2017 07:58:27 +0000 (15:58 +0800)]
MLK-16052-2 PCI: imx: fix the pcieb link down issue
The calibration value of PCIEA is mandatory required
by PCIEB on iMX8QM.
The RSTs of the PCIEA would be cleared when the PDs
of PCIEA are turned off.
The calibration value of PCIEA would be lost when the
RSTs of PCIEA are cleared.
So, the RSTs of PCIEA should be asserted when enable
the PCIEB port. Otherwise, PCIEB wouldn't be functional.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Richard Zhu [Mon, 24 Jul 2017 03:20:09 +0000 (11:20 +0800)]
MLK-16052-1 arm64: imx8qm: refine pcie power on imx8qm
- Refine the pd definitions of the imx8qm/qxp hsio.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Viorel Suman [Thu, 27 Jul 2017 08:47:05 +0000 (11:47 +0300)]
MLK-13951-3 arm64: dts: fsl-imx8qm: enable AMIX
Enable AMIX in i.MX8 QM.
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Viorel Suman [Mon, 24 Jul 2017 11:16:26 +0000 (14:16 +0300)]
MLK-13951-2 arm64: dts: fsl-imx8qm: enable SAI6, SAI7 and AMIX
Enable SAI6, SAI7 and AMIX nodes.
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Viorel Suman [Thu, 27 Jul 2017 07:49:45 +0000 (10:49 +0300)]
MLK-13951-1 clk: imx8qm: fix PD for SAI1 and SAI2 MCLK_SELs
Fix PD for SAI1 and SAI2 MCLK_SELs
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Cristina Ciocan [Thu, 6 Jul 2017 09:28:16 +0000 (12:28 +0300)]
MLK-15986-9: arm64: config: video: fbdev: Add fbdev config options
This patch enables fbdev configs for LCDIF, MIPI DSI Northwest, Truly panel
and ADV7535 MIPI-to-HDMI converter.
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Wed, 5 Jul 2017 17:26:39 +0000 (20:26 +0300)]
MLK-15986-8: video: fbdev: Add 64bit framebuffer support for ADV7535
This patch adds support for ADV7535 MIPI-to-HDMI converter for 64bit
platforms.
ADV7535 driver changes are added from Fancy Fang's commit
ca389b0895c9
("MLK-15322-11: video: fbdev: adv7535: enable adv7535 driver").
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Wed, 5 Jul 2017 17:14:47 +0000 (20:14 +0300)]
MLK-15986-7: video: fbdev: Add MIPI DSI NORTHWEST support for 64bit platforms
This patch adds support for 64bit platforms, on top of existing 32bit
support. Among some noticeable differences that occurred for the MIPI DSI
Northwest controller: 4 lane support is added and power management differs.
MIPI DSI Northwest driver changes are added from Fancy Fang's commit
df47fccaf6 "MLK-15322-8 video: fbdev: imx_northwest_dsi: enable Northwest
mipi dsi driver".
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Wed, 5 Jul 2017 15:25:53 +0000 (18:25 +0300)]
MLK-15986-6: video: fbdev: Add LCDIF 64bit support
This patch enables LCDIF support for 64bit platforms.
Code for the LCDIF can be found in drivers/video/fbdev/mxsfb.c. Add 64bit
debug conditional directives to LCDIF code since this is a new option for
64bit platforms.
LCDIF driver changes are added from Fancy Fang's commit
c12dd5e1c24c
("MLK-15322-4 video: fbdev: imx: lcdif: enable lcdif driver for imx8mq").
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Wed, 5 Jul 2017 14:10:30 +0000 (17:10 +0300)]
MLK-15986-5: video: fbdev: Add 64bit fbdev option
Add FB_IMX64 config option that will allow fbdev drivers to offer future
support for 64bit platforms.
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Wed, 5 Jul 2017 13:31:42 +0000 (16:31 +0300)]
MLK-15986-4: video: fbdev: Separate display framework code from fb driver code
The display driver framework code in drivers/video/fbdev/mxc/mxc_dispdrv.c
is currently compiled along with fb driver code in
drivers/video/fbdev/mxc. This is a framework that is also used by another
fb driver that can be found in drivers/video/fbdev/mxsfb.c.
This patch separates the framework compilation by pulling it into its
own CONFIG_FB_MXC_DISP_FRAMEWORK that can be selected by any fb driver
and/or panel whose implementation relies on this framework.
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Mon, 17 Jul 2017 08:08:59 +0000 (11:08 +0300)]
MLK-15986-3: Revert "MLK-15322-4 video: fbdev: imx: lcdif: enable lcdif driver for imx8mq"
This reverts commit
c12dd5e1c24c470bb391ebaffe249d5cb98acb8e.
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Mon, 17 Jul 2017 08:08:45 +0000 (11:08 +0300)]
MLK-15986-2: Revert "MLK-15322-8 video: fbdev: imx_northwest_dsi: enable Northwest mipi dsi driver"
This reverts commit
df47fccaf638cf17176d202dbf05d12b17cbd3da.
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Cristina Ciocan [Mon, 17 Jul 2017 07:52:29 +0000 (10:52 +0300)]
MLK-15986-1: Revert "MLK-15322-11: video: fbdev: adv7535: enable adv7535 driver"
This reverts commit
ca389b0895c975b86af286064e81cd86037e09e6.
Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Li Jun [Fri, 14 Jul 2017 15:13:29 +0000 (23:13 +0800)]
MLK-16013-8 ARM64: dts: imx8mq: add dis_u2_susphy_quirk for usb
This is temp workaround to resolve usb host enumeration issue
by disable usb2 phy suspend.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Mon, 5 Jun 2017 10:29:43 +0000 (18:29 +0800)]
MLK-16013-7 usb: dwc3: gadget: increase timeout count for ep cmd
Increase the timeout value for wait ep command complete, this is temp
solution to workaround it but no harm any good cases.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Mon, 17 Jul 2017 16:52:34 +0000 (00:52 +0800)]
MLK-16013-6 Documentation: usb: dwc3: add suspend clk setting
Add dt documentation for specify the suspend clk and its caculation.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Mon, 17 Jul 2017 16:51:39 +0000 (00:51 +0800)]
MLK-16013-5 ARM64: dts: imx8mq: add power-down-scale property
As i.mx8mq USB3 suspend clock setting is 32KHz, and the default
power down scale setting is not correct, so add a property to
fix it.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Thu, 13 Apr 2017 15:00:00 +0000 (23:00 +0800)]
MLK-16013-4 usb: dwc3: add suspend_clk setting interface
Some dwc3 based USB3 IP may have a wrong default suspend clk
setting, so add an interface to correct it by dts property.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Tue, 18 Jul 2017 12:40:05 +0000 (20:40 +0800)]
MLK-16013-3 usb: dwc3: of-simple: add imx8mq usb support
Add i.mx8mq USB3 phy compatible string for dwc3-of-simple driver.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Fri, 14 Jul 2017 20:22:30 +0000 (04:22 +0800)]
MLK-16013-2 phy: add imx8mq usb phy driver
Use generic phy driver for i.mx8mq USB3 phy reset and clock enable.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Li Jun [Tue, 20 Jun 2017 16:17:27 +0000 (00:17 +0800)]
MLK-16013-1 ARM64: dts: fsl-imx8mq: add controller glue layer and phy node
Restruct i.mx8mq usb3 dts node, add phy and of-simple node, use of-simple
driver to handle the glue layer as there is only clock handling right now,
use generic phy driver model to handle the phy init.
Reviewed-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Daniel Baluta [Wed, 26 Jul 2017 14:56:51 +0000 (17:56 +0300)]
arm64: dts: freescale: Fix asrc1 node address
According to DMA_Audio_8X_v0.5.04.docx, ASRC1
is mapped at 0x59000000 + 0x800000 = 0x59800000.
Most likely, the current value is a copy/paste error
from ASRC0.
Fixes:
cc20b6b242 ("MLK-15317-5: ARM64: dts: Add asrc1 node definition")
Reported-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Han Xu [Thu, 27 Jul 2017 02:20:00 +0000 (21:20 -0500)]
MLK-16089: mtd: gpmi-nand: calculate the correct free oob space for large oob layout setting
for the large oob layout setting, need to calculate the correct free oob
space.
Signed-off-by: Han Xu <han.xu@nxp.com>
Richard Zhu [Mon, 24 Jul 2017 09:47:58 +0000 (17:47 +0800)]
MLK-16073 ARM64: dts: enable pcie on imx8qxp mek board
Enable the pcie support for iMX8QXP MEK board.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Tiberiu Breana [Tue, 11 Jul 2017 07:43:51 +0000 (10:43 +0300)]
MLK-15926: ARM64: dts: fsl-imx8mq-evk: Enable WiFi
Add bcmdhd WiFi node to dts.
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
Tiberiu Breana [Thu, 6 Jul 2017 15:37:06 +0000 (18:37 +0300)]
MLK-15141-2: ARM64: dts: fsl-imx8qm-lpddr4-arm2: Enable WiFi
Add the bcmdhd_wlan node and the epdev_on regulator.
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
Tiberiu Breana [Thu, 6 Jul 2017 15:28:11 +0000 (18:28 +0300)]
MLK-15141-1: PCI: imx: Add epdev_on regulator for 8QM WiFi
Add the epdev_on regulator to power up the WiFi module
on the iMX8QM board.
This regulator needs to be powered up before the pcie
link, in order for the WiFi module to work.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
Tiberiu Breana [Thu, 20 Jul 2017 14:43:37 +0000 (17:43 +0300)]
MLK-16042-3: Enable bcmdhd v1.363 for imx8
Enable cfg80211 and the bcmdhd pcie version in arm64 defconfig.
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
Tiberiu Breana [Thu, 20 Jul 2017 14:06:46 +0000 (17:06 +0300)]
MLK-16042-2: net: wireless: bcmdhd_1363: Add dts fw parse support
Add support for parsing the fw_path and nv_path parameters
from dts files.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
Tiberiu Breana [Thu, 20 Jul 2017 13:17:49 +0000 (16:17 +0300)]
MLK-16042-1: Add bcmdhd v1.363 PCIE driver
Add another bcmdhd driver version (v1.363) for PCIE devices.
This will be used for WiFi modules such as Murata 1FD (BCM89359)
or 1CX (BCM4356).
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
Shengjiu Wang [Tue, 25 Jul 2017 10:20:00 +0000 (18:20 +0800)]
MLK-16077-5: ARM64: dts: support wm8960 in imx8qxp mek board
Add sound card node for imx8qxp mek board
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Shengjiu Wang [Tue, 25 Jul 2017 10:18:51 +0000 (18:18 +0800)]
MLK-16077-4: ARM64: dts: add cm40 i2c device node
add the cm40 i2c device node and power domain
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Shengjiu Wang [Mon, 24 Jul 2017 06:52:06 +0000 (14:52 +0800)]
MLK-16077-3: ARM64: defconfig: built in the wm8960 sound card
built in the wm8960 sound card
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Shengjiu Wang [Mon, 24 Jul 2017 06:51:21 +0000 (14:51 +0800)]
MLK-16077-2: clk: imx: update cm40 clock for imx8qxp
Add cm40 I2C clock for imx8qxp
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Shengjiu Wang [Mon, 24 Jul 2017 06:09:57 +0000 (14:09 +0800)]
MLK-16077-1: irqchip: intmux: add interrupt multiplexing support
The intmux module is used to output internal interrupt in subsystem
to system with 32-to-8 configuration. It has several multiplex
channels depends on system. intmux is introduced in KL28Z reference
manual.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Julien Olivain [Tue, 15 Nov 2016 16:35:13 +0000 (17:35 +0100)]
MLK-13471: fxls8471: add a symbol export to fix module build
When CONFIG_SENSOR_FXLS8471=m build was failing due to missing
exported symbol. This patch export the missing symbol.
Signed-off-by: Julien Olivain <julien.olivain@nxp.com>
Julien Olivain [Wed, 16 Nov 2016 08:20:25 +0000 (09:20 +0100)]
MLK-13472: hwmon: mxc_mma8451: add empty sentinel entry at the end of i2c_device_id table
This is fixing the build when the driver is enabled as a module, when
CONFIG_MXC_MMA8451=m
Signed-off-by: Julien Olivain <julien.olivain@nxp.com>
Liu Ying [Fri, 21 Jul 2017 08:21:26 +0000 (16:21 +0800)]
MLK-16075-21 drm/imx: dpu: kms: Add several YUV pixel formats support
This patch adds several YUV pixel formats support for dpu kms.
The pixel formats are YUYV, UYVY, NV12, NV21, NV16, NV61, NV24 and NV42.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 08:56:56 +0000 (16:56 +0800)]
MLK-16075-20 drm/imx: dpu: plane: Use a better way to calculate base address
This patch uses the helper drm_format_plane_cpp() to calculate base address
so that we can calculate correctly for the YUV pixel formats as well.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 02:48:29 +0000 (10:48 +0800)]
MLK-16075-19 gpu: imx: dpu: common: Add fetchecos support in dpu plane group
This patch adds fetchecos support in dpu plane group.
We currently supports fetcheco0 and fetcheco1.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 02:36:26 +0000 (10:36 +0800)]
MLK-16075-18 gpu: imx: fetchdecode: Add several YUV pixel formats support
This patch adds several YUV pixel formats support for fetchdecode.
The pixel formats are YUYV, UYVY, NV12, NV21, NV16, NV61, NV24 and NV42.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 06:44:34 +0000 (14:44 +0800)]
MLK-16075-17 gpu: imx: dpu: fetchdecode: Add helper fetchdecode_need_fetcheco()
This patch adds helper fetchdecode_need_fetcheco() so that users may
check if a fetchdecode needs to use fetcheco for a specific pixel format.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:59:25 +0000 (13:59 +0800)]
MLK-16075-16 gpu: imx: dpu: fetchdecode: Add helper fetchdecode_get_fetcheco()
This patch adds helper fetchdecode_get_fetcheco() so that users may
get the relevant fetcheco via fetchdecode.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Tue, 25 Jul 2017 03:44:35 +0000 (11:44 +0800)]
MLK-16075-15 gpu: imx: dpu: fetchdecode: Specify DPU_VPROC_CAP_FETCHECO0/1 cap
This patch specifies DPU_VPROC_CAP_FETCHECO0/1 video processing
capabilities of fetchdecode.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 08:36:40 +0000 (16:36 +0800)]
MLK-16075-14 gpu: imx: dpu: fetchdecode: Add fetchdecode sources for DPU v2
This patch adds fetchdecode sources for DPU version2.
Logics are tweaked to split DPU version1 and version2.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 08:32:48 +0000 (16:32 +0800)]
MLK-16075-13 video: dpu: Add more sources for fetchdecode
This patch adds more sources for fetchdecode.
The new sources are fetchdecode0, fetchdecode1 and fetchwarp2,
which are valid only on DPU v2.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Tue, 25 Jul 2017 03:40:22 +0000 (11:40 +0800)]
MLK-16075-12 gpu: imx: dpu: common: Add helpers dpu_vproc_has/get_fetcheco_cap()
This patch adds helpers dpu_vproc_has/get_fetcheco_cap() support
so that the users may check if a video processing mask has fetcheco
capability or get the fetcheco capability from the mask.
We currently only support fetcheco0 and fetcheco1.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Fri, 23 Jun 2017 07:59:39 +0000 (15:59 +0800)]
MLK-16075-11 gpu: imx: dpu: Add basic fetcheco units support
This patch adds basic fetcheco units support.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Tue, 25 Jul 2017 07:25:28 +0000 (15:25 +0800)]
MLK-16075-10 gpu: imx: dpu: common: Add helpers to get plane w/h of format
This patch adds helpers dpu_format_plane_width/height() to get plane
width or height of pixel formats which are supported by the current
dpu base driver.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Tue, 25 Jul 2017 07:24:02 +0000 (15:24 +0800)]
MLK-16075-9 gpu: imx: dpu: common: Add helper to get number of planes of format
This patch adds a helper dpu_format_num_planes() to get number of planes
of pixel formats which are supported by the current dpu base driver.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Tue, 25 Jul 2017 07:20:22 +0000 (15:20 +0800)]
MLK-16075-8 gpu: imx: dpu: common: Add helpers to get sub-samplings of pfmt
This patch adds helpers dpu_format_horz/vert_chroma_subsampling() to
get horizontal or vertical sub-samplings of pixel formats which are
supported by the current dpu base driver.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:52:01 +0000 (13:52 +0800)]
MLK-16075-7 gpu: imx: dpu: prv: Add several YUV pixel format definitions
This patch adds several YUV pixel format definitions in
array dpu_pixel_format_matrix[]. The pixel formats are
YUYV, UYVY, NV12, NV21, NV16, NV61, NV24 and NV42.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:41:18 +0000 (13:41 +0800)]
MLK-16075-6 gpu: imx: dpu: prv: Add RASTERMODE reg field definitions
This patch adds RASTERMODE register field definitions.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:40:15 +0000 (13:40 +0800)]
MLK-16075-5 gpu: imx: dpu: prv: Add INPUSELECT reg field definitions
This patch adds INPUSELECT register field definitions.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:35:40 +0000 (13:35 +0800)]
MLK-16075-4 gpu: imx: dpu: prv: Add YUV422UPSAMPLINGMODE reg field definitions
This patch adds YUV422UPSAMPLINGMODE register field definitions.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:34:18 +0000 (13:34 +0800)]
MLK-16075-3 gpu: imx: dpu: prv: Add DELTAX/Y reg field definitions
This patch adds DELTAX/Y register field definitions.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:29:58 +0000 (13:29 +0800)]
MLK-16075-2 gpu: imx: dpu: prv: Cleanup definitions for YUV conversion mode bits
This patch cleans up definitions for the YUV conversion mode register field.
Two macros are introduced for users to program the field easily.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Liu Ying [Mon, 24 Jul 2017 05:26:19 +0000 (13:26 +0800)]
MLK-16075-1 gpu: imx: dpu: fetchdecode: Update funcs to enable/disable src buf
The bit to enable/disable source buffer is embedded in the register
LAYERPORPERTY0. However, the other bits of the register may have
other functionalities. So, using fetchdecode_layerproperty() to
enable/disable source buffer isn't appropriate. This patch uses
new functions to enable/disable fetchdecode source buffer so that
the function names could be a bit specific about what they are doing.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Fugang Duan [Wed, 26 Jul 2017 06:16:11 +0000 (14:16 +0800)]
MLK-16086 tty: serial: lpuart: add port.lock to protect registers accessing in suspend
Add port.lock to protect register accessing in suspend/resume function.
Disable RIE and ILIE before DMA chan is ternminated in suspend function.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Fugang Duan [Wed, 26 Jul 2017 05:27:27 +0000 (13:27 +0800)]
MLK-16085 net: fsl: kconfig: add NET_VENDOR_FREESCALE dependency with ARM64
Add NET_VENDOR_FREESCALE dependency with ARCH_MXC_ARM64 for i.MX8x
platforms.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Pete Zhang <pete.zhang@nxp.com>
Julien Olivain [Wed, 16 Nov 2016 08:39:46 +0000 (09:39 +0100)]
MLK-13473: imx_sim: fix module device table name
This fixes the build when this driver is built as a module, when
CONFIG_MXC_SIM=m
Signed-off-by: Julien Olivain <julien.olivain@nxp.com>
Richard Zhu [Fri, 21 Jul 2017 07:50:42 +0000 (15:50 +0800)]
MLK-16053 ARM64: defconfig: add pcie support in defconfig
Add the pcie support in defconfig for 64bit imx socs.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Richard Zhu [Mon, 24 Jul 2017 04:44:50 +0000 (12:44 +0800)]
MLK-16074 PCI: imx: correct some bits configiration of hsio
- Both APB_RST_0 and APB_RST_1 should be asserted, when PHYX2
is used.
Otherwise, PHYX2 can't finish calibration.
- Correct the PCIEB(PHYX2_1) TX PLL locked check.
- The clear check of the reset should be done after
clks are enabled
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Fugang Duan [Tue, 25 Jul 2017 08:42:11 +0000 (16:42 +0800)]
MLK-16067 tty: serial: lpuart: enable wakeup source in .suspend_noirq()
When use lpuart with DMA mode as wake up source, it still switch to
cpu mode in .suspend() that enable cpu interrupts RIE and ILIE as
wakkup source. When the wakeup signal coming while rx dma chan is
already teminated down, then driver should not call irq handler to
submit the new dma descriptor.
Enable the wakeup irq bits in .suspend_noirq() and disable the wakeup
irq bits in .resume_noirq().
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>