firefly-linux-kernel-4.4.55.git
7 years agoFROMLIST: phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy
Frank Wang [Fri, 24 Jun 2016 03:10:18 +0000 (11:10 +0800)]
FROMLIST: phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy

The newer SoCs (rk3366, rk3399) take a different usb-phy IP block
than rk3288 and before, and most of phy-related registers are also
different from the past, so a new phy driver is required necessarily.

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Suggested-by: Heiko Stuebner <heiko@sntech.de>
Suggested-by: Guenter Roeck <linux@roeck-us.net>
Suggested-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
(merge from https://patchwork.kernel.org/patch/9190287/)

Change-Id: I3e7739dee6057928172904565c10cebf9785fec6
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
7 years agoFROMLIST: Documentation: bindings: add DT documentation for Rockchip
Frank Wang [Fri, 24 Jun 2016 02:55:49 +0000 (10:55 +0800)]
FROMLIST: Documentation: bindings: add DT documentation for Rockchip
USB2PHY

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
(merge from https://patchwork.kernel.org/patch/9190285/)

Change-Id: I7199a4e84f13e58e98d5c0d21ce01837e961c3e8
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
7 years agoFROMLIST: dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel
Yakir Yang [Tue, 28 Jun 2016 03:44:23 +0000 (11:44 +0800)]
FROMLIST: dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel

The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.

Change-Id: I3f56b58935e47bb062d62521a019f36baae4be7a
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9201795/)

7 years agoFROMLIST: drm/panel: simple: Add support for LG LP079QX1-SP0V 1536x2048 panel
Yakir Yang [Tue, 28 Jun 2016 03:39:58 +0000 (11:39 +0800)]
FROMLIST: drm/panel: simple: Add support for LG LP079QX1-SP0V 1536x2048 panel

The LG LP079QX1-SP0V is an 7.9" QXGA TFT with LED Backlight unit and
32 pins eDP interface. This module supports 1536x2048 mode.

Change-Id: Ib42185ffce772160133a3edf3c3cf61bff4b85c5
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9201799/)

7 years agoiio: imu: inv-mpu6xxx: Fix interrupt pin assignment
Zhangbin Tong [Wed, 29 Jun 2016 01:58:45 +0000 (09:58 +0800)]
iio: imu: inv-mpu6xxx: Fix interrupt pin assignment

When add spi support, introduce a new bug that
i2c intrerupt pin assignment after request_irq.

Change-Id: Id41a953c8c7ea8a94a584c584ee012025a4a6921
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
7 years agoFROMLIST: drm/rockchip: vop: correct the source size of uv scale factor setting
Mark Yao [Mon, 6 Jun 2016 07:58:46 +0000 (15:58 +0800)]
FROMLIST: drm/rockchip: vop: correct the source size of uv scale factor setting

When the input color format is YUV, we need to do some external scale
for CBCR. Like,
 * In YUV420 data format:
     cbcr_xscale = dst_w / src_w * 2;
     cbcr_yscale = dst_h / src_h * 2;
 * In YUV422 data format:
     cbcr_xscale = dst_w / src_w * 2;
     cbcr_yscale = dst_h / src_h;
 * In YUV444 data format
     cbcr_xscale = dst_w / src_w;
     cbcr_yscale = dst_h / src_h;

Change-Id: I73e0423d3662bd340b5d155996f13d31c22dcc29
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9157353/)

7 years agoFROMLIST: drm/rockchip: vop: add uv_vir register field for RK3036 VOP
Yakir Yang [Mon, 6 Jun 2016 07:58:32 +0000 (15:58 +0800)]
FROMLIST: drm/rockchip: vop: add uv_vir register field for RK3036 VOP

The WIN0 of RK3036 VOP could support YUV data format, but driver
forget to add the uv_vir register field for it.

Change-Id: Ie27216d0612d41fec02346ce65412207ed26d4a1
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9157349/)

7 years agosoc: rockchip: power-domain: fix up the PMU_GPU_PWRDW/UP_CNT for RK3399
Elaine Zhang [Mon, 27 Jun 2016 09:04:54 +0000 (17:04 +0800)]
soc: rockchip: power-domain: fix up the PMU_GPU_PWRDW/UP_CNT for RK3399

According to the advice of the IC,
setting the PMU_GPU_PWRDW/PWRUP_CNT regs 6 cycel(250ns) for RK3399 SOC.

Change-Id: I0449069a3b5035bd0442fcd74b645de9480a1d89
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
7 years agoARM64: dts: rockchip: rk3366: assign parent for i2s_src
Finley Xiao [Tue, 21 Jun 2016 10:10:22 +0000 (18:10 +0800)]
ARM64: dts: rockchip: rk3366: assign parent for i2s_src

As the 750MHz cpll can't produce accurate frequancy for i2s,
for example 11289600Hz, so assign their parents to the 576MHz gpll.

Change-Id: I430bce21ae69b47e561a95e691276d0c921a702c
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
7 years agoclk: rockchip: add clock ids for i2s_src on RK3366
Finley Xiao [Tue, 21 Jun 2016 10:07:39 +0000 (18:07 +0800)]
clk: rockchip: add clock ids for i2s_src on RK3366

Set the newly added id for i2s_src, so that they can be called
in other parts.

Change-Id: Ie4ecc4d19e3ae64a07d1f2a80aa08d40f38d09ad
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
7 years agoFIXUP: drm/bridge: analogix_dp: misc update to upstream version
Yakir Yang [Fri, 24 Jun 2016 07:18:45 +0000 (15:18 +0800)]
FIXUP: drm/bridge: analogix_dp: misc update to upstream version

This misc update would try to fix below comments from my eDP thread[0],
and lucky to say this version is stable, and i'm start to perpare the
pull request to David with this version. So i guess it's time to create
a misc FIXUP patch to address the comments.

[0]: https://patchwork.kernel.org/patch/9175613/

- Correct the misspell of "marcos" in commit message (Dominik, reviewed at Google Gerrit)
- Write a kerneldoc-style comment explaining the chips data fields (Tomasz, reviewed at Google Gerrit)
- Drop the '.lcdcsel_mask' number in chips data field (Tomasz, reviewed at Google Gerrit)
- Make this hack code more clear (Tomasz, reviewed at Google Gerrit)
  reg = ~reg & REF_CLK_MASK;  --->  reg ^= REF_CLK_MASK;
- Give the "rk3399-edp" a separate line for clarity in document (Tomasz, reviewed at Google Gerrit)
- Move 'output_type' setting before the return statement (Tomasz, reviewed at Google Gerrit)
- Avoid to change any internal driver state in .mode_valid interface. (Tomasz, reviewed at Google Gerrit)
- Hook the connector's color_formats in .get_modes directly. (Tomasz, reviewed at Google Gerrit)

Change-Id: Ic35f166ebac04e417ff3d135e7bf4573bbca2004
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
7 years agoUPSTREAM: ARM: dts: rockchip: add rk3288-veyron-minnie backlight and panel settings
Heiko Stuebner [Mon, 14 Dec 2015 10:39:58 +0000 (11:39 +0100)]
UPSTREAM: ARM: dts: rockchip: add rk3288-veyron-minnie backlight and panel settings

The pwm for Minnie's backlight needs to be above 1%, so adapt the start
of non-zero brightness accordingly. Minnie is also using a different
panel, so re-set the compatible property.

Change-Id: I4fd13be0a848ca7a33213e07864637bf3792f9af
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
(cherry pick from commit 712e6051c440a41f5e797412afa7b246d27adc69)

7 years agoUPSTREAM: ARM: dts: rockchip: add core rk3288-veyron backlight and panel nodes
Heiko Stuebner [Mon, 14 Dec 2015 10:32:28 +0000 (11:32 +0100)]
UPSTREAM: ARM: dts: rockchip: add core rk3288-veyron backlight and panel nodes

Many Veyron chromebooks share the same panel type, so define the core
settings for all of them and allow the few runaways to override it later.

Change-Id: I48668b9fa156f02de94a2ac8c0a20a3407a201b0
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
(cherry pick from commit dfb2146efc6b07f1a6cc04938248c2ce948c9c98)

7 years agoUPSTREAM: ARM: dts: rockchip: move edp-hpd pin definition into common location
Heiko Stuebner [Tue, 27 Oct 2015 23:19:37 +0000 (00:19 +0100)]
UPSTREAM: ARM: dts: rockchip: move edp-hpd pin definition into common location

The edp hotplug pin is fixed on the soc side, anybody wanting to use it
will need the same definition anyway, so move it to a common location.

Change-Id: I49a424eeb755d6bfaf38b91cadfd6d8ff7be8ccf
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
(cherry pick from commit a4e00345b29dbc93fe7e6f4070458f325261b0ac)

7 years agoUPSTREAM: ARM: dts: rockchip: add rk3288 displayport controller node
Heiko Stuebner [Wed, 28 Oct 2015 09:55:19 +0000 (10:55 +0100)]
UPSTREAM: ARM: dts: rockchip: add rk3288 displayport controller node

Add the rk3288 edp node and its hooks into the display-subsystem.

Change-Id: I1bd7617203e9c36c426bd69fd23f99c1e10a8c99
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
(cherry pick from commit 6df7ec6186644a4ffb4f0c859327ef41a1145a5f)

7 years agoUPSTREAM: ARM: dts: rockchip: add rk3288 edp-phy node
Heiko Stuebner [Wed, 28 Oct 2015 09:54:22 +0000 (10:54 +0100)]
UPSTREAM: ARM: dts: rockchip: add rk3288 edp-phy node

Add the core device node of the edp-phy on rk3288 socs.

Change-Id: I34d23617abfaeefa5ec527c7b2ce67bc3b614c68
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
(cherry pick from commit f5663969d8125a5c5b7835812e1e636ecedf030b)

7 years agoUPSTREAM: drm/rockchip: remove rockchip_drm_encoder_get_mux_id
Philipp Zabel [Tue, 24 Feb 2015 10:42:08 +0000 (11:42 +0100)]
UPSTREAM: drm/rockchip: remove rockchip_drm_encoder_get_mux_id

It is replaced by drm_of_encoder_active_endpoint_id.

Change-Id: I0d09b768951192cd781d0b5c3e5652f66dc4cdaa
Suggested-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Yakir Yang <ykk@rock-chips.com>
[for dw_hdmi-rockchip]
Acked-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
(cherry-pick from commit 16450616790af5ef5dda79e3081916af723756da)

7 years agoUPSTREAM: drm: add drm_of_encoder_active_endpoint helpers
Philipp Zabel [Tue, 24 Feb 2015 10:34:01 +0000 (11:34 +0100)]
UPSTREAM: drm: add drm_of_encoder_active_endpoint helpers

This patch adds a helper to parse the encoder endpoint connected to the
encoder's crtc and two helpers to return its id and port id.

This can be used to determine input mux setting from endpoint or port ids.

Change-Id: I48eb7c66edb951af40085e4e388afbd5d4b2c77b
Suggested-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
(cherry pick from commit 4cacf91fcb1d7118e93caf9cb6651d7f7b56e58d)

7 years agoUPSTREAM: phy: Add driver for rockchip Display Port PHY
Yakir Yang [Mon, 15 Feb 2016 11:01:34 +0000 (19:01 +0800)]
UPSTREAM: phy: Add driver for rockchip Display Port PHY

Add phy driver for the Rockchip DisplayPort PHY module. This
is required to get DisplayPort working in Rockchip SoCs.

Change-Id: Ied28937c12584aee9654af775d4cf0cac4eddec5
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
(cherry pick from commit fd968973de95c68982babf3d9723dcde2f2a87cf)

7 years agommc: dw_mmc: fix unmap sg twice when finding data err
Shawn Lin [Fri, 24 Jun 2016 09:48:57 +0000 (17:48 +0800)]
mmc: dw_mmc: fix unmap sg twice when finding data err

DATA_OVER(the same for RI/TI of IDMAC) interrupt may come
up together with data error interrupts. If so, the interrupt
routine set EVENT_DATA_ERR to the pending_events and schedule
the tasklet but we may still fallback to the IDMAC interrupt
case as the tasklet may come up a little late, namely right
after the IDMAC interrupt checking. This will casue dw_mmc
unmap sg twice. We can easily see it with CONFIG_DMA_API_DEBUG
enabled.

WARNING: CPU: 0 PID: 0 at lib/dma-debug.c:1096 check_unmap+0x7bc/0xb38
dwmmc_exynos 12200000.mmc: DMA-API: device driver tries to free DMA memory it
has not allocated [device address=0x000000006d9d2200]
[size=128 bytes]
Modules linked in:
CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.7.0-rc4 #26
Hardware name: SAMSUNG EXYNOS (Flattened Device Tree)
[<c0112b4c>] (unwind_backtrace) from [<c010d888>] (show_stack+0x20/0x24)
[<c010d888>] (show_stack) from [<c03fab0c>] (dump_stack+0x80/0x94)
[<c03fab0c>] (dump_stack) from [<c0123548>] (__warn+0xf8/0x110)
[<c0123548>] (__warn) from [<c01235a8>] (warn_slowpath_fmt+0x48/0x50)
[<c01235a8>] (warn_slowpath_fmt) from [<c042ac90>] (check_unmap+0x7bc/0xb38)
[<c042ac90>] (check_unmap) from [<c042b25c>] (debug_dma_unmap_sg+0x118/0x148)
[<c042b25c>] (debug_dma_unmap_sg) from [<c077512c>] (dw_mci_dma_cleanup+0x7c/0xb8)
[<c077512c>] (dw_mci_dma_cleanup) from [<c0773f24>] (dw_mci_stop_dma+0x40/0x50)
[<c0773f24>] (dw_mci_stop_dma) from [<c0777d04>] (dw_mci_tasklet_func+0x130/0x3b4)
[<c0777d04>] (dw_mci_tasklet_func) from [<c0129760>] (tasklet_action+0xb4/0x150)
[<c0129760>] (tasklet_action) from [<c0101674>] (__do_softirq+0xe4/0x3cc)
[<c0101674>] (__do_softirq) from [<c0129030>] (irq_exit+0xd0/0x10c)
[<c0129030>] (irq_exit) from [<c01778a0>] (__handle_domain_irq+0x90/0xfc)
[<c01778a0>] (__handle_domain_irq) from [<c0101548>] (gic_handle_irq+0x64/0xa8)
[<c0101548>] (gic_handle_irq) from [<c010e3d4>] (__irq_svc+0x54/0x90)
Exception stack(0xc1101ef8 to 0xc1101f40)
1ee0:                                                       00000001 00000000
1f00: 00000000 c011b600 c1100000 c110753c 00000000 c11c3984 c11074d4 c1107548
1f20: 00000000 c1101f54 c1101f58 c1101f48 c010a1fc c010a200 60000013 ffffffff
[<c010e3d4>] (__irq_svc) from [<c010a200>] (arch_cpu_idle+0x48/0x4c)
[<c010a200>] (arch_cpu_idle) from [<c01669d8>] (default_idle_call+0x30/0x3c)
[<c01669d8>] (default_idle_call) from [<c0166d3c>] (cpu_startup_entry+0x358/0x3b4)
[<c0166d3c>] (cpu_startup_entry) from [<c0aa6ab8>] (rest_init+0x94/0x98)
[<c0aa6ab8>] (rest_init) from [<c1000d58>] (start_kernel+0x3a4/0x3b0)
[<c1000d58>] (start_kernel) from [<4000807c>] (0x4000807c)
---[ end trace 256f83eed365daf0 ]---

Change-Id: Idc1b46aeac92d715e368533352b2bb75d65d4bbd
Reported-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
7 years agoUPSTREAM: net: stmmac: dwmac-rk: add rk3228-specific data
Xing Zheng [Tue, 21 Jun 2016 12:33:28 +0000 (20:33 +0800)]
UPSTREAM: net: stmmac: dwmac-rk: add rk3228-specific data

Add constants and callback functions for the dwmac on rk3228/rk3229 socs.
As can be seen, the base structure is the same, only registers and the
bits in them moved slightly.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
master commit e7ffd81233334b7755050523cb7e0456ae3d2e53)

Conflicts:

Documentation/devicetree/bindings/net/rockchip-dwmac.txt
[zx: conflict with rk3366 and rk3399 that have not been sent to upstream.]

Change-Id: Ibae845ded567e11a8428f6f45510cd5443845e17
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoARM64: dts: rk3399-evb2: remove 1.8G support for A72
Jianqun Xu [Tue, 21 Jun 2016 09:22:09 +0000 (17:22 +0800)]
ARM64: dts: rk3399-evb2: remove 1.8G support for A72

Some RK3399 evb2 cannot support 1.8G for A72, maybe caused by
current limit, but remove it anyway for evb2.

Change-Id: Ibaa940696ccbdc59131c49e9a643a63863768ea2
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
7 years agospi: rockchip: set tx burst len 16, rx burst len 1.
Huibin Hong [Wed, 15 Jun 2016 09:40:42 +0000 (17:40 +0800)]
spi: rockchip: set tx burst len 16, rx burst len 1.

Set ROCKCHIP_SPI_DMATDLR (rs->fifo_len - 16 - 1), which
can keep spi transferring. By the way, rx burst len must be
set 1, because it is hard to deal with the unaligned length.
Such as burst leng 16, ROCKCHIP_SPI_DMARDLR 16, when rx fifo
reaches 16, dma receive 16 bytes. But if the last bytes is less
than 16, dma will miss the bytes left in the rx fifo.

Change-Id: I846db94a87955453e617620ade32f2e68f01c01d
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agodmaengine: pl330: support transfer that doesn't align with (burst len * burst size)
Huibin Hong [Wed, 15 Jun 2016 09:24:03 +0000 (17:24 +0800)]
dmaengine: pl330: support transfer that doesn't align with (burst len * burst size)

Below code transfers 0x10002 bytes:
First loop 256*16*16=0x10000, burst size is 1, burst length is 16.
Then the second loop 2 bytes, burst size is 1, burst length is 1.

f0041000:        DMAMOV CCR 0xbc02f1
f0041006:        DMAMOV SAR 0xdd6c0000
f004100c:        DMAMOV DAR 0xff1d0400
f0041012:        DMALP_0 15
f0041014:        DMALP_1 255
f0041016:        DMAWFPB 12
f0041018:        DMALDA
f0041019:        DMASTPB 12
f004101b:        DMAFLUSHP 12
f004101d:        DMALPENDA_1 bjmpto_7
f004101f:        DMALPENDA_0 bjmpto_b
f0041021:        DMAMOV CCR 0x800201
f0041027:        DMALP_1 1
f0041029:        DMAWFPB 12
f004102b:        DMALDA
f004102c:        DMASTPB 12
f004102e:        DMAFLUSHP 12
f0041030:        DMALPENDA_1 bjmpto_7
f0041032:        DMASEV 0
f0041034:        DMAEND

Change-Id: I97ef33aeac8ebe18c63201cf4c1c04f5548e9a4a
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agoUPSTREAM: ASoC: hdmi-codec: select CONFIG_HDMI
Arnd Bergmann [Tue, 31 May 2016 21:12:00 +0000 (23:12 +0200)]
UPSTREAM: ASoC: hdmi-codec: select CONFIG_HDMI

SND_SOC_HDMI_CODEC can be enabled without HDMI support, leading
to a link error:

In function `hdmi_codec_hw_params':
sound/soc/codecs/hdmi-codec.c:188: undefined reference to `hdmi_audio_infoframe_init'
sound/built-in.o:(.debug_addr+0x1a5c0): undefined reference to `hdmi_audio_infoframe_init'

This changes the Kconfig file to select HDMI, as the other codec using
hdmi_audio_infoframe_init already does.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git fix/hdmi
 commit 6de7df8d1b1a45a07d6ecc6b4f94179e1e68f5ec)

Change-Id: Iddf276cef778db8cb28e5ea86dec146136887056
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
7 years agoUPSTREAM: ASoC: hdmi-codec: Add ELD control
Philipp Zabel [Fri, 22 Apr 2016 08:40:11 +0000 (10:40 +0200)]
UPSTREAM: ASoC: hdmi-codec: Add ELD control

Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit db71336b9eec22c21cef65c90cea49130c464994)

Change-Id: Ie82a1f72c3601b64c61b2d17f5849f892010f5ef
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
7 years agoUPSTREAM: ASoC: hdmi-codec: Add ELD control
Philipp Zabel [Wed, 20 Apr 2016 08:59:58 +0000 (10:59 +0200)]
UPSTREAM: ASoC: hdmi-codec: Add ELD control

ALSA doesn't know about all the different compressed audio formats,
so there is no interface to let userspace enumerate the formats that
are supported by the connected sink. Exporting the raw ELD bytes to
userspace allows an application to select the appropriate audio format
depending on the current capabilities of the connected HDMI sink device.
Usually userspace then just pretends to ALSA that the data is in one of
the raw 16-bit PCM audio formats and relies on the IEC controls to tell
the sink how to interpret the data.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Tested-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 81151cfb6bfe69f1c5a52b795eb005226a322c9e)

Change-Id: I37a90865af97be1c1e21b5e677aa7d8ce58bdf23
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
7 years agoUPSTREAM: ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
Jyri Sarha [Thu, 31 Mar 2016 13:36:00 +0000 (16:36 +0300)]
UPSTREAM: ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders

The hdmi-codec is a platform device driver to be registered from
drivers of external HDMI encoders with I2S and/or spdif interface. The
driver in turn registers an ASoC codec for the HDMI encoder's audio
functionality.

The structures and definitions in the API header are mostly redundant
copies of similar structures in ASoC headers. This is on purpose to
avoid direct dependencies to ASoC structures in video side driver.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Acked-by: PC Liao <pc.liao@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 09184118a8abae030539469848d475adcc0e5839)

Change-Id: I4fc0651b732c2604df58cb2e0ec5f5edeecdf412
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
7 years agoUPSTREAM: ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper
Jyri Sarha [Thu, 31 Mar 2016 13:35:59 +0000 (16:35 +0300)]
UPSTREAM: ALSA: pcm: Allow 32 bit sample format in IEC958 channel status helper

Treat 32 bit sample width as if it was 24 bits when generating IEC958
channel status bits. On some platforms 24 sample width is problematic
and to get full 24 bit precision a 32 bit format, using only the 24
most significant bits, may have to be used.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 4a462ce084d5beb92cfc68f53f88c035c82e6b59)

Change-Id: I26461c0d8b92bfc6547f81006dacb7a7b3068782
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
7 years agoUPSTREAM: ALSA: pcm: add IEC958 channel status helper for hw_params
Jyri Sarha [Thu, 31 Mar 2016 13:35:58 +0000 (16:35 +0300)]
UPSTREAM: ALSA: pcm: add IEC958 channel status helper for hw_params

Add IEC958 channel status helper that gets the audio properties from
snd_pcm_hw_params instead of snd_pcm_runtime. This is needed to
produce the channel status bits already in audio stream configuration
phase.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 4a4436573a6669516f73bac25016683d396ed4c4)

Change-Id: Ie19500cd63fb311ec273035c336acc8c568d84db
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
7 years agoUPSTREAM: clocksource/drivers/rockchip: Add support for the rk3399 SoC
Huang, Tao [Thu, 16 Jun 2016 14:00:08 +0000 (16:00 +0200)]
UPSTREAM: clocksource/drivers/rockchip: Add support for the rk3399 SoC

The only difference between the rk3399 SoC and the other ones is the control
register offset which is different.

Add a new field to store the control register address depending on the SoC
and use it instead of the <base> + <control offset>.

BUG=chrome-os-partner:54522
TEST=Tested on gru, cat /proc/interrupts |grep timer

Change-Id: I37f4d30a8b4609887b175ab7e9b1117b2ac436e4
Signed-off-by: Huang Tao <huangtao@rock-chips.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Heiko Stuebner <heiko@sntech.de>
Tested-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
(cherry picked from git.linaro.org/people/daniel.lezcano/linux.git clockevents/next
 commit d0e2b96b2f723cb2d3ca992eaa2fe643367830f8)
Reviewed-on: https://chromium-review.googlesource.com/353977
Reviewed-by: Douglas Anderson <dianders@chromium.org>
7 years agoUPSTREAM: clocksource/drivers/rockchip: Add the dynamic irq flag to the timer
Huang, Tao [Thu, 16 Jun 2016 13:57:53 +0000 (15:57 +0200)]
UPSTREAM: clocksource/drivers/rockchip: Add the dynamic irq flag to the timer

The rockchip timer is a broadcast timer. Add the CLOCK_EVT_FEAT_DYNIRQ flag
and set the cpumask to all possible cpus to save power by avoiding
unnecessary wakeups and IPIs.

BUG=chrome-os-partner:54522
TEST=Tested on gru, cat /proc/interrupts |grep timer

Change-Id: Ic7de570f35921a292e4687c2bcf408b37334f781
Signed-off-by: Huang Tao <huangtao@rock-chips.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Heiko Stuebner <heiko@sntech.de>
Tested-by: Jianqun Xu <jay.xu@rock-chips.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
(cherry picked from git.linaro.org/people/daniel.lezcano/linux.git clockevents/next
 commit 11932c2ac6f8c0f20f12a38569a36f0d1b5cfd6b)
Reviewed-on: https://chromium-review.googlesource.com/353976
Reviewed-by: Douglas Anderson <dianders@chromium.org>
7 years agoRevert "clocksource: rockchip: remove unnecessary clear irq before request_irq"
Huang, Tao [Mon, 6 Jun 2016 09:26:55 +0000 (17:26 +0800)]
Revert "clocksource: rockchip: remove unnecessary clear irq before request_irq"

This reverts commit c380160aeae8b786868bd8483b9c1c9f22d15b61.

Change-Id: I435f0989976627e9892ff2bdba91cf41b8b77ef9
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
7 years agoRevert "clocksource: rockchip: add dynamic irq flag to the timer"
Huang, Tao [Mon, 6 Jun 2016 09:15:39 +0000 (17:15 +0800)]
Revert "clocksource: rockchip: add dynamic irq flag to the timer"

This reverts commit fb50410985e6f6874dcfe6e3f12b4bccd5d0335b.

Change-Id: I1d04b207ae34a15688c1dc77f08525a45541e39e
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
7 years agoRevert "clocksource: rockchip: add support for rk3399 SoC"
Huang, Tao [Mon, 6 Jun 2016 09:14:54 +0000 (17:14 +0800)]
Revert "clocksource: rockchip: add support for rk3399 SoC"

This reverts commit b7355e9f6230d28ee92de14426c36ab0b208f51a.

Change-Id: If04877735b4b99e3f1f6a691480413872a0a9562
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
7 years agovideo: rockchip: mipi: modify judgment condition for rk32_dsi_set_bits
xubilv [Tue, 21 Jun 2016 07:49:07 +0000 (15:49 +0800)]
video: rockchip: mipi: modify judgment condition for rk32_dsi_set_bits

Change-Id: I71a2515f871dc3d8bbcd8567565fc412c39d9a81
Signed-off-by: xubilv <xbl@rock-chips.com>
7 years agoarm64: dts: rockchip: add rk3399 box 0505 board support
Zhangbin Tong [Mon, 20 Jun 2016 06:43:23 +0000 (14:43 +0800)]
arm64: dts: rockchip: add rk3399 box 0505 board support

Add minimal DT files for the rockchip box board, based on
the rockchip rk3399 SoC.

Change-Id: I6b63e9d4e217412cc6e1a01a4cb9e0be58ff3d6f
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: export rk3228 MAC clocks
Xing Zheng [Tue, 21 Jun 2016 04:59:47 +0000 (12:59 +0800)]
UPSTREAM: clk: rockchip: export rk3228 MAC clocks

This patch exports related MAC clocks for dts reference.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit af5cf5deb074d9011209d3979096620d1dadf44a)

Change-Id: I12d60a82b08ba528b3e0ac3f45dc437514df6f8a
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: rename rk3228 sclk_macphy_50m to sclk_mac_extclk
Xing Zheng [Tue, 21 Jun 2016 04:53:30 +0000 (12:53 +0800)]
UPSTREAM: clk: rockchip: rename rk3228 sclk_macphy_50m to sclk_mac_extclk

The sclk_macphy_50m is confusing, the sclk_mac_extclk describes
a external clock  clearly.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit 24449885d79d79ae22a5ee2cb749161ccb5a141e)

Change-Id: I81aaed6cb9d766d9c558eaf8659eb9943290f409
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: export rk3228 audio clocks
Xing Zheng [Tue, 21 Jun 2016 04:53:29 +0000 (12:53 +0800)]
UPSTREAM: clk: rockchip: export rk3228 audio clocks

This patch exports related i2s/spdif clocks for dts reference.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit c64032c5026f55cf496adc4281b9356b713ee56f)

Change-Id: Id979feaf98be2879b23b1759bbcb5fa022b71be6
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add clock-ids for rk3228 MAC clocks
Xing Zheng [Tue, 21 Jun 2016 04:59:47 +0000 (12:59 +0800)]
UPSTREAM: clk: rockchip: add clock-ids for rk3228 MAC clocks

This patch exports related MAC clocks for dts reference.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-shared/clkids commit 9ff59360b863706b50cbcd7ffad9287d67254063)

Change-Id: Ib6f5f2a0ccd19a8b71c384abddacadbd4da291bb
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add clock-ids for rk3228 audio clocks
Xing Zheng [Tue, 21 Jun 2016 04:53:29 +0000 (12:53 +0800)]
UPSTREAM: clk: rockchip: add clock-ids for rk3228 audio clocks

This patch exports related i2s/spdif clocks for dts reference.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-shared/clkids commit 5f6d71044f4d766c3636b9fd2c43e7c9d71d31af)

Change-Id: I85e535307b0fa479b50a66bc25e9c3c5132deaa0
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: include rk3288 downstream muxes into fractional dividers
Xing Zheng [Tue, 21 Jun 2016 04:53:28 +0000 (12:53 +0800)]
UPSTREAM: clk: rockchip: include rk3288 downstream muxes into fractional dividers

During the initial conversion to the newly introduced combined fractional
dividers+muxes the rk3228 clocks were left out, so convert them now.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit c73f689eea9f1e1706a600a506ba89f82bd84349)

Change-Id: Iea91d23ec1fa09c4777f7ccdb016514c301f90ec
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: fix incorrect rk3228 clock registers
Xing Zheng [Tue, 21 Jun 2016 04:53:27 +0000 (12:53 +0800)]
UPSTREAM: clk: rockchip: fix incorrect rk3228 clock registers

Due to copy and paste carelessly, RK3288_CLKxxx references are incorrect,
we need to fix them.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit 67de7901c441f7516d3ca967fa64533556cae4e7)

Change-Id: I3910b05343e0f8353ee277f969e4ab32ed94ad6d
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: release io resource when failing to init clk
Shawn Lin [Sun, 13 Mar 2016 04:13:22 +0000 (12:13 +0800)]
UPSTREAM: clk: rockchip: release io resource when failing to init clk

We should call iounmap to relase reg_base since it's not going
to be used any more if failing to init clk.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit 1d003eb0805ac5b549e76202a1e95da33f62cb9a)

Change-Id: Ia0161885786d6504fee7e76c6620df98bb2cdb21
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: fix wrong mmc phase shift for rk3228
Shawn Lin [Tue, 26 Jan 2016 03:30:18 +0000 (11:30 +0800)]
UPSTREAM: clk: rockchip: fix wrong mmc phase shift for rk3228

mmc sample shift is 0 for rk3228 refer to user manaul.
So it's broken if we enable mmc tuning for rk3228.

Fixes: 307a2e9ac ("clk: rockchip: add clock controller for rk3228")
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit bb07698fc8d13ec74f4f5bd87b04953777ee6982)

Change-Id: I9bb7e18fe8c1cdb5661219f078f4992de7ad06bd
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: set the clock ids for RK3228 HDMI
Yakir Yang [Wed, 24 Feb 2016 10:16:28 +0000 (18:16 +0800)]
UPSTREAM: clk: rockchip: set the clock ids for RK3228 HDMI

Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next from commit bdc7deec2fe86555ab0039ba52bcf35721dc1577)

Change-Id: I33e4850717853d3ea94479b087d32f114e5b1a59
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: set the clock ids for RK3228 VOP
Yakir Yang [Wed, 24 Feb 2016 10:54:18 +0000 (18:54 +0800)]
UPSTREAM: clk: rockchip: set the clock ids for RK3228 VOP

Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next from commit 0a9d4ac08ebc6bddc97228600c4d7e247d9d7a36)

Change-Id: I9e995f3e1fe35d5b3b44adec174fd58df9b90380
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add the new clock ids for RK3228 HDMI
Yakir Yang [Wed, 24 Feb 2016 10:14:25 +0000 (18:14 +0800)]
UPSTREAM: clk: rockchip: add the new clock ids for RK3228 HDMI

Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-shared/clkids commit 2d2671ea4b35454b30a69744ce258489920e4d2b)

Change-Id: I670ae08d8cac91e0cf4985ca50e3f64916d527ba
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add the new clock ids for RK3228 VOP
Yakir Yang [Wed, 24 Feb 2016 10:08:20 +0000 (18:08 +0800)]
UPSTREAM: clk: rockchip: add the new clock ids for RK3228 VOP

There are four clocks that vop module would need to operate:
    DCLK_VOP,  HCLK_VOP,  SCLK_VOP,  ACLK_VOP,

Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-shared/clkids commit 31b1fed36eb56ae8bd25af42ad1625c4110615eb)

Change-Id: Iea57109b85928c4139283e366ce5d60430e8984b
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add the tsadc clocks found on rk3228 SoCs
Caesar Wang [Mon, 15 Feb 2016 07:33:27 +0000 (15:33 +0800)]
UPSTREAM: clk: rockchip: add the tsadc clocks found on rk3228 SoCs

This patch adds the needed clocks for rk3228 tsadc.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Acked-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit a3cb9aa4bad3392e23c48e186714a1c96c7d0d6b)

Change-Id: Ie7328cc5de2e3909360e5655acb93d4f0eff025c
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add id of the tsadc clock found on rk3228 SoCs
Caesar Wang [Mon, 15 Feb 2016 07:33:26 +0000 (15:33 +0800)]
UPSTREAM: clk: rockchip: add id of the tsadc clock found on rk3228 SoCs

This patch adds 'SCLK_TSADC' and 'PCLK_TSADC' id found on rk3228 SoCs.
That will be needed by TSADC controller.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Acked-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit 3629e70b8c78ec7a40d5c4fd1356b9dc1937d326)

Change-Id: Ia4c926d4decc9affd63510a794d7f2553f6be3a5
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoBACKPORT: clk: rockchip: add clock controller for rk3228
Jeffy Chen [Fri, 11 Dec 2015 01:30:50 +0000 (09:30 +0800)]
BACKPORT: clk: rockchip: add clock controller for rk3228

Add the clock tree definition for the new rk3228 SoC.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-clk/next commit 307a2e9ac524bbec707c0e2b47ca50adaecc23f2)

[zx:
previouslly we miss the clock driver for rk3228, it may cause
conflict with struct rockchip_clk_provider on the new CCF,
let's update them directly, therefore, there are include 4
BACKPORT CLs in gerrit:
https://10.10.10.29/#/c/20659/1
https://10.10.10.29/#/c/20661/1
https://10.10.10.29/#/c/20662/1
https://10.10.10.29/#/c/20663/1
]

Change-Id: I8d335e17340291f00f8e1643c8e893f88b06457c
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoUPSTREAM: clk: rockchip: add dt-binding header for rk3228
Jeffy Chen [Wed, 9 Dec 2015 09:04:07 +0000 (17:04 +0800)]
UPSTREAM: clk: rockchip: add dt-binding header for rk3228

Add the dt-bindings header for the rk3228, that gets shared between
the clock controller and the clock references in the dts.

Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
v4.8-shared/clkids commit abf1296599fd679ece61a6c145cc7ee0c490e573)

Change-Id: Id164aa064046276f22dc763c746e9e85c344cd81
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agofiq debugger: add resume for debug uart
Huibin Hong [Wed, 22 Jun 2016 10:21:29 +0000 (18:21 +0800)]
fiq debugger: add resume for debug uart

The uart power domain is off after suspend, which makes
uart registers reseted. So, when resume, uart driver gets
wrong registers value, and enters endless loop.

Change-Id: I90eb805d85cc27486e94949b9a84c4f8a12430b7
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agoUPSTREAM: platform: Do not detach from PM domains on shutdown
Rafael J. Wysocki [Mon, 11 Jan 2016 23:12:19 +0000 (00:12 +0100)]
UPSTREAM: platform: Do not detach from PM domains on shutdown

Shutdown is carried out when the driver is still bound to the
device, so it is incorrect to detach it from a PM domain (if any)
at this point.

Change-Id: I325d018c98307fc3386273e2ca6f021ead5069b5
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reported-and-tested-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
(cherry picked from commit 2d30bb0b3889adf09b342722b2ce596c0763bc93)

7 years agodrm/rockchip: enable pm_runtime after clock enable
Mark Yao [Wed, 22 Jun 2016 02:43:35 +0000 (10:43 +0800)]
drm/rockchip: enable pm_runtime after clock enable

Power domain recommand order is that:
  -> enable clock
  -> pm_runtime_get_sync
  -> pm_runtime_put
  -> disable clock

Change-Id: Ia8d5c961afe8da6407a7cca1e48696a285460686
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
7 years agoARM64: dts: rk3399: add powerdomain for vop
Mark Yao [Wed, 22 Jun 2016 02:36:39 +0000 (10:36 +0800)]
ARM64: dts: rk3399: add powerdomain for vop

Change-Id: I308b22833c00b6ae6e19a53335b34bca31a92804
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
7 years agoclk: rockchip: rk3399: Add support frac mode frequencies for independent VPLL
Xing Zheng [Sat, 30 Apr 2016 12:57:57 +0000 (20:57 +0800)]
clk: rockchip: rk3399: Add support frac mode frequencies for independent VPLL

These clock rate are used for HDMI display.

Change-Id: I4742dcfe8ddedfa6b86c38ce03bcaa5c28b34c4e
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agophy: rockchip-inno-usb2: support phy default parameters tunning.
Frank Wang [Tue, 21 Jun 2016 08:58:53 +0000 (16:58 +0800)]
phy: rockchip-inno-usb2: support phy default parameters tunning.

This patch does not aim to upstream, just use locally.

If needed, the different SoC can register its own callback function
to tunning the default parameters of phy.

Change-Id: I19b2a4f9e0cb04b139dd64eae1c856fbe9142665
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
7 years agoARM64: dts: rk3399: android: add fiq_debugger
Huibin Hong [Mon, 13 Jun 2016 08:46:02 +0000 (16:46 +0800)]
ARM64: dts: rk3399: android: add fiq_debugger

Change-Id: I537633e25241531ce49bad896f5a18d7f2835aa8
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agoARM64: dts: rk3399: android: enable early console only
Huibin Hong [Mon, 13 Jun 2016 08:42:35 +0000 (16:42 +0800)]
ARM64: dts: rk3399: android: enable early console only

Disable the normal console of 8250, because we use fiq_debugger
console named ttyFIQ0.

Change-Id: I107cf950d646f8d42d2f3e7a6846762a59f3eb97
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agoarm64: configs: rockchip_defconfig select fiq debugger
Huibin Hong [Sat, 30 Jan 2016 08:57:10 +0000 (16:57 +0800)]
arm64: configs: rockchip_defconfig select fiq debugger

Change-Id: I96a45e0b580430a67c89f3b7d1bb952124928791
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agofiq_debugger: fix code error in fiq_debugger_arm64.c
Huibin Hong [Mon, 13 Jun 2016 08:41:07 +0000 (16:41 +0800)]
fiq_debugger: fix code error in fiq_debugger_arm64.c

Change-Id: I6163602bf0190db85714c68086f61c89b7629687
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agosoc: rockchip: add rk fiq debugger platform driver
Huibin Hong [Sat, 30 Jan 2016 08:54:36 +0000 (16:54 +0800)]
soc: rockchip: add rk fiq debugger platform driver

Change-Id: Ibb32efc190ce49d657973133a30632c71f0d806c
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
7 years agoclk: rockchip: rk3399: add 65M for PLL freq
Elaine Zhang [Tue, 21 Jun 2016 07:18:00 +0000 (15:18 +0800)]
clk: rockchip: rk3399: add 65M for PLL freq

VPLL need 65M freq for some HDMI display.

Change-Id: I4f07c97282fb48fc504b54a07838ccb0bbb0355a
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
7 years agoi2c: rk3x: sync with i2c-next branch
David Wu [Fri, 17 Jun 2016 21:34:02 +0000 (05:34 +0800)]
i2c: rk3x: sync with i2c-next branch

Change-Id: Id698758616934b8816f0b8be12ea45887dc0aca9
Signed-off-by: David Wu <david.wu@rock-chips.com>
7 years agoARM64: dts: rk3399: add another pinctrl for spdif
Sugar Zhang [Mon, 20 Jun 2016 06:47:44 +0000 (14:47 +0800)]
ARM64: dts: rk3399: add another pinctrl for spdif

rk3399 has two spdif pinctrl, product need select the one
based on the design.

Change-Id: I5c1d61dd591658b8ffd445dfb27938c8a081c058
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
7 years agoARM64: dts: rk3399-vr: mpu6xxx: modified orientation for product and some other config
Zorro Liu [Sat, 18 Jun 2016 10:01:09 +0000 (18:01 +0800)]
ARM64: dts: rk3399-vr: mpu6xxx: modified orientation for product and some other config

Change-Id: I389534a6994f42c4a82df2f4b2915031b3f1a6cf
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
7 years agoARM64: configs: rockchip_defconfig: enable xz3216 DCDC regulator
Aiyoujun [Mon, 6 Jun 2016 15:29:12 +0000 (23:29 +0800)]
ARM64: configs: rockchip_defconfig: enable xz3216 DCDC regulator

Change-Id: I5500acd5d1b6e3c16e03aa67086d00cc05b89108
Signed-off-by: Aiyoujun <ayj@rock-chips.com>
7 years agoregulator: xz3216: add driver with xz3216 series of DCDC devices to compile.
Aiyoujun [Mon, 6 Jun 2016 15:24:29 +0000 (23:24 +0800)]
regulator: xz3216: add driver with xz3216 series of DCDC devices to compile.

Change-Id: I5883e142c17a60cbba7e37bd4a9303efb3c867bf
Signed-off-by: Aiyoujun <ayj@rock-chips.com>
7 years agodriver, iio, mpuxxx: do nothing when fifo count is zero
Zorro Liu [Fri, 17 Jun 2016 03:43:19 +0000 (11:43 +0800)]
driver, iio, mpuxxx: do nothing when fifo count is zero

if fifo count is zero, just wait for data ready, there is
no need to reset HW and SW fifo, or things may worse

Change-Id: Ie65cdfde9c4939be772861f5c0842fb66c384827
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
7 years agovideo: rockchip: only vop big support 8x2560 linebuffer
Huang Jiachai [Fri, 17 Jun 2016 03:25:32 +0000 (11:25 +0800)]
video: rockchip: only vop big support 8x2560 linebuffer

Change-Id: Iee29c98d28375964a5af3b224350d00cb45d184d
Signed-off-by: Huang Jiachai <hjc@rock-chips.com>
7 years agoARM64: dts: rk3399-evb: add keep-power-in-suspend for sdhci
Shawn Lin [Thu, 16 Jun 2016 07:45:25 +0000 (15:45 +0800)]
ARM64: dts: rk3399-evb: add keep-power-in-suspend for sdhci

We not ONLY keep card power despite of the power status of Soc,
so we should add this tag to speed up the wake.

Change-Id: I318342829cf2f5ef6d3e250c59979c156b412123
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
7 years agommc: block: Fix tag condition with packed writes
Shawn Lin [Thu, 16 Jun 2016 07:31:33 +0000 (15:31 +0800)]
mmc: block: Fix tag condition with packed writes

Apparently a cut-and-paste error, 'do_data_tag' is using 'brq' for data
size even though 'brq' has not been set up. Instead use blk_rq_sectors().

Change-Id: I721c02d7a937844ecedeb6c24d8439f8a9c29fef
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
7 years agoARM64: dts: rk3399: support more frequency for evb2
Chen Liang [Wed, 15 Jun 2016 11:12:18 +0000 (19:12 +0800)]
ARM64: dts: rk3399: support more frequency for evb2

RK3399 evb2 support A72 1.8G / A53 1.5G.

Change-Id: If3b034b3e2b57e1a867d99593529efc95dd51b66
Signed-off-by: Chen Liang <cl@rock-chips.com>
7 years agovideo: rockchip: vop: 3399: restore interrupt reg config
Huang Jiachai [Thu, 16 Jun 2016 12:31:12 +0000 (20:31 +0800)]
video: rockchip: vop: 3399: restore interrupt reg config

Change-Id: I8b2c7d34ec83f437771b240f7fc8d544ae1382a0
Signed-off-by: Huang Jiachai <hjc@rock-chips.com>
7 years agoUPSTREAM: spi/rockchip: add the rk3036/rk3228/rk3368 to match for driver
Caesar Wang [Thu, 19 May 2016 23:56:21 +0000 (07:56 +0800)]
UPSTREAM: spi/rockchip: add the rk3036/rk3228/rk3368 to match for driver

In gerenal, the "rockchip,rockchip-spi" string will match the dts
that's great in spi driver. After all the most of rockchip SoCs ar
same spi controller.

Then, we should keep the old style to match the dts various.

Change-Id: Ib6e7b6e778e875f644a832a6c02d94bca8d60b48
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from git.kernel.org next/linux-next.git master
 commit aa29ea3df27dbba19ef59023d0f7330f2fdc58ae)

7 years agoUPSTREAM: spi/rockchip: add rk3036/rk3228/rk3368 SoCs for spi document
Caesar Wang [Thu, 19 May 2016 23:56:20 +0000 (07:56 +0800)]
UPSTREAM: spi/rockchip: add rk3036/rk3228/rk3368 SoCs for spi document

We had supported the rk3036/rk3066/rk3188/rk3228/rk3288/rk3368/rk3399
family SoCs in linux kernel.

Let's add the other SoCs, in order to a better understanding from the
rockchip spi document.

Change-Id: If527c4356c2049a2d5bfc88ffec4cd1350f7b9be
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 1eb1c5dc601a9f53d5bd53702d95afad337d35d2)

7 years agoUPSTREAM: spi: rockchip: Spelling s/divsor/divisor/
Geert Uytterhoeven [Mon, 14 Mar 2016 15:30:16 +0000 (16:30 +0100)]
UPSTREAM: spi: rockchip: Spelling s/divsor/divisor/

Change-Id: I28ae83b204b0cb81e60bfc8927e1544466b360cb
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit bb51537aa825e98b970c784f802e7e09f29df3ba)

7 years agoUPSTREAM: spi: rockchip: covert rsd_nsecs to u32 type
Shawn Lin [Thu, 10 Mar 2016 06:52:27 +0000 (14:52 +0800)]
UPSTREAM: spi: rockchip: covert rsd_nsecs to u32 type

rsd_nsecs is defined as u8 memeber of struct rockchip_spi,
but using of_property_read_u32. That means we take risk of
truncation by type conversion if we pass on big value from
dt.

Change-Id: I4d3e29b64749ac8a86782413d0f41691b9ff4e84
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 108b5c8bba6be101100596bf37a165214e1c8458)

7 years agoUPSTREAM: spi: rockchip: header file cleanup
Shawn Lin [Thu, 10 Mar 2016 06:51:48 +0000 (14:51 +0800)]
UPSTREAM: spi: rockchip: header file cleanup

Remove some of unused header files and reoder
it into alphabetical order.

Change-Id: Ib3ae644de08e7e6c6a77393940ceb8897c87e943
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit ec5c5d8ac028cfec4c7c976d93bed1734f1a670a)

7 years agoUPSTREAM: spi: rockchip: check requesting dma channel with EPROBE_DEFER
Shawn Lin [Wed, 9 Mar 2016 08:11:32 +0000 (16:11 +0800)]
UPSTREAM: spi: rockchip: check requesting dma channel with EPROBE_DEFER

Let's defer probing the driver if the return value of
dma_request_slave_channel is ERR_PTR(-EPROBE_DEFER) instead
of disabling dma capability directly.

Change-Id: I8371178a772cd310df711d7d3b5fe5288be5000d
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 61cadcf46cfdb9f7eec70527968c2b91e9823786)

7 years agoUPSTREAM: spi: rockchip: migrate to dmaengine_terminate_async
Shawn Lin [Wed, 9 Mar 2016 08:11:23 +0000 (16:11 +0800)]
UPSTREAM: spi: rockchip: migrate to dmaengine_terminate_async

dmaengine_terminate_all is deprecated, let's use
dmaengine_terminate_async for interrupt handling.

Change-Id: I8c06ef2147c0583d28eeed5b623920199efa9810
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 557b7ea34b9a10a5e13f4d7fd58ac965d801e3bd)

7 years agoUPSTREAM: spi: rockchip: check return value of dmaengine_prep_slave_sg
Shawn Lin [Wed, 9 Mar 2016 08:11:15 +0000 (16:11 +0800)]
UPSTREAM: spi: rockchip: check return value of dmaengine_prep_slave_sg

We should check return value of dmaengine_prep_slave_sg, otherwise
we take risk of null pointer.

Change-Id: I2cc468563d630169f314e353d835ad33091c0d3c
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit ea98491133439773b69345eb9a314fc5f15e07a4)

7 years agoUPSTREAM: dmaengine: Add transfer termination synchronization support
Lars-Peter Clausen [Tue, 20 Oct 2015 09:46:28 +0000 (11:46 +0200)]
UPSTREAM: dmaengine: Add transfer termination synchronization support

The DMAengine API has a long standing race condition that is inherent to
the API itself. Calling dmaengine_terminate_all() is supposed to stop and
abort any pending or active transfers that have previously been submitted.
Unfortunately it is possible that this operation races against a currently
running (or with some drivers also scheduled) completion callback.

Since the API allows dmaengine_terminate_all() to be called from atomic
context as well as from within a completion callback it is not possible to
synchronize to the execution of the completion callback from within
dmaengine_terminate_all() itself.

This means that a user of the DMAengine API does not know when it is safe
to free resources used in the completion callback, which can result in a
use-after-free race condition.

This patch addresses the issue by introducing an explicit synchronization
primitive to the DMAengine API called dmaengine_synchronize().

The existing dmaengine_terminate_all() is deprecated in favor of
dmaengine_terminate_sync() and dmaengine_terminate_async(). The former
aborts all pending and active transfers and synchronizes to the current
context, meaning it will wait until all running completion callbacks have
finished. This means it is only possible to call this function from
non-atomic context. The later function does not synchronize, but can still
be used in atomic context or from within a complete callback. It has to be
followed up by dmaengine_synchronize() before a client can free the
resources used in a completion callback.

In addition to this the semantics of the device_terminate_all() callback
are slightly relaxed by this patch. It is now OK for a driver to only
schedule the termination of the active transfer, but does not necessarily
have to wait until the DMA controller has completely stopped. The driver
must ensure though that the controller has stopped and no longer accesses
any memory when the device_synchronize() callback returns.

This was in part done since most drivers do not pay attention to this
anyway at the moment and to emphasize that this needs to be done when the
device_synchronize() callback is implemented. But it also helps with
implementing support for devices where stopping the controller can require
operations that may sleep.

Change-Id: Ica0822ecbe803ec9605787e30751dfb098bdbe80
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit b36f09c3c441a6e59eab9315032e7d546571de3f)

7 years agoUPSTREAM: spi/rockchip: fix endian mode for 16-bit transfers
Alexander Kochetkov [Sun, 6 Mar 2016 10:04:17 +0000 (13:04 +0300)]
UPSTREAM: spi/rockchip: fix endian mode for 16-bit transfers

16-bit transfers must be in big endian mode on wire.

Change-Id: I21e660de04867871132e4d5b0f2d943a30167aeb
Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 0277e01aebc8895198a4717ccaf7e4fcf39ada78)

7 years agoUPSTREAM: spi: rockchip: remove xfer_completion from rockchip_spi
Shawn Lin [Tue, 16 Feb 2016 03:23:32 +0000 (11:23 +0800)]
UPSTREAM: spi: rockchip: remove xfer_completion from rockchip_spi

xfer_completion isn't been used anywhere, so it can be
removed.

Change-Id: I5a653609c8afaa83665ebc050274d3c9dcf59777
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 23366a02bfd3b4d3075aefcfd71600fb1360a02e)

7 years agoUPSTREAM: spi: rockchip: add missing spi_master_put
Shawn Lin [Mon, 15 Feb 2016 08:28:12 +0000 (16:28 +0800)]
UPSTREAM: spi: rockchip: add missing spi_master_put

Add missing spi_master_put for rockchip_spi_remove since
it calls spi_master_get already.

Change-Id: If76b124b5122d8ca4c65014831afdf1f4893a7cc
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit 844c9f476a43db0bdf61df409026a026ce98ec1b)

7 years agoUPSTREAM: spi: rockchip: disable runtime pm when in err case
Shawn Lin [Mon, 15 Feb 2016 08:27:58 +0000 (16:27 +0800)]
UPSTREAM: spi: rockchip: disable runtime pm when in err case

Before registering master, driver enables runtime pm.
This patch  pm_runtime_disable in err case while probing
driver to balance pm reference count.

Change-Id: I63688e1b07b0b157a663f67e50ac74c5273ce353
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit b8659adda9e295eca0b10a67f3b15a8644c8ed6f)

7 years agoarm64: dts: rockchip: set the suspend voltage for rk3399-evb-rev2 board
Shengfei xu [Thu, 16 Jun 2016 03:05:10 +0000 (11:05 +0800)]
arm64: dts: rockchip: set the suspend voltage for rk3399-evb-rev2 board

Change-Id: I6e49d935b7aaa54f3a2870a477504970559da6c1
Signed-off-by: Shengfei xu <xsf@rock-chips.com>
7 years agodriver, iio, mpuxxx: increase spi speed to 20Mhz when read sensor data
Zorro Liu [Thu, 16 Jun 2016 09:56:50 +0000 (17:56 +0800)]
driver, iio, mpuxxx: increase spi speed to 20Mhz when read sensor data

Change-Id: Ic8088d26ba87386d39014e6ca25f1b43865af914
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
7 years agodriver, iio, mpuxxx: add _RATE_DEBUG log
Zorro Liu [Thu, 16 Jun 2016 08:45:03 +0000 (16:45 +0800)]
driver, iio, mpuxxx: add _RATE_DEBUG log

Change-Id: Iabfb6c389013fca39e023f0c9dc96882aef16d40
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
7 years agoFROMLIST: ARM: dts: rockchip: enable hdmi audio on rk3036-kylin
Yakir Yang [Wed, 15 Jun 2016 12:58:06 +0000 (20:58 +0800)]
FROMLIST: ARM: dts: rockchip: enable hdmi audio on rk3036-kylin

Enable the basic hdmi audio function on rk3036 kylin board.

Change-Id: Id9d0971203a75bba9a885d590c40b2ddce355b9f
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9178535/)

7 years agoFROMLIST: ARM: dts: rockchip: add simple sound card for RK3036 SoCs
Yakir Yang [Wed, 15 Jun 2016 11:47:27 +0000 (19:47 +0800)]
FROMLIST: ARM: dts: rockchip: add simple sound card for RK3036 SoCs

Using I2S as the audio input source, and force the mclk_fs to 256.

Change-Id: Ib85ba7be4de430d5536aaaebe74bb9fde9174f16
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9178533/)

7 years agoFROMLIST: drm/rockchip: inno_hdmi: add audio support
Yakir Yang [Wed, 15 Jun 2016 11:45:30 +0000 (19:45 +0800)]
FROMLIST: drm/rockchip: inno_hdmi: add audio support

Using the common hdmi-codec driver to support hdmi audio function.

Change-Id: I8d7f4166b8c64bc3975ad305a761e88c3404b136
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9178529/)

7 years agorockchip/vcodec: add shutdown ops
Alpha Lin [Wed, 15 Jun 2016 09:33:43 +0000 (17:33 +0800)]
rockchip/vcodec: add shutdown ops

Add a shutdown opertion to prevent a system halt when
reboot executing.

Before this revision, driver will try to trigger hw after
power domain disable during reboot procedure, and cause a
system halt.

Change-Id: I57236c20cb96946a18d78396955f6fd59ee93a59
Signed-off-by: Alpha Lin <alpha.lin@rock-chips.com>
7 years agovideo: rockchip: hdmi: set hdcp hclk to modify standby crash
xuhuicong [Wed, 15 Jun 2016 06:09:42 +0000 (14:09 +0800)]
video: rockchip: hdmi: set hdcp hclk to modify standby crash

Change-Id: I032f85abe08932a2b14dcc71e732bd334825fed2
Signed-off-by: xuhuicong <xhc@rock-chips.com>
7 years agoRevert "clk: rockchip: rk3399: remove GRF gates clock nodes from power domains"
Xing Zheng [Wed, 15 Jun 2016 07:47:18 +0000 (15:47 +0800)]
Revert "clk: rockchip: rk3399: remove GRF gates clock nodes from power domains"

This reverts commit aa197c2f234f1c9df3e6a3a110baf52d6985933d.

Change-Id: I7462950df48ea833f928c7d4d952ed65486f3acb
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
7 years agoRevert "clk: rockchip: rk3399: remove all of the NOC clock nodes"
Xing Zheng [Tue, 14 Jun 2016 02:46:30 +0000 (10:46 +0800)]
Revert "clk: rockchip: rk3399: remove all of the NOC clock nodes"

This reverts commit aa4027b568ac9a4e5c7364c84a5e0019feb75912.

Change-Id: I18d2dbab04fd199ac20146e48d08e3d16b0d6311
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>