Commit Graph

648235 Commits

Author SHA1 Message Date
hongmin hua
4e58a0a765 unifykey: add the hdmirx repeater key block [3/6]
PD#SWPL-323:

Problem:
add the hdmirx repeater key block

Solution:
add the hdmirx repeater key block.

Verify:
R321

Change-Id: I61920b706b5dd08c6be9647add287f85b35fb0ee
Signed-off-by: hongmin hua <hongmin.hua@amlogic.com>
2018-12-21 13:05:18 +09:00
shihong.zheng
983c693e16 media: keep last normal frame before reset [2/2]
PD#OTT-71

Problem:
google cast display green lump when seek.
reset after seek opration.

Solution:
keep last normal frame before reset and buf free.

Verify:
U211, Atom

Change-Id: I02304998c9434f1055de1138700510f4c19f466f
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
2018-12-21 13:05:18 +09:00
nengwen.chen
50a7477aa3 atv_demod: switch channel with the script, the ATV shows no signal [1/1]
PD#SWPL-791

Problem:
Switch channel with the script lasts 14 hours, the ATV shows no signal.

Solution:
To avoid conflict, don't need to check the CLK
and PLL states in atv demod write and read function.

Verify:
verified by p321

Change-Id: I033c54f14541ed540dfce1b9c4e21d2b5a8b9487
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2018-12-21 13:05:18 +09:00
Zongdong Jiao
15e30c1693 hdmitx: add init code for repeater [2/6]
PD#SWPL-323

Problem:
For TXLX/T962E, it has both HDMI Rx and TX, and lacks of HDMI repeater
functions, including HDCP repeater function.

Solution:
Add the init code for hdmi repeater

Verify:
TXLX/T962E/R321

Change-Id: Iaf17ae62c590ff4f8478dd5556f3ed24b9ff3bb1
Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
2018-12-21 13:05:18 +09:00
yu.zhang
80b8564f35 dts: add ir cut control GPIO [1/1]
PD#SWPL-900

Problem:
add ir cut control

Solution:
add ir cut control GPIO

Verify:
g12b-skt

Change-Id: I16c7d03ed4cc1dd3842cab80a987dde1a83e5cbc
Signed-off-by: yu.zhang <yu.zhang@amlogic.com>
2018-12-21 13:05:18 +09:00
MingLiang Dong
cfe6710d5f amvecm: pq: add amvecm support for tl1 [1/1]
PD#172587

Problem:
new feature, add amvecm support for tl1

Solution:
1. add cm hist for tl1
2. add 3dlut for tl1
3. add hdr support for tl1
4. add wb for tl1
5. add local contrast

Verify:
verify on tl1 ptm

Change-Id: I1c7ebb83a1fb72a4529415fb9bf4acfd134e6b11
Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
2018-12-21 13:05:18 +09:00
Jianxiong Pan
d84cd4bf43 dts: support 32bit for gxm_q201 [1/1]
PD#SWPL-1140

Problem:
add support 32bit for gxm_q201.

Solution:
add 32bit dts for gxm_q201.

Verify:
gxm_q201

Change-Id: I3c9a6ae72fad6575bd814818967d9ff80e62f5d4
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2018-12-21 13:05:18 +09:00
he.he
7389d12587 usb: adb reboot and then adb disconnect [1/1]
PD#174155

Problem:
complete_ep 0xffffffc05bed2858, ep->queue empty!
1. After adb process be killed, data buffer is freed and
this memory is allocated for the other. But the address
is hold by the controller.
2. Adbd in PC is running. So, the controller receive the
data and write to this memory.
3.The value of this memory is modified by the controller.
This could cause the memory problem.

Solution:
whenever io_data->aio equals 1, the data buffer is from a fixed array.

Verify:
Test: adb devices, adb shell, exit, adb push
in android8(p212) and android9(w400)
verified by he he

Change-Id: Idac755d3646639e2944a82f42abf9adb9aeaea8c
Signed-off-by: he.he <he.he@amlogic.com>
2018-12-21 13:05:18 +09:00
tao zeng
c49f38fb97 mm: avoid pages migrated to different zone [1/1]
PD#SWPL-881

Problem:
Amlogic modified code when compatcion from normal case.
And side effect is that pages in normal zone maybe migrated to
highmem zone. Which caused page_address get a NULL value and
kernel panic occurred.

Solution:
Avoid pages migarte to different zone by adding forbid_to_cma
flags.

Verify:
P212

Change-Id: I1d9c6653dc1069562db3c1be3f53a3510a51f0d1
Signed-off-by: tao zeng <tao.zeng@amlogic.com>
2018-12-21 13:05:18 +09:00
Luan Yuan
b8f14e2b40 avb: avb enable need to translate more types [1/1]
PD#SWPL-1095

Problem:
avb need more command line size.

Solution:
change max size to 2048

Verify:
verify by ampere

Change-Id: I9c1089a3ea0888e8ccd82f16d2b1111b6d88922a
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2018-12-21 13:05:18 +09:00
tao zeng
68aff1c22e mm: reduce watermark if free cma is too large [1/1]
PD#SWPL-807

Problem:
Sometimes driver can't allocation memory under atomic environment.
And free pages is enough but they are nearly ALL CMA pages.

Solution:
Reduce watermark with harf of free cma pages even allocation support
CMA.

Verify:
P212

Change-Id: I8e49768d4384ed064775537754a2b7f09a5bbb7c
Signed-off-by: tao zeng <tao.zeng@amlogic.com>
2018-12-21 13:05:18 +09:00
tao zeng
be996dcb43 ddr: fix bandwidth read result 0 on 32bit OS [1/1]
PD#SWPL-960

Problem:
Reading bandwidth of DDR from sysfs get all 0 result on 32
bit kernel

Solution:
Fix overflow when calculating bandwidth.

Verify:
P212

Change-Id: I35837db653bdc2d97ced98689546a9ffc0db21c7
Signed-off-by: tao zeng <tao.zeng@amlogic.com>
2018-12-21 13:05:18 +09:00
hongmin hua
6e62442b85 hdmirx: add hdmirx repeater function [1/6]
PD#SWPL-323:

Problem:
add hdmi repeater function

Solution:
1.add the edid receive and mix.
2.add the flow of repeater.

Verify:
R321

Change-Id: I9942c5f345e2fdfff110f01d4d0c2b4b23120c07
Signed-off-by: hongmin hua <hongmin.hua@amlogic.com>
2018-12-21 13:05:12 +09:00
shuyu.li
26281f0d04 audio: codec: add tl1_acodec support for tl1 [1/1]
PD#172587

Problem:
Add aml_tl1_acodec driver support for tl1

Solution:
1.add files sound/soc/codecs/amlogic/aml_codec_tl1.acodec.c(.h)
2.update files sound/soc/codecs/amlogic/Kconfig(Makefile)

Verify:
kernel build passed, need verified after chipback

Change-Id: I19717a442f22f5b6844627475992ef7c8cc20a71
Signed-off-by: shuyu.li <shuyu.li@amlogic.com>
2018-12-21 13:01:34 +09:00
Yong Qin
2573e4c201 hdmirx: hdmirx driver for tl1 [1/1]
PD#172587

Problem:
hdmirx bringup for tl1

Solution:
1.modify write top api, add addr offset -qy
2.modify write edid api -qy
3.replace top hw reset api
4.add aocec access register idle -qy
5.for tl1 bypass sw eq -qy
6.replace pddq api -qy
7.modify arc control for tl1 -qy
8.add n/cts auto mode
9.add hdcp balance path
10.add sscp mode
11.optimize reg map(rm unused reg addr)
12.add recent commits from 4.9 trunk
13.modify top clk cntl bit definition
14.modify top offset addr handle(x4)
15.add audio pll setting -qy
16.update phy setting - qy
17.modify audio pll ctrl api for tl1 -qy
	-add clk monitor function
	-add clk stable api for tl1
18.add emp data to pfifo -qy
19.modify edid write and other function -qy
20.add emp data to ddr -qy
21.add tmds data to ddr -qy
22.add cec for tl1 -qy
	-fix ctc 7-1
	-add status register for cec a/b
23.add cec and hdmirx dts -qy
24.clean tl1 rx related clk measure
25.hdmirx and cec dts

Verify:
1.run PTM
2.need verify on chip

Change-Id: Ia7cc5a2d84925587bdfae825936ba763713926af
Signed-off-by: Yong Qin <yong.qin@amlogic.com>
2018-12-21 13:01:34 +09:00
xuhua zhang
c8a28a8af8 vdin: add afbce function for tl1 [1/1]
PD#172587

Problem:
new added function for tl1

Solution:
add vdin afbce support for tl1

Verify:
verified on PTM

Change-Id: I5e3e2487b6cdbed2d2ca794a6a21ed885e4bf469
Signed-off-by: xuhua zhang <xuhua.zhang@amlogic.com>
2018-12-21 13:01:34 +09:00
xuhua zhang
aae91b2ff3 tvin: add vdin and viu support for tl1 [1/1]
PD#172587

Problem:
do not suppoert for tl1

Solution:
add vdin and viu support for fl1

Verify:
verified on PTM

Change-Id: If4e267356fa666541853cfc7b49008795f9ec301
Signed-off-by: xuhua zhang <xuhua.zhang@amlogic.com>
2018-12-21 13:01:34 +09:00
Nian Jing
d10acbbebb avin: add avin detect support for tl1 [1/1]
PD#172587

Problem:
do not suppoert for tl1

Solution:
add avin detect support for fl1

Verify:
just coding for tl1 will test later

Change-Id: I809f7068c9d0a45c89bd7dc4e6615db99b11f015
Signed-off-by: Nian Jing <nian.jing@amlogic.com>
2018-12-21 13:01:34 +09:00
Nian Jing
932a8ec2af vdac: vdac: add vdac support for tl1 [1/1]
PD#172587

Problem:
do not suppoert for tl1

Solution:
add vdac support for fl1

Verify:
test pass on local

Change-Id: I7b3da34289dfe0638a24b812658db7e462ebdd4c
Signed-off-by: Nian Jing <nian.jing@amlogic.com>
2018-12-21 13:01:34 +09:00
Xing Wang
6d61f0ca5f audio: auge: add sound card support for tl1 [1/1]
PD#172587

Problem:
Bringup tl1 sound card.

Solution:
Add tl1 sound card.
Add external interface for audio input/output.

Verify:
Tested by PTM
Sound card is setup.
TDM and SPDIF internel loopback is ok

Change-Id: I60830ca44a62ee2a8e16343e91e7311152cab161
Signed-off-by: Xing Wang <xing.wang@amlogic.com>
2018-12-21 13:01:34 +09:00
Brian Zhu
ccb0c72813 amvideo: add amvideo support for tl1 [1/1]
PD#172587

Problem:
TL1 needs support amvideo driver.

Solution:
1. Add amvideo node into dts file, default enable.
2. Change the vd mif and sr reg offset.
3. Force bypass dolby vision function.
4. Change the register following hardware design.
5. Make amvideo afbc work for tl1.

Verify:
On PTM.

Change-Id: I0d857f8a707328383328daa23e6ba8e156c2e6e0
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
2018-12-21 13:01:34 +09:00
pengcheng chen
ecec993998 osd: tl1: add osd support for tl1 [1/1]
PD#172587

Problem:
Bringup osd for TL1.

Solution:
Add osd support for TL1.
Add ge2d device tree node for TL1.

Verify:
Verified on PXP/PTM.

Change-Id: I3d20934f015108f545c3c72b979d1bd8187b282e
Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
2018-12-21 13:01:34 +09:00
pengcheng chen
8904c4a5a0 rdma: add rdma support for tl1 [1/1]
PD#172587

Problem:
Bringup rdma for TL1.

Solution:
Add rdma support for TL1.

Verify:
Verified on PXP/PTM.

Change-Id: I425edc1e47db2ea834fcc5acb0e3d0ee1f30a9f7
Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
2018-12-21 13:01:34 +09:00
pengcheng chen
fd882a2860 media: add codec support for tl1 [1/1]
PD#172587

Problem:
Bringup codec for TL1.

Solution:
Add codec iomap device tree node for TL1.
Add canvas device tree node for TL1.

Verify:
Verified on PXP/PTM.

Change-Id: I8b9a6645f1f9fd7d4aa9cae6166895e61ddc3e36
Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
2018-12-21 13:01:34 +09:00
shihong.zheng
f8e942ffd8 arm: dts: tl1: add decoder device tree [3/3]
PD#174543

PD#172587

Problem:
new added function for tl1

Solution:
add vdin afbce support for tl1

Verify:
verified on PTM

Change-Id: I42054b8228161713ac10446491ebdb50a71975ad
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
2018-12-21 13:01:34 +09:00
Evoke Zhang
2c323f9dfc backlight: add support for tl1 [1/1]
PD#172587

Problem:
do not suppoert for tl1

Solution:
add backlight support for fl1

Verify:
verified on PTM

Change-Id: I052a7ef93ec9cb21a544e4823a4c9a339d38b5f9
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2018-12-21 13:01:34 +09:00
Evoke Zhang
305c7bab71 lcd: add tl1 support [1/1]
PD#172587

Problem:
not support tl1

Solution:
add tl1 support

Verify:
test pass on PTM

Change-Id: I5a9073fc08a98ae95d4961297a7427864d92279b
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2018-12-21 13:01:34 +09:00
Evoke Zhang
2d02918260 vpu: add support for tl1 [1/1]
PD#172587

Problem:
Bringup vpu for TL1.

Solution:
Add vpu support for TL1.

Verify:
Verified on PTM/PXP.

Change-Id: Ic2fb7682ddc1b21840e1be1d8462d4c0902e739d
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2018-12-21 13:01:34 +09:00
Bencheng Jing
bf8276c345 amvecm: fix flicker when change between Launcher and Signal Source [1/1]
PD#SWPL-848

Problem:
ioctrl set the same gamma value again

Solution:
if the gamma value is same as the ioctrl userspace value, do not set again

Verify:
txlx

Change-Id: I6f17f5ff234513c5a886004aedea81b9945c5b98
Signed-off-by: Bencheng Jing <bencheng.jing@amlogic.com>
2018-12-21 13:01:34 +09:00
Xingyu Chen
a68607a44b pinctrl: fix some mistakes [1/1]
PD#172438

Problem:
1. return a negative when parsing the dts property
"output-high/output-low"
2. the prefix "bt565" don't meet corepinmux document

Solution:
1. add break statement in case PIN_CONFIG_OUTPUT to avoid
returning a negative value.
2. rename the "bt565" to "bt656" according to corepinmux document

Verify:
test pass on U200

Change-Id: Ieeb98367e2269007a6774592abac86ef05ee8f64
Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
2018-12-21 13:01:34 +09:00
Xingyu Chen
ab112d2373 irqchip: add a new gpio IRQ driver to support double-edge detection [1/1]
PD#SWPL-922

Problem:
the existing gpio IRQ driver(porting from the upstream) does not
double-edge detection

Solution:
add a new gpio IRQ driver to support the double-edge detection,
the new driver is with different software structure but compatible
with functions of the existing driver

Verify:
test pass on s400

Change-Id: Id69dd0b4459eef20a6755947c7d95a24d7b17fa9
Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
2018-12-21 13:01:34 +09:00
MingLiang Dong
13aff3ac96 amvecm: hdr: add hdr10 plus support [1/2]
PD#SWPL-869

Problem:
new feature, add hdr10 plus support

Solution:
1. add hdr10 plus metadat parser
2. add hdr10 plus code support
3. add hdr10 plus bypass mode

Verify:
verify on U200

Change-Id: I957954ce148021882e17f2913dd2552e64f1298c
Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
2018-12-21 13:01:34 +09:00
Blance Tang
fba6589ebd buildroot: Enable fb memory allocation in g12b_skt dts [1/1]
PD#SWPL-802

Problem:
  Kernel crash when run GPU slt program

Solution:
  Enable meson fb memory allocation in g12b_skt dts

Verify:
  w400

Change-Id: I3074c2053cda06cf4ae237d24bad2c89d789f90d
Signed-off-by: Blance Tang <guofeng.tang@amlogic.com>
2018-12-21 13:01:34 +09:00
jiejing.wang
8ae27e4c8c audioinfo: fix kasan compile problem [1/1]
PD#173553

Problem:
check stack out of bounds

Solution:
change variable's definition

Verify:
verifyed by r311

Change-Id: Id6efc3ac56b297b6812e2af786732e65867a07da
Signed-off-by: jiejing.wang <jiejing.wang@amlogic.com>
2018-12-21 13:01:34 +09:00
Luke Go
037b7aa6ca ODROID: sysfs: Add poweroff_trigger sysfs node.
Change-Id: I1b0fa30ebc9cb6165816c248be7ce7a709fdec09
2018-12-21 13:01:34 +09:00
Chris KIM
4d963aceaf ODROID-N2: Add Ralink wifi drivers.
Change-Id: I6979b7929a0730349b9c6d3068eec978f9214d37
2018-12-21 13:01:34 +09:00
Luke Go
f7e0a6501d Revert "arm64/dts: android: fstab: Remove the odm partition.[DO NOT MERGE.]"
This reverts commit 72706a8af0.

Change-Id: Ic92c9b155475d1b8e70f942c42d606f94f24127a
2018-12-05 09:55:25 +09:00
Luke Go
0e10eae628 ODROID-COMMON: arm64/config: removing CONFIG_PCI on android.
Change-Id: I37ad415fd840053a977027fe2535772f4e343ed2
2018-12-03 15:52:07 +09:00
Luke Go
72706a8af0 arm64/dts: android: fstab: Remove the odm partition.[DO NOT MERGE.]
- Temporarily remove the odm partition to ignore it.

Change-Id: Ibcd5110fbfc862be4518aaedfcabf0eb5e44e086
2018-12-03 15:52:07 +09:00
Luke Go
3e320dc4c9 arm64/dts: android: fstab: add product partition and remove vmeta.
Change-Id: I4d28a4e82959f04f39f6fec141355f3d99940b81
2018-12-03 15:52:07 +09:00
Luke Go
4cd7f486a6 arm64/configs: android: Apply 4.9.113 kernel configs.
Change-Id: I278357e3e87c400d83b369ba41e4167743ed9910
2018-12-03 15:52:07 +09:00
Dongjin Kim
8d932b938c ODROID-C3/N2: mmc: remap the MPT partition table
After reduce the size of boot loader area to fit in 1MB, MPT partition table
can be fit at 2048 LBA and this partition table would be used by Android
for numerous partitions other than Linux based platforms.

Change-Id: Ic8b8defedb4103abf547bae7f533036904578b59
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
2018-12-03 15:52:07 +09:00
Joy Cho
459bbe7c63 ODROID-N2: dts: adjust default cpu opp table
Change-Id: I42ed48f07936c6bb92416a666cb472d7da144c81
2018-11-27 10:51:18 +09:00
Kevin Kim
10bdbdd937 ODROID-N2:Merge Amlogic 4.9.113 kernel
Change-Id: Id4f2cf50da7ed889d221727fdc6e5945a5b0d747
2018-11-22 16:40:10 +09:00
Kevin Kim
7034b69121 ODROID-N2:Merge Amlogic 4.9.113 kernel
Change-Id: Id4f2cf50da7ed889d221727fdc6e5945a5b0d747
2018-11-22 14:07:32 +09:00
Kevin Kim
02b13d9a58 ODROID-COMMON:USB hub enable/reset control && Unused i2c0 disabled.
Change-Id: Ib66ca11cdad3d65187ff06fe3ac981300c894bc3
2018-11-22 12:27:35 +09:00
Joy Cho
7702722138 media: hdmi: add switching vout mode logic (dvi/hdmi)
ex)
setenv bootargs ${bootargs} voutmode=hdmi
setenv bootargs ${bootargs} voutmode=dvi

Change-Id: I2fd6cdafa6ae7dff7a7297982add66b038f3ae40
2018-11-22 12:27:35 +09:00
Joy Cho
a1760d8011 media: osd: adjust initcall order of osd module
To fix an issue caused by the initialization process
of framebuffer console driver with built-in option
(CONFIG_FRAMEBUFFER_CONSOLE=y)

Change-Id: I8a84f206b1f73776ccc188193aa217d39d61f16f
2018-11-22 12:27:34 +09:00
Joy Cho
1ab30dc0cc ODROID: dts: add hardkernel remote IR table
Change-Id: I0f02af4becf3059e25062f3e6525b6ad475a1ea7
2018-11-22 12:27:34 +09:00
Joy Cho
765c650be4 media: hdmi: fix a warning
Change-Id: I178d7ff937e23ac25e40d4837212f78b36d8b964
2018-11-22 12:27:33 +09:00