GitHub/LineageOS/android_kernel_motorola_exynos9610.git
4 years agoDefenderconfig: add extra config for product
zhaoxp3 [Wed, 15 Aug 2018 05:22:22 +0000 (13:22 +0800)]
Defenderconfig: add extra config for product

add extra kernel config for product

Change-Id: Iadc24ef2b167d4c76178de532134ea5a057dcfa1
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1227129
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Submit-Approved: Jira Key

4 years agousb:Bringup moto f_usbnet
a17671 [Mon, 13 Aug 2018 07:33:10 +0000 (15:33 +0800)]
usb:Bringup moto f_usbnet

Motorola USBLAN driver for factory testing

Change-Id: I7b24185f70cd6fcb7a1eab059c32513d38ad79fe
Signed-off-by: a17671 <a17671@motorola.com>
Reviewed-on: https://gerrit.mot.com/1222702
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Xiangpo Zhao <zhaoxp3@motorola.com>
Submit-Approved: Jira Key

4 years agosoc:qcom: add bootinfo support
zhaoxp3 [Mon, 6 Aug 2018 04:31:54 +0000 (12:31 +0800)]
soc:qcom: add bootinfo support

The interface would
    1. export /proc/bootinfo to user space, bugreport can use it
    2. annotate boot info to last_kmsg
port the following gerrits
    http://gerrit.mot.com/862769
    http://gerrit.mot.com/848543
    http://gerrit.mot.com/845197
    http://gerrit.mot.com/792195
    http://gerrit.mot.com/782682

Change-Id: Icc0e48f833b119dad73a07cd564e24f169d1ac4d
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1221136
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Submit-Approved: Jira Key

4 years agomisc/utags: add utag access driver
zhaoxp3 [Thu, 9 Aug 2018 02:17:03 +0000 (10:17 +0800)]
misc/utags: add utag access driver

utag Defenderinitition propagation
porting list
http://gerrit.mot.com/910955
http://gerrit.mot.com/858699
http://gerrit.mot.com/856809
http://gerrit.mot.com/850978
http://gerrit.mot.com/851761
http://gerrit.mot.com/849605
http://gerrit.mot.com/844488
http://gerrit.mot.com/844746
http://gerrit.mot.com/844632
http://gerrit.mot.com/844490
http://gerrit.mot.com/832456
http://gerrit.mot.com/818566
http://gerrit.mot.com/815935
http://gerrit.mot.com/815470
http://gerrit.mot.com/807562
http://gerrit.mot.com/807536
http://gerrit.mot.com/805967
http://gerrit.mot.com/804339
http://gerrit.mot.com/805689
http://gerrit.mot.com/805007
http://gerrit.mot.com/804080
http://gerrit.mot.com/801480
http://gerrit.mot.com/799536
http://gerrit.mot.com/798608
http://gerrit.mot.com/797528
http://gerrit.mot.com/797098
http://gerrit.mot.com/796309
http://gerrit.mot.com/795636
http://gerrit.mot.com/795589
http://gerrit.mot.com/794117
http://gerrit.mot.com/784416
http://gerrit.mot.com/780040
http://gerrit.mot.com/780039
http://gerrit.mot.com/780038
http://gerrit.mot.com/780036
http://gerrit.mot.com/774315
http://gerrit.mot.com/688121
http://gerrit.mot.com/688078

Change-Id: I5d1fe94da8b2e1400107e36d46cf0cefedd42871
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1223274
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Submit-Approved: Jira Key

4 years agofs:pstore:ramoops: Add annotation support to pstore
zhaoxp3 [Thu, 2 Aug 2018 06:51:07 +0000 (14:51 +0800)]
fs:pstore:ramoops: Add annotation support to pstore

Add annotation support to the pstore. This is used by bootinfo
Ported from: https://gerrit.mot.com/1102744

Change-Id: Id81064efc3a2550e21b73fe57a3f2db5c552e331
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1220328
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Submit-Approved: Jira Key

4 years agokernel:watchdog: add debugfs item for softlockup and watchdog test
zhaoxp3 [Thu, 2 Aug 2018 07:17:08 +0000 (15:17 +0800)]
kernel:watchdog: add debugfs item for softlockup and watchdog test

Port (CR).Add a kernel module to facilitate softlockup and watchdog basic
function test. Interface added:
/sys/kernel/debug/fire_softlockup_reset
/sys/kernel/debug/fire_watchdog_reset

Change-Id: I69538b807fc246af53457fa0b60311aa431ffdd7
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1220329
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Submit-Approved: Jira Key

4 years agokernel: sys : print task info on reboot or poweroff
zhaoxp3 [Thu, 2 Aug 2018 06:56:11 +0000 (14:56 +0800)]
kernel: sys : print task info on reboot or poweroff

Pick up (CR). The current task name(pid),
and its parent task name(pid) are printed out to console
on reboot or power off. This patch is to indicate
which task has triggered the reboot or power off.

Change-Id: Ie99616432cd5a589fa3c1147094cb5d637d63ce7
Signed-off-by: zhaoxp3 <zhaoxp3@motorola.com>
Reviewed-on: https://gerrit.mot.com/1220330
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Submit-Approved: Jira Key

4 years agoDisable AVB and enable console
a17671 [Wed, 1 Aug 2018 09:32:57 +0000 (17:32 +0800)]
Disable AVB and enable console

enable console and disable AVB in bring up stage

Change-Id: I0284d829a1c5cda77abffcad3728099046cd8dfd
Signed-off-by: a17671 <a17671@motorola.com>
Reviewed-on: https://gerrit.mot.com/1218967
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Xiangpo Zhao <zhaoxp3@motorola.com>
Submit-Approved: Jira Key

4 years ago[RAMEN9610-10371][Robusta2][9609]dts: disable USI in SHUB block
Shinkyu Park [Thu, 3 Jan 2019 01:26:14 +0000 (10:26 +0900)]
[RAMEN9610-10371][Robusta2][9609]dts: disable USI in SHUB block

[Description]
Disable to control USI in SHUB block

Platform Development Team
Shinkyu Park (shinkyu.park@samsung.com)

Change-Id: I871cbf7fee6762f71ae203e92fbd6c9bbf330803

4 years ago[9610][Robusta2] dtsi: camera: add front UHD dvfs scenario
samsung3 [Thu, 10 Jan 2019 09:03:00 +0000 (17:03 +0800)]
[9610][Robusta2] dtsi: camera: add front UHD dvfs scenario

 - for support over BDS UHD size

Change-Id: Ifbb2dc4414fd4d80e0d8c71897fb3876ee4e060c
Signed-off-by: samsung3 <wooy88.kim@samsung.com>
4 years ago(CR):[Kane]:[factory]modify the HBM operaton on suspend mode
xingbin [Thu, 10 Jan 2019 07:05:41 +0000 (15:05 +0800)]
(CR):[Kane]:[factory]modify the HBM operaton on suspend mode

Bug:(CR)

Change-Id: I286d860ea1cc539ae308783eb9253dac5095f249
Signed-off-by: xingbin <xingbin@huaqin.com>
4 years ago(CR):[Kane]:[factory]modify the cabc operaton on suspend mode
xingbin [Thu, 10 Jan 2019 06:13:45 +0000 (14:13 +0800)]
(CR):[Kane]:[factory]modify the cabc operaton on suspend mode

Bug:(CR)

Change-Id: Ib90fa31aef801b1c637c1e67977bf24effe38aa1
Signed-off-by: xingbin <xingbin@huaqin.com>
4 years ago(CR):Update Capsensor parameters
yanfei [Wed, 9 Jan 2019 12:36:10 +0000 (20:36 +0800)]
(CR):Update Capsensor parameters

Update Capsensor parameters

Change-Id: Ia3ba6057a6fa6850ee1e55f6b03200bfdeb43681
Signed-off-by: yanfei <yanfei5@huaqin.com>
4 years ago(CR):[Kane]:[kernel]motor solve CQA dont shake(1/1)
zhangyijie [Wed, 9 Jan 2019 09:13:45 +0000 (17:13 +0800)]
(CR):[Kane]:[kernel]motor solve CQA dont shake(1/1)

Solve Vibrator dont shake in CQA

Change-Id: Id9b6c710214f71e2c2269a672149802c8422f992

4 years ago[9610][Robusta2] dtsi: camera: modified sensor0 DMA/VC value for support gyro
Wooyeon Kim [Fri, 4 Jan 2019 07:11:35 +0000 (16:11 +0900)]
[9610][Robusta2] dtsi: camera: modified sensor0 DMA/VC value for support gyro

 - gyro can get by vc3
 - fwin stat changed to get by vc1

 PR JIRA ID: CPR-543

Change-Id: I09e3e2c96d83c322b48a9460590944a7c9c58133
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago[RAMEN9610-10151] arm64: config: Add contexthub debug mode
Boojin Kim [Fri, 21 Dec 2018 05:54:47 +0000 (14:54 +0900)]
[RAMEN9610-10151] arm64: config: Add contexthub debug mode

On contexthub debug mode, Kernel makes panic with chub crash
and enable runtime log save.

Change-Id: I63e26c84d2700fd4f0b6308ff6ed624eae1946a2
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
4 years ago[RAMEN9610-10136][MODAP-13272][NFC] dts: add nfc pd pin config
kiwoo Kwon [Fri, 28 Dec 2018 03:58:35 +0000 (12:58 +0900)]
[RAMEN9610-10136][MODAP-13272][NFC] dts: add nfc pd pin config

Change-Id: I4835105e52fc2443612e06de6f5cabec24da25e3
Signed-off-by: kiwoo Kwon <kiwo.kwon@samsung.com>
4 years ago(CR):[factory]:[kane]:lk: enter factory mode when press volumeup+power key
zhixueyin [Mon, 17 Dec 2018 07:48:22 +0000 (15:48 +0800)]
(CR):[factory]:[kane]:lk: enter factory mode when press volumeup+power key

enter factory mode when press volumeup+power key

Change-Id: I49505311d5c8fadfe8969ddd794d00305065677a

4 years ago[RAMEN9610-10143][9610] arm64: dts: enable skip init no card tray for sdcard
dukhyun kwon [Thu, 27 Dec 2018 10:31:53 +0000 (19:31 +0900)]
[RAMEN9610-10143][9610] arm64: dts: enable skip init no card tray for sdcard

Change-Id: Id81a4c82446f555013968952d80cde51621a39e2
Signed-off-by: dukhyun kwon <d_hyun.kwon@samsung.com>
4 years ago(CR):[Kane][audio]kernel:udpdate SPK PAcs35l41 driver
zhangjiaquan [Thu, 3 Jan 2019 07:11:01 +0000 (02:11 -0500)]
(CR):[Kane][audio]kernel:udpdate SPK PAcs35l41 driver

1,udpdate SPK PAcs35l41 driver
2,solve the VA current issue,now va current is 0.2ma when pa is off

Change-Id: Ic2c2b1da04831f6147b47354776e0017ad84f38a
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago[Robusta2][9610] dtsi: camera: add multi_ch for MUX setting
Wooyeon Kim [Wed, 2 Jan 2019 07:31:36 +0000 (16:31 +0900)]
[Robusta2][9610] dtsi: camera: add multi_ch for MUX setting

 PR JIRA ID: CPR-536

Change-Id: I26762e8f485e1a3c78d0fe54c73ca468859bae90
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago(CR):[Kane][factory][audio]kernel:update the mic det debouce time to 700ms
zhangjiaquan [Wed, 2 Jan 2019 08:14:12 +0000 (03:14 -0500)]
(CR):[Kane][factory][audio]kernel:update the mic det debouce time to 700ms

1,update the mic det debouce time to 700ms
2,open the mic det log to get more info

Change-Id: Ie7ce442abf3aeec381e26d17a5095b36ce7db43f
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago(CR):Modify for Capsensor params
yanfei [Fri, 28 Dec 2018 13:57:00 +0000 (21:57 +0800)]
(CR):Modify for Capsensor params

Modify for Capsensor params

Change-Id: I8304dab44bd49c23c897c6fcf2a747f8a0fc92e3
Signed-off-by: yanfei <yanfei5@huaqin.com>
4 years ago(CR):Modify for Capsensor params
yanfei [Fri, 28 Dec 2018 09:33:08 +0000 (17:33 +0800)]
(CR):Modify for Capsensor params

Modify for Capsensor params

Change-Id: I6cec5ca8af4ea6caa394286b0c3e97a0060de3a0
Signed-off-by: yanfei <yanfei5@huaqin.com>
4 years ago[9610][Robusta2] dtsi: camera: modified settings for support PAFSTAT
Wooyeon Kim [Thu, 27 Dec 2018 09:33:21 +0000 (18:33 +0900)]
[9610][Robusta2] dtsi: camera: modified settings for support PAFSTAT

 - modified stat DMA out to DMA2 CH0 at rear sensor
 - moved Rear2 DMA out to DMA3 CH0

 PR JIRA ID: CPR-532

Change-Id: I560cb01896a1529ca261bb2883efe19bac91f7cc
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago(CR):[Kane]:[factory]Modfiy panel into the DTSB mode
wangjiao [Thu, 27 Dec 2018 12:55:43 +0000 (20:55 +0800)]
(CR):[Kane]:[factory]Modfiy panel into the DTSB mode

Change-Id: I77f1676dae79fa573a98d9f87ddddb234c5354a8
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago(CR):[Kane][kernel]audio:spk pa not power off cause high current
zhangjiaquan [Thu, 27 Dec 2018 03:53:57 +0000 (22:53 -0500)]
(CR):[Kane][kernel]audio:spk pa not power off cause high current

1,disalbe mbox that disturb the irq when pa power off
2,update the delay to make sure pa power off status is stable

Change-Id: I0ffd8983b77aec53a9e9ab8e0ec0ae381841f887
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago(CR)[Kane]:[kernel]motor update rtp (1/2)
zhangyijie [Wed, 26 Dec 2018 09:50:05 +0000 (17:50 +0800)]
(CR)[Kane]:[kernel]motor update rtp (1/2)

motor update driver for rtp mode

Change-Id: I68d1e4e4b642dfe79215e059d4e1e59dcd8c6eaa

4 years ago(CR):[kane][sensor]:optimize the sar sensor power consumption
zhangbin [Wed, 26 Dec 2018 11:54:57 +0000 (19:54 +0800)]
(CR):[kane][sensor]:optimize the sar sensor power consumption

optimize the sar sensor power consumption when suspend

Change-Id: Ib5f09e2bb884f70a4689a7176ba9143a1183a320
Signed-off-by: zhangbin <zhangbin@huaqin.com>
4 years ago(CR):[Kane][kernel]audio:spk pa not power off cause high current
zhangjiaquan [Wed, 26 Dec 2018 12:01:08 +0000 (07:01 -0500)]
(CR):[Kane][kernel]audio:spk pa not power off cause high current

1,wait the pa status to stable when power off

Change-Id: Ife2af1e7c2b35ea2edcdc883381fe62587d3c2aa
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago[9610][Robusta2] dtsi: camera: modify DVFS level each scenarios
Wooyeon Kim [Wed, 19 Dec 2018 07:31:52 +0000 (16:31 +0900)]
[9610][Robusta2] dtsi: camera: modify DVFS level each scenarios

 - refer to Ramen_Robusta2_Camera_DVFS.xlsx in EDM

 PR JIRA ID: CPR-524

Change-Id: Ie0c63acb4a6ccbde5ad93e5662c19ef1078645f0
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago(CR):[Kane]:[factory]Modfiy the HIX83112A MIPI clk to 1386Mhz
wangjiao [Tue, 25 Dec 2018 06:54:43 +0000 (14:54 +0800)]
(CR):[Kane]:[factory]Modfiy the HIX83112A MIPI clk to 1386Mhz

Change-Id: Ie502185fff176164c9cdcea5e6a74b99ad8661b8
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago(CR):[factory]:kernel:separate the robusta2 defconfig from erd9609 defconfig
hq_guohongtao5_tmp [Mon, 24 Dec 2018 09:28:53 +0000 (17:28 +0800)]
(CR):[factory]:kernel:separate the robusta2 defconfig from erd9609 defconfig

separate the robusta2 defconfig from erd9609 defconfig

Change-Id: I10af69381d4c48d927aa7c7175f18bd79e192789
Signed-off-by: hq_guohongtao5_tmp <guohongtao5@huaqin.com>
4 years ago(CR):[facotry]:add utc time in prink
hq_guohongtao5_tmp [Fri, 21 Dec 2018 03:15:34 +0000 (11:15 +0800)]
(CR):[facotry]:add utc time in prink

add utc time in prink

Change-Id: I2b464c0e88c435a3a7b4362b85b725bda14d9f8f
Signed-off-by: hq_guohongtao5_tmp <guohongtao5@huaqin.com>
4 years ago[COMMON] fimc-is2: release a bcm comment at driver
Wooyeon Kim [Mon, 10 Dec 2018 10:18:23 +0000 (19:18 +0900)]
[COMMON] fimc-is2: release a bcm comment at driver

 - wrong start address is fixed

Change-Id: I3a772e9d0b2bef88c8dc48aad976f084a72d1bb2
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago[COMMON] fimc-is2: add validation checking for v4l2_buffer before copy them to pipe
Jeongtae Park [Sun, 2 Dec 2018 09:47:06 +0000 (18:47 +0900)]
[COMMON] fimc-is2: add validation checking for v4l2_buffer before copy them to pipe

PR JIRA ID: CPR-471

Change-Id: I25453e0135941848b5ea512f095e08ea5e9bca8e
Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
4 years ago(CR):[kane]:kernel: use thermal temperature as battery temp
zhixueyin [Mon, 24 Dec 2018 02:35:20 +0000 (10:35 +0800)]
(CR):[kane]:kernel: use thermal temperature as battery temp
use thermal temperature as battery temp

Change-Id: I727feed181859b4e1b71e064d9316a443add2fc1

4 years ago(CR):[kane][sdcard]block: remove QUEUE_FLAG_BYPASS for sdcard in blk_remove_req.
baitong [Sat, 22 Dec 2018 09:56:56 +0000 (17:56 +0800)]
(CR):[kane][sdcard]block: remove QUEUE_FLAG_BYPASS for sdcard in blk_remove_req.

Change-Id: I0c5a8ed3b04bd73391dcda930460d996f29fc5fc

4 years ago[RAMEN9610-9644] fbdev: dpu20: added dsim ddi device type
ChiHun Won [Wed, 19 Dec 2018 02:16:51 +0000 (11:16 +0900)]
[RAMEN9610-9644] fbdev: dpu20: added dsim ddi device type

Change-Id: I54c7e88dda5a9dc2cf988cc90f4efbeedb3e4b69
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
4 years ago[RAMEN9610-9569][Robusta2][9610] arm64: dts: remove SoC feature from board dts
Youngmin Nam [Mon, 17 Dec 2018 06:47:22 +0000 (15:47 +0900)]
[RAMEN9610-9569][Robusta2][9610] arm64: dts: remove SoC feature from board dts

This patch removes SoC feature to resolve VtsFirmwareDtboVerification

Change-Id: Icab2c35adf661d9f086c8ce595f2930a2dca1634
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
4 years ago(CR)[Kane]:[kernel]motor shorten probe time(1/1)
zhangyijie [Thu, 20 Dec 2018 07:12:22 +0000 (15:12 +0800)]
(CR)[Kane]:[kernel]motor shorten probe time(1/1)

motor update driver code for shorten driver probe time

Change-Id: Id89d18da218e362ed1afbf1ac327208c7c85b25d

4 years ago(CR):facotry:kane:sync defconfig file for robusta2
hq_guohongtao5_tmp [Sat, 15 Dec 2018 06:13:02 +0000 (14:13 +0800)]
(CR):facotry:kane:sync defconfig file for robusta2

sync defconfig file for robusta2

Change-Id: I5e617a15f9ebd9ac26f977379ddad90986661051
Signed-off-by: hq_guohongtao5_tmp <guohongtao5@huaqin.com>
4 years ago[RAMEN9610-9427][MODAP-10498][Robusta2] robusta2_evb_defconfig: enable ppp configs
Jiyoung Jeong [Thu, 13 Dec 2018 00:52:07 +0000 (09:52 +0900)]
[RAMEN9610-9427][MODAP-10498][Robusta2] robusta2_evb_defconfig: enable ppp configs

+CONFIG_PPP_FILTER=y
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPPOE=y
+CONFIG_PPPOLAC=y
+CONFIG_PPPOPNS=y
+CONFIG_PPP_ASYNC=y
+CONFIG_PPP_SYNC_TTY=y

Change-Id: I9e8ee19b84b4b2c4afc9c150cb28987a9e28a827
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>
4 years ago[RAMEN9610-9427][Robusta2] robusta2_evb_defconfig: enable VTS robusta2 config
Jiyoung Jeong [Thu, 13 Dec 2018 00:32:25 +0000 (09:32 +0900)]
[RAMEN9610-9427][Robusta2] robusta2_evb_defconfig: enable VTS robusta2 config

+CONFIG_NET_IPGRE_DEMUX=y
+CONFIG_INET_UDP_DIAG=y
+CONFIG_L2TP=y
+CONFIG_PPTP=y
+CONFIG_PPPOL2TP=y

Change-Id: Ia95b8cf4b47c9f7bcc158785f7a36ce6a03a638b

4 years ago[RAMEN9610-9421][ROBUSTA2] arm64: robusta2_evb_defconfig: Enable CPUSET.
hskang [Wed, 12 Dec 2018 13:22:49 +0000 (22:22 +0900)]
[RAMEN9610-9421][ROBUSTA2] arm64: robusta2_evb_defconfig: Enable CPUSET.

Change-Id: Ib51487b9cccf43ab47edfb91a4ff4e77f199cc69
Signed-off-by: hskang <hs1218.kang@samsung.com>
4 years ago[RAMEN9610-9418][ROBUSTA2] CFI, LTO Enabling
hskang [Wed, 12 Dec 2018 13:20:57 +0000 (22:20 +0900)]
[RAMEN9610-9418][ROBUSTA2] CFI, LTO Enabling

Change-Id: I05d8c0418d394fe3d37c1070eba95661f80f186d
Signed-off-by: hskang <hs1218.kang@samsung.com>
4 years ago[RAMEN9610-9393] arm64: dts: Unmasked INT_MBOX_SHUB2AP from wakeup_mask.
Boojin Kim [Thu, 6 Dec 2018 01:46:43 +0000 (10:46 +0900)]
[RAMEN9610-9393] arm64: dts: Unmasked INT_MBOX_SHUB2AP from wakeup_mask.

Change-Id: I970558f8e83ee063f6835dbf8cd0fa9055727749
Signed-off-by: Jeonghoon Jang <jnghn.jang@samsung.com>
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
4 years ago[RAMEN9610-9310][Robusta2] fbdev: dev: DPU recovery when read timeout is occurred
hwangjae lee [Mon, 10 Dec 2018 01:18:49 +0000 (10:18 +0900)]
[RAMEN9610-9310][Robusta2] fbdev: dev: DPU recovery when read timeout is occurred

Change-Id: I2287eb166b7e1713b90208b5758a137a8f39b4d5
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
4 years ago[RAMEN9610-9298][9609] defconfig: enable USB_AUDIO and increase CMA memory
Kisang Lee [Mon, 10 Dec 2018 01:45:30 +0000 (10:45 +0900)]
[RAMEN9610-9298][9609] defconfig: enable USB_AUDIO and increase CMA memory

Change-Id: I9d5c4a24dfb379924e404064c23f8476c476011c
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
4 years agoMODAP-10860:[Kane][kernel]:Audio loss issue during call for Robusta2
zhangjiaquan [Fri, 14 Dec 2018 07:06:53 +0000 (02:06 -0500)]
MODAP-10860:[Kane][kernel]:Audio loss issue during call for Robusta2

1,VDD CODEC 1P2 is pull down when abox suspend in voice call
2,keep the VDD CODEC 1P2 to pull up

Change-Id: Icd88e7c2c678017b08a06082826bdf582ee8b542
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago(CR)[Kane]:[kernel]motor update driver code(1/1)
zhangyijie [Thu, 13 Dec 2018 01:56:45 +0000 (09:56 +0800)]
(CR)[Kane]:[kernel]motor update driver code(1/1)

motor update driver code for moto compatible

Change-Id: Ifbe163bfef8983d9f012b5d2010383c0e9b458c6

4 years ago[9610][ROBUSTA2] dts: camera: add dual sync mode for GM1 & 5E9
Wooyeon Kim [Wed, 12 Dec 2018 08:16:04 +0000 (17:16 +0900)]
[9610][ROBUSTA2] dts: camera: add dual sync mode for GM1 & 5E9

 PR JIRA ID: CPR-491

Change-Id: I004f378863f6515e56dc89c9c44ebb26fc87eef0
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago[COMMON] dt_binding: camera: add dual sync mode define
Wooyeon Kim [Tue, 11 Dec 2018 11:40:47 +0000 (20:40 +0900)]
[COMMON] dt_binding: camera: add dual sync mode define

 - for distinguish each project's sensor dual sync mode

 PR JIRA ID: CPR-491

Change-Id: Ic2d2bdf4786671ca2ee1468b2d798a6a44ed99ed
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago[9610] drivers : fix try snk problem
Junhan Bae [Tue, 11 Dec 2018 05:22:17 +0000 (14:22 +0900)]
[9610] drivers : fix try snk problem

There is possibility that error occured about try-snk
I fix it to operate better

Change-Id: If23bbef1a42d5e6d0a8f2d3b452943b0972e6799
Signed-off-by: Junhan Bae <junhan84.bae@samsung.com>
4 years ago(CR):[Kane]:[factory] [2/2] tp:fix ESD recovery and upgrade novatek v03 firmware.
hq_qiaoquanbin_tmp [Mon, 10 Dec 2018 03:15:32 +0000 (11:15 +0800)]
(CR):[Kane]:[factory] [2/2] tp:fix ESD recovery and upgrade novatek v03 firmware.

Change-Id: Ie764f16dca0476e224c852dfc7e01fd523a84dbe
Signed-off-by: hq_qiaoquanbin_tmp <qiaoquanbin@huaqin.com>
4 years agochub: increase chub fw error threshold
Boyoung [Fri, 7 Dec 2018 11:08:22 +0000 (20:08 +0900)]
chub: increase chub fw error threshold

chub sensor driver detects invalid error
if chub fw booting is delaied with multi-os booting

Change-Id: Ie3712367ad39b6b25062d605380b222017ce76b5
Signed-off-by: Boyoung <eric.by.kim@samsung.com>
4 years ago(CR):[Kane]:[factory] tp:fix selftest result save to csv file process.
hq_qiaoquanbin_tmp [Fri, 7 Dec 2018 10:28:06 +0000 (18:28 +0800)]
(CR):[Kane]:[factory] tp:fix selftest result save to csv file process.

Change-Id: I62739af66e2f515c7d22656fa782e546c48639fc
Signed-off-by: hq_qiaoquanbin_tmp <qiaoquanbin@huaqin.com>
4 years ago(CR)[Kane]:kernel:motor add short vibrate(2/2)
zhangyijie [Fri, 7 Dec 2018 06:35:52 +0000 (14:35 +0800)]
(CR)[Kane]:kernel:motor add short vibrate(2/2)

motor add ram mode for short vibrate

Change-Id: I70c7e40ec9f22c94f876a60d23838c1c2b6a397a

4 years ago[RAMEN9610-9177][9610] defconfig: Add vipx
sanghwan park [Wed, 5 Dec 2018 10:24:39 +0000 (19:24 +0900)]
[RAMEN9610-9177][9610] defconfig: Add vipx

Change-Id: I8f6374b10eb7396992864c0b3cedf3080aa87317
Signed-off-by: sanghwan park <senius.park@samsung.com>
4 years ago[RAMEN9610-9150][Robusta2] Enable CONFIG_NETFILTER_XT_MATCH_BPF
hskang [Wed, 5 Dec 2018 14:04:07 +0000 (23:04 +0900)]
[RAMEN9610-9150][Robusta2] Enable CONFIG_NETFILTER_XT_MATCH_BPF

Change-Id: Ice7e406915fe16fe2739c61ae1c81f5cd5e2a334
Signed-off-by: hskang <hs1218.kang@samsung.com>
4 years ago[RAMEN9610-9075] arm64: config: enabled dqe feature
ChiHun Won [Thu, 29 Nov 2018 08:23:08 +0000 (17:23 +0900)]
[RAMEN9610-9075] arm64: config: enabled dqe feature

Change-Id: Ib2fa8eec512e4132cff4442addb60db28248687d
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
4 years ago[Robusta2] fbdev: dpu: unnecessary sequence is removed
hwangjae lee [Thu, 6 Dec 2018 07:57:22 +0000 (16:57 +0900)]
[Robusta2] fbdev: dpu: unnecessary sequence is removed

Change-Id: I118aa7325d1741150a48a4d6257534f5beafd9a6
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
4 years agoMerge "(CR):[kane]:tp:Modify the charger change tp parameter" into huaqin/exynos9609
hq_qiaoquanbin_tmp [Thu, 6 Dec 2018 02:34:27 +0000 (10:34 +0800)]
Merge "(CR):[kane]:tp:Modify the charger change tp parameter" into huaqin/exynos9609

Change-Id: I9df38bd907c121f3313f79af9300bcc5338b142c
Signed-off-by: hq_qiaoquanbin_tmp <qiaoquanbin@huaqin.com>
4 years ago(CR):[Kane]:[factory]Add Second lcd esd recovery function
wangjiao [Wed, 5 Dec 2018 02:36:23 +0000 (10:36 +0800)]
(CR):[Kane]:[factory]Add Second lcd esd recovery function

Change-Id: I8223c499255a4b85ab57d1ef6f639bd7aeda2182
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago[COMMON] fimc-is2: Add AWB limit check for 2X5SP
wangdw10 [Mon, 3 Dec 2018 08:43:24 +0000 (16:43 +0800)]
[COMMON] fimc-is2: Add AWB limit check for 2X5SP

Change-Id: Ib6c4ed307826fad3f3d64dd5f4627630ca7e57f0
Signed-off-by: wangdw10 <wangdw10@lenovo.com>
4 years ago(CR):[Kane]:FPS:Add fingerprint navigation
baitong [Mon, 3 Dec 2018 03:26:09 +0000 (11:26 +0800)]
(CR):[Kane]:FPS:Add fingerprint navigation

Change-Id: I53dad21d1384ead4837a8e4a4eef760b9d804628
Signed-off-by: baitong <baitong@huaqin.com>
4 years ago[COMMON] fimc-is2: sync cis_ext2 sensor interface
Wooyeon Kim [Wed, 25 Jul 2018 02:33:44 +0000 (11:33 +0900)]
[COMMON] fimc-is2: sync cis_ext2 sensor interface

 cis_ext2 interface sync with other project

 PR JIRA ID: CPR-100

Change-Id: I1f340a1b14eee30e780030d091c42a2444f6008e
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago(CR):[Kane]:[factory]Modify lcd suspend write faill issue
wangjiao [Fri, 30 Nov 2018 06:54:44 +0000 (14:54 +0800)]
(CR):[Kane]:[factory]Modify lcd suspend write faill issue

Change-Id: I51f21313d99154c1d7d49058a1330aa534545547
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago(CR):[1/3] Merge "[Robusta2] tp: add tianma secondary supplier TP driver"
hq_qiaoquanbin_tmp [Wed, 28 Nov 2018 14:17:21 +0000 (22:17 +0800)]
(CR):[1/3] Merge "[Robusta2] tp: add tianma secondary supplier TP driver"
into huaqin/exynos9609

Change-Id: I53a960eccad271203e41a1d97a77ea622d740302
Signed-off-by: hq_qiaoquanbin_tmp <qiaoquanbin@huaqin.com>
4 years ago(CR):[kane]:thermal:Modify the charger_temp temperature unit
xiongzuan_w [Thu, 29 Nov 2018 13:10:04 +0000 (21:10 +0800)]
(CR):[kane]:thermal:Modify the charger_temp temperature unit

Modify the charger_temp temperature unit for thermal

Change-Id: Ie36760e1dbf14dc27623811faa2ef8c021a3cbff
Signed-off-by: xiongzuan_w <xiongzuan@huaqin.com>
4 years ago(CR):[Kane]:[factory]Modify lcd mipi timing value
wangjiao [Thu, 29 Nov 2018 03:52:50 +0000 (11:52 +0800)]
(CR):[Kane]:[factory]Modify lcd mipi timing value

Change-Id: I9fc9795dafc6a918e5d3a62cdc311e2d42e82d1f
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago(CR):[Kane]kernel:update firmware name to keep same widget
zhangjiaquan [Mon, 26 Nov 2018 16:21:56 +0000 (11:21 -0500)]
(CR):[Kane]kernel:update firmware name to keep same widget

update firmware name to keep same widget, update same widget when
load new firmware.

Change-Id: If968fa07715683c7ebce05e3048129267e5bcf3c
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago[9610] defconfig: Add OIS configs
libm1 [Tue, 27 Nov 2018 11:59:15 +0000 (19:59 +0800)]
[9610] defconfig: Add OIS configs

Change-Id: I4ae2f9311649a2a35c0fefb5fe503cae1314f9db
Signed-off-by: libm1 <libm1@lenovo.com>
4 years ago(CR):[Kane]:[factory]Modify lcd R51/R55 reg
wangjiao [Wed, 28 Nov 2018 03:04:08 +0000 (11:04 +0800)]
(CR):[Kane]:[factory]Modify lcd R51/R55 reg

Change-Id: I87cc15f854ecd22af7034d5d9cf4186c507a2d9d
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago[9610] dtsi: Add a GM1SP ois node
libm1 [Tue, 27 Nov 2018 11:51:25 +0000 (19:51 +0800)]
[9610] dtsi: Add a GM1SP ois node

Change-Id: I517c51568f54d54d8f1c8638588fc2ed43d4ee61
Signed-off-by: libm1 <libm1@lenovo.com>
4 years ago[9610] dtsi: Add a use_otp_cal value for 2x5 sensor
dan huh [Wed, 21 Nov 2018 01:41:23 +0000 (10:41 +0900)]
[9610] dtsi: Add a use_otp_cal value for 2x5 sensor

PR JIRA ID: CPR-451

Change-Id: I7d5264625d7e45cda155fc532d246d1d369428df
Signed-off-by: dan huh <dan.huh@samsung.com>
4 years ago[COMMON] defconfig: Add a 5E9 configs
dan huh [Fri, 16 Nov 2018 06:07:59 +0000 (15:07 +0900)]
[COMMON] defconfig: Add a 5E9 configs

PR JIRA ID: CPR-451

Change-Id: I1ddc19aedc10f9efa4f6479c3e9ed416b9d96ee5
Signed-off-by: dan huh <dan.huh@samsung.com>
4 years ago[9610] dtsi: Add a 5E9 eeprom node
dan huh [Fri, 16 Nov 2018 04:10:20 +0000 (13:10 +0900)]
[9610] dtsi: Add a 5E9 eeprom node

PR JIRA ID: CPR-451

Change-Id: If70ac4c6a8108f3f306edb13c9cd3f2425140017
Signed-off-by: dan huh <dan.huh@samsung.com>
4 years ago[9610] defconfig: Add EEPROM configs
dan huh [Fri, 9 Nov 2018 09:48:15 +0000 (18:48 +0900)]
[9610] defconfig: Add EEPROM configs

PR JIRA ID: CPR-451

Change-Id: I24a1c7dca378959c85e09f669ffd621b3dcf8e8a
Signed-off-by: dan huh <dan.huh@samsung.com>
4 years ago[9610] dtsi: Add a eeprom node for i2c and name
dan huh [Fri, 9 Nov 2018 09:45:33 +0000 (18:45 +0900)]
[9610] dtsi: Add a eeprom node for i2c and name

PR JIRA ID: CPR-451

Change-Id: Ib0dfe2d4523ea5512808d7aea4e95e93480a2560
Signed-off-by: dan huh <dan.huh@samsung.com>
4 years ago[COMMON] fimc-is2: add sensor g_mode log for debug
wangdw10 [Mon, 26 Nov 2018 10:18:35 +0000 (18:18 +0800)]
[COMMON] fimc-is2: add sensor g_mode log for debug

Change-Id: I6f1daf0a164cfc4f72094494f2cdb77107d798f9
Signed-off-by: wangdw10 <wangdw10@lenovo.com>
4 years ago(CR):[Kane]:[factory]Add lcd esd recovery function
wangjiao [Mon, 26 Nov 2018 03:27:15 +0000 (11:27 +0800)]
(CR):[Kane]:[factory]Add lcd esd recovery function

Change-Id: Iec169ad6f86357a1f9d307263a003384c424347c
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago(CR):[Kane]:FPS:modify fingerprint can not wake up device
baitong [Fri, 23 Nov 2018 12:47:56 +0000 (20:47 +0800)]
(CR):[Kane]:FPS:modify fingerprint can not wake up device

Change-Id: Id61289415da03d1743d743ade98b4e69d90c23b7
Signed-off-by: baitong <baitong@huaqin.com>
4 years ago(CR)[Kane]:kernel:motor add short vibrate(1/2)
zhangyijie [Fri, 23 Nov 2018 02:24:02 +0000 (10:24 +0800)]
(CR)[Kane]:kernel:motor add short vibrate(1/2)

motor add ram mode for short vibrate

Change-Id: Idc7b7c135764d2b2f985c3fd727a9944959cd776

4 years ago(CR):[Kane]:[factory]Modfiy tm lcd id order
wangjiao [Fri, 23 Nov 2018 06:36:17 +0000 (14:36 +0800)]
(CR):[Kane]:[factory]Modfiy tm lcd id order

Change-Id: I92f0614c12ef8d77af6c4d00f74e033dc16ff83e
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago[9610] arm64: dts: separate dts and dtsi of SoC
Youngmin Nam [Thu, 22 Nov 2018 12:15:15 +0000 (21:15 +0900)]
[9610] arm64: dts: separate dts and dtsi of SoC

Change-Id: I49014c18e6d234948afb1af1effea2384b24ea2a
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
4 years ago(CR):[Kane]:[factory]add tm second lcd driver
wangjiao [Thu, 22 Nov 2018 09:02:07 +0000 (17:02 +0800)]
(CR):[Kane]:[factory]add tm second lcd driver

Change-Id: Ib02b30851dd3a197429493bb19d776b9b9ddb391
Signed-off-by: wangjiao <wangjiao1@huaqin.com>
4 years ago[9610][EVB] arm64: dts: seperate specific board dts from common board dtsi
Youngmin Nam [Wed, 21 Nov 2018 10:16:17 +0000 (19:16 +0900)]
[9610][EVB] arm64: dts: seperate specific board dts from common board dtsi

Change-Id: Ib5494a45cea2b6bdd5fb278195c921521d7bd0d8
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
4 years agoBSP : add CCIC TRY SNK FUNCTION
Junhan Bae [Mon, 19 Nov 2018 07:40:16 +0000 (16:40 +0900)]
BSP : add CCIC TRY SNK FUNCTION

    [9609][EVB] drivers: add ccic try snk function

    Bug:HQ00000000

    Workaround:no

Change-Id: I6d1165e226065505d2e4ea7b3914247a60b1f88e

4 years agoBSP : add patch to check ccic irq
Junhan Bae [Wed, 21 Nov 2018 08:38:59 +0000 (17:38 +0900)]
BSP : add patch to check ccic irq

[9609][EVB] drivers: add patch to check ccic irq
Bug:HQ00000000

Workaround:no

Change-Id: I6d1165e226065505d2e4ea7b3914247a60b1f88e

Change-Id: Ic8c37877a8e9ca81514bdee8d2af17d2e9180a20
Signed-off-by: Junhan Bae <junhan84.bae@samsung.com>
4 years ago[Robusta2] arm64: configs: CONFIG_PANEL_INIT_LPDT is enabled
hwangjae lee [Mon, 5 Nov 2018 09:29:33 +0000 (18:29 +0900)]
[Robusta2] arm64: configs: CONFIG_PANEL_INIT_LPDT is enabled

Change-Id: I73d2967810288517965497141a1287fcd1c708bb
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
4 years ago[Robusta2] fbdev: dpu: command is written in LPDT mode
hwangjae lee [Fri, 2 Nov 2018 08:23:10 +0000 (17:23 +0900)]
[Robusta2] fbdev: dpu: command is written in LPDT mode

Change-Id: I045783d47f7fa15ab3228c9b1d1af1d6b0ce7cc9
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
4 years ago(CR):[kane][kernel]:Modify Capsensor interrupt function
yanfei [Tue, 20 Nov 2018 12:38:34 +0000 (20:38 +0800)]
(CR):[kane][kernel]:Modify Capsensor interrupt function

Modify for Capsensor interrupt function

Change-Id: Iee01e71ccef1cf069e270607b68598a0ac1fea8c
Signed-off-by: yanfei <yanfei5@huaqin.com>
4 years ago(CR):[Kane]audio:update audio-parameter-for cs-11-19
zhangjiaquan [Mon, 19 Nov 2018 07:48:32 +0000 (02:48 -0500)]
(CR):[Kane]audio:update audio-parameter-for cs-11-19

1,update aac audio-parameters
2,change the name sec to qisheng
3,increase timeout
4,firmware loading timeout issue

Change-Id: If82d9f595940698d594d0978dbdab20171b07946
Signed-off-by: zhangjiaquan <zhangjiaquan@huaqin.com>
4 years ago[COMMON] fimc-is2: add function for dw9839 actuator actual ADC position read
Wooyeon Kim [Wed, 14 Nov 2018 02:42:48 +0000 (11:42 +0900)]
[COMMON] fimc-is2: add function for dw9839 actuator actual ADC position read

 - dw9839 actuator supports a actual ADC position

 PR JIRA ID: CPR-397

Change-Id: I24e70c6666013d7f3c485a8f1fc2aa7aee83c0a7
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
4 years ago(CR):[factory]:[kane]:kernel:modify usb serialno
hq_guohongtao5_tmp [Mon, 19 Nov 2018 09:36:17 +0000 (17:36 +0800)]
(CR):[factory]:[kane]:kernel:modify usb serialno

modify usb serialno

Change-Id: I0b7aa5aabff98b82d27ca0711e8f31620701b72e
Signed-off-by: hq_guohongtao5_tmp <guohongtao5@huaqin.com>
4 years ago(CR):[Kane]:sdcard:remove uhs in dtsi deal with class10 card recognize
liuguangchao [Thu, 15 Nov 2018 21:13:41 +0000 (05:13 +0800)]
(CR):[Kane]:sdcard:remove uhs in dtsi deal with class10 card recognize

Change-Id: I0d2e1d28cae343a8ef2b15ed3e47fdbf6ca075c0

4 years ago(CR):[Kane]:dts:TP midified i2c CLK (1/1)
zhangyijie [Thu, 15 Nov 2018 09:22:43 +0000 (17:22 +0800)]
(CR):[Kane]:dts:TP midified i2c CLK (1/1)

Modified TP i2c clk frequence in dtsi file

Change-Id: I8f02073cd404bcae654fe3cd6894061518797f4a

4 years agokernel:dts change rear aux sensor 5e9 setfile from setA to setC
ts_songwei1113_tmp [Thu, 15 Nov 2018 06:22:52 +0000 (14:22 +0800)]
kernel:dts change rear aux sensor 5e9 setfile from setA to setC

Change-Id: I9c939cae004ec8de8e3a131e55dc3b48f5c38dd0

4 years ago[9610] wlbt: update platform config for robusta2_dualfem
Youngsoo [Thu, 15 Nov 2018 02:42:41 +0000 (11:42 +0900)]
[9610] wlbt: update platform config for robusta2_dualfem

update to leman_s620_robusta2_dualfem

Change-Id: Iff9b224211dda30c9a294be0d58f628f761c065c