GitHub/LineageOS/android_kernel_motorola_exynos9610.git
6 years agoPM: Add debugging information for pm_qos.
Woosung Lee [Wed, 20 Aug 2014 05:53:14 +0000 (14:53 +0900)]
PM: Add debugging information for pm_qos.

During debugging or profiling, pm_qos list like below is useful information.

device_throughput
default value: 0
target value: 468000
requests:
ffffffc0012896f8: 0
ffffffc06f2f0458: 0

But only pm_qos_request declared for global name space could find what it is.
If pm_qos_request declared in local name space, its address doesn't appeared in
System.map file.

So add more information about pm_qos_request's position like below.

device_throughput
default value: 0
target value: 468000
requests:
ffffffc0012896f8(lpass_probe:1027): 0
ffffffc06f2f0458(fimg2d_pm_qos_add_bus:170): 0

Change-Id: Iae92bcc261054a0818a4f349e15e450652b53d1a
Signed-off-by: Woosung Lee <wstar.lee@samsung.com>
6 years agoPM QOS: add PM_QOS_BUS_THROUGHPUT_MAX for MIF
Taikyung yu [Mon, 5 Jan 2015 10:11:59 +0000 (19:11 +0900)]
PM QOS: add PM_QOS_BUS_THROUGHPUT_MAX for MIF

Change-Id: I4f6582e1b89a9ed905059ff05d3f4f07069f4c38
Signed-off-by: Taikyung yu <taikyung.yu@samsung.com>
6 years agoPM Qos: add display class and cam class to control qos
Sangkyu Kim [Thu, 12 Sep 2013 04:49:45 +0000 (13:49 +0900)]
PM Qos: add display class and cam class to control qos

Change-Id: I7467993168c62e3ae215c43800ebf95559b5e8f8
Signed-off-by: Sangkyu Kim <skwith.kim@samsung.com>
6 years agoPM / QoS: Add PM_QOS_FORCE_MAX type
Jongpill Lee [Thu, 4 Oct 2012 07:40:57 +0000 (16:40 +0900)]
PM / QoS: Add PM_QOS_FORCE_MAX type

This patch adds PM_QOS_FORCE_MAX type for pm_qos type.
If use PM_QOS_FORCE_MAX type for each pm_qos_constraints struct,
Will be updated qos unconditionally.

Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
Signed-off-by: Sungjinn Chung <sungjinn.chung@samsung.com>
Conflicts:

include/linux/pm_qos.h
kernel/power/qos.c

Change-Id: I11a6812d3f67a4b03d561063243661f4302b35f3

6 years agoPM QoS: add a PM_QOS_BUS_THROUGHPUT class
Jongpill Lee [Mon, 17 Sep 2012 04:23:54 +0000 (13:23 +0900)]
PM QoS: add a PM_QOS_BUS_THROUGHPUT class

This patch adds PM_QOS_BUS_THROUGHPUT class.

Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
Conflicts:

kernel/power/qos.c

Change-Id: Ie0dadfe362e9cb05978cb25f153a082e279027d9
Signed-off-by: Sungjinn Chung <sungjinn.chung@samsung.com>
6 years agoPM QoS: add a PM_QOS_DEVICE_THROUGHPUT class
Jongpill Lee [Wed, 11 Jul 2012 07:54:26 +0000 (16:54 +0900)]
PM QoS: add a PM_QOS_DEVICE_THROUGHPUT class

This patch adds PM_QOS_DEVICE_THROUGHPUT class

Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
Conflicts:

include/linux/pm_qos.h
kernel/power/qos.c

Change-Id: Iad14795bdb3fc2d1f1f1d305756dda5fa33b79d4
Signed-off-by: Sungjinn Chung <sungjinn.chung@samsung.com>
6 years ago[9610][ERD] drv: muic: init path open in kernel
Kim Taejeong [Fri, 18 May 2018 06:30:44 +0000 (15:30 +0900)]
[9610][ERD] drv: muic: init path open in kernel

Change-Id: I84a8756e8d8f7c5bf303f99af90664c65ef590ed
Signed-off-by: Kim Taejeong <tj.kim@samsung.com>
6 years ago[COMMON] phy: usb: check NULL for stablitiy
Kisang Lee [Fri, 18 May 2018 06:10:25 +0000 (15:10 +0900)]
[COMMON] phy: usb: check NULL for stablitiy

Change-Id: I5c2b5d66519ce62777b12163efba3063fdfbeefb
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[9610] arm64: dts: add usb notifier
Kisang Lee [Fri, 18 May 2018 06:09:53 +0000 (15:09 +0900)]
[9610] arm64: dts: add usb notifier

Change-Id: I0a6c68fc2ef449e838add1e9bb6afc6c51f3f26e
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years agoRevert "[HACK] usb: force notification to start gadget"
Kisang Lee [Fri, 18 May 2018 06:08:46 +0000 (15:08 +0900)]
Revert "[HACK] usb: force notification to start gadget"

This reverts commit 40e89a2be029b81cb5c6740ee355826e740e5baa.

Change-Id: Id1bd27297ebb2daea82d8591d502caef98eb7527
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[9610][ERD] arm64: configs: run savedefconfig
Youngmin Nam [Fri, 18 May 2018 10:26:18 +0000 (19:26 +0900)]
[9610][ERD] arm64: configs: run savedefconfig

Change-Id: I0ebe4cb172d4853155a42c61c2b54d0c1dc9d24d
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[HACK] usb: force notification to start gadget
Kisang Lee [Thu, 17 May 2018 12:17:07 +0000 (21:17 +0900)]
[HACK] usb: force notification to start gadget

Change-Id: I7f9273087d5d956c09a9955822135a531232afb7
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[9610] arm64: defconfig: add configurations for USB and notify
Kisang Lee [Thu, 17 May 2018 12:01:07 +0000 (21:01 +0900)]
[9610] arm64: defconfig: add configurations for USB and notify

Change-Id: Ic2f2fe2105af2d7b8518f148a78ff5100d694982
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[9610] arm64: dts: add usb driver
Kisang Lee [Thu, 17 May 2018 12:00:34 +0000 (21:00 +0900)]
[9610] arm64: dts: add usb driver

Change-Id: I5ade443fb7ad286a3cd19a498f1e712bffa0f408
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[COMMON] usb: add USB driver for Exynos
Kisang Lee [Thu, 17 May 2018 11:59:31 +0000 (20:59 +0900)]
[COMMON] usb: add USB driver for Exynos

Change-Id: Ifa547a52a4b88afd8f35c0af064e71c2706fb5f3
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[9610] phy: usb: add PHY driver for USBDRD3
Kisang Lee [Thu, 17 May 2018 11:55:47 +0000 (20:55 +0900)]
[9610] phy: usb: add PHY driver for USBDRD3

Change-Id: I7d79fa369409f6cb3c51e21a16ec9a385f97d7e7
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[COMMON] usb: notify: add related USB notify driver
Kisang Lee [Thu, 17 May 2018 11:52:26 +0000 (20:52 +0900)]
[COMMON] usb: notify: add related USB notify driver

Change-Id: I0aee0a5f9e2c300a1cb788a6b7fe5be6c01ccad9
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[COMMON] usb: otg/functions: add otg and fucntion driver
Kisang Lee [Thu, 17 May 2018 11:47:04 +0000 (20:47 +0900)]
[COMMON] usb: otg/functions: add otg and fucntion driver

Change-Id: I4f7a54858b8a9ea8483a21bc4953248dcddd543e
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
6 years ago[9610][ERD] driver: sec_sysfs: support muic sysfs
Kim Taejeong [Mon, 14 May 2018 07:48:13 +0000 (16:48 +0900)]
[9610][ERD] driver: sec_sysfs: support muic sysfs

Change-Id: I92721014f83732c5b073f390387d531b320d43ba
Signed-off-by: Kim Taejeong <tj.kim@samsung.com>
6 years ago[9610][ERD] config: muic/ifconn: enable drvs
Kim Taejeong [Mon, 14 May 2018 01:25:23 +0000 (10:25 +0900)]
[9610][ERD] config: muic/ifconn: enable drvs

Change-Id: I18da45fb31f00de37c07de1050ccd2bf875fe3a1
Signed-off-by: Kim Taejeong <tj.kim@samsung.com>
6 years ago[9610][ERD] driver/dts: muic/ifconn: bring up drvs
Kim Taejeong [Mon, 14 May 2018 00:26:48 +0000 (09:26 +0900)]
[9610][ERD] driver/dts: muic/ifconn: bring up drvs

Change-Id: I8715f6ec40d73456e82ea58aa92afa9012aee3d1
Signed-off-by: Kim Taejeong <tj.kim@samsung.com>
6 years ago[9610] fbdev: dpu20: fixed decon reg update timeout
ChiHun Won [Thu, 17 May 2018 02:20:26 +0000 (11:20 +0900)]
[9610] fbdev: dpu20: fixed decon reg update timeout

Change-Id: I5dbdbb4c6309e75a65af402a5eb888df5ceb619d
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 years ago[9610] fbdev: dpu20: cal9610: changed idma enum type
ChiHun Won [Thu, 17 May 2018 02:19:43 +0000 (11:19 +0900)]
[9610] fbdev: dpu20: cal9610: changed idma enum type

Change-Id: Id58f51a14360be0630bd1f804a7aa2f94f2420fd
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 years ago[9610] fbdev: dpu20: cal9610: updated dsim cal code
ChiHun Won [Thu, 17 May 2018 02:18:27 +0000 (11:18 +0900)]
[9610] fbdev: dpu20: cal9610: updated dsim cal code

Change-Id: I78fd5229ab055a5233a776414f7f6782dde59fd1
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
6 years ago[9610] fbdev: dpu20: change base address setting function.
Jiun Yu [Thu, 17 May 2018 05:45:05 +0000 (14:45 +0900)]
[9610] fbdev: dpu20: change base address setting function.

Change-Id: I14463e7319d6f8f5bde163ded131b0dc99924cae
Signed-off-by: Jiun Yu <jiun.yu@samsung.com>
6 years ago[HACK] power: Held temp wakelock.
Jang JeongHoon [Thu, 17 May 2018 05:59:52 +0000 (14:59 +0900)]
[HACK] power: Held temp wakelock.

Change-Id: Ia21de3beef3726e4b170fdcbe690af51a50c1cb7
Signed-off-by: Jang JeongHoon <jnghn.jang@samsung.com>
6 years ago[9610] arm64: config: erd9610_defconfig: Enable gnss interface drvier
Taejin Kim [Mon, 14 May 2018 11:39:02 +0000 (20:39 +0900)]
[9610] arm64: config: erd9610_defconfig: Enable gnss interface drvier

Change-Id: I083fc268fc322a9de8b420ae7178783dbd64cff6
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[9610] arm64: dts: exynos9610-erd9610.dts: Apply GNSS interface
Taejin Kim [Mon, 14 May 2018 11:35:57 +0000 (20:35 +0900)]
[9610] arm64: dts: exynos9610-erd9610.dts: Apply GNSS interface

Change-Id: Id85c5357ea2bd4338fb80f3e6ffcfde25bac1532
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[COMMON] drivers: misc: gnss_if: Apply GNSS driver files
Taejin Kim [Mon, 14 May 2018 11:31:32 +0000 (20:31 +0900)]
[COMMON] drivers: misc: gnss_if: Apply GNSS driver files

 GNSS drvier filese were came from branch android-exynos-4.9-ww-9610-stable

Change-Id: Ifb9c15ed8dee6051cd5c52312a7325793a7b3c79
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[9610] arm64: config: erd9610_defconfig: Enable modem interface drvier
Taejin Kim [Mon, 14 May 2018 11:22:56 +0000 (20:22 +0900)]
[9610] arm64: config: erd9610_defconfig: Enable modem interface drvier

Change-Id: I97db565b6f79ce9d3cc7cf28e09089e5b2eae953
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[9610] arch: arm64: Apply modem interface DTS
Taejin Kim [Mon, 14 May 2018 11:17:47 +0000 (20:17 +0900)]
[9610] arch: arm64: Apply modem interface DTS

Change-Id: I6a7b9acdcc8d6c3a0b2aa889695461a00b185cec
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[9610] arch: arm64: dts: Apply CP shared memory size to 138MB
Taejin Kim [Mon, 14 May 2018 11:09:09 +0000 (20:09 +0900)]
[9610] arch: arm64: dts: Apply CP shared memory size to 138MB

Change-Id: I89251ef3e1bf2e14a8aa0fd8d288ae48c53ccd03
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[COMMON] drivers: modem_if: Apply modem interface driver files
Taejin Kim [Mon, 14 May 2018 10:35:46 +0000 (19:35 +0900)]
[COMMON] drivers: modem_if: Apply modem interface driver files

 Apply modem interface driver files from modem main branch
 TAG: ModemIF-4.9-20180509

Change-Id: I190896ee5cb9758e06618f4a6f458a89fa241c70
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[COMMON] drivers: misc: mcu_ipc: Apply mcu_ipc & shm_ipc drivers
Taejin Kim [Mon, 14 May 2018 09:56:06 +0000 (18:56 +0900)]
[COMMON] drivers: misc: mcu_ipc: Apply mcu_ipc & shm_ipc drivers

Change-Id: Ibf0effbf91de968eccbda381efa3a66315cb0f3f
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[9610] drivers: soc: Apply CP & GNSS PMUCAL
Taejin Kim [Mon, 14 May 2018 08:40:17 +0000 (17:40 +0900)]
[9610] drivers: soc: Apply CP & GNSS PMUCAL

Change-Id: I9948a3d1102af1fafdac0f0a449d3dab035de7bd
Signed-off-by: Taejin Kim <tj7.kim@samsung.com>
6 years ago[9610] arm64: dtsi: add SHUB pinctrl alias
Youngmin Nam [Thu, 17 May 2018 05:05:56 +0000 (14:05 +0900)]
[9610] arm64: dtsi: add SHUB pinctrl alias

Change-Id: I59866d8bdb364576ba9f25cd93235cf826957de5
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[COMMON] pinctrl: samsung: Fixed pinctrl suspend func
Jaehyoung Choi [Thu, 17 May 2018 05:25:45 +0000 (14:25 +0900)]
[COMMON] pinctrl: samsung: Fixed pinctrl suspend func

1. Removed duplicate condition processing part.
2. Fix return value in suspend function.

Change-Id: I57dbb2286cc3d51a22c36b5f800729935aa8c15b
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[COMMON] pinctrl: samsung: Fix pm function
eunki_kim [Fri, 26 Jun 2015 09:25:26 +0000 (18:25 +0900)]
[COMMON] pinctrl: samsung: Fix pm function

gpz's power is controlled by audio block. This patch does not execute
pm function when its ctrl has no suspend or resume function.

This commit is based on ab55ec9f9b6e0a053052c8c1a40da6a84b8b6600.

Change-Id: I05accfa7610b5f0cce4e742c2c9d977cbbd07e06
Signed-off-by: eunki_kim <eunki_kim@samsung.com>
Signed-off-by: Gyeongtaek Lee <gt82.lee@samsung.com>
6 years agoRevert "pinctrl: samsung: Replace syscore ops with standard platform device pm_ops"
Jaehyoung Choi [Thu, 17 May 2018 05:03:55 +0000 (14:03 +0900)]
Revert "pinctrl: samsung: Replace syscore ops with standard platform device pm_ops"

This reverts commit 2b24efa8e5c5042b0f126c09622b3e9e3c86a4fa.

Change-Id: Ibf64c5bd8ff7acaa24a4aa39fdcead46eec891cf

6 years agoRevert "pinctrl: samsung: mark PM functions as __maybe_unused"
Jaehyoung Choi [Thu, 17 May 2018 05:03:41 +0000 (14:03 +0900)]
Revert "pinctrl: samsung: mark PM functions as __maybe_unused"

This reverts commit 304c92e8fcf5863a40de60baf0576cab6b046bcf.

Change-Id: I8f8e917417689e7b3d5cccce9b7a764fb223fd2d

6 years ago[COMMON] pinctrl: samsung: Fix duplicated bank structs
Jaehyoung Choi [Thu, 17 May 2018 04:11:06 +0000 (13:11 +0900)]
[COMMON] pinctrl: samsung: Fix duplicated bank structs

Change-Id: Ic19c8d29e6c3d8c090dfccd4dc723bd476ad98b9
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[9610] pinctrl: samsung: fix 9610 pinctrl description
Youngmin Nam [Thu, 17 May 2018 04:00:10 +0000 (13:00 +0900)]
[9610] pinctrl: samsung: fix 9610 pinctrl description

Change-Id: If7c363af038fcb99633f4f3ab81d6ad3d089b9cf
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[COMMON] pinctrl: samsung: clear pinctrl state to disable mux configuration
Youngmin Nam [Thu, 30 Nov 2017 06:49:12 +0000 (15:49 +0900)]
[COMMON] pinctrl: samsung: clear pinctrl state to disable mux configuration

This patch clear pinctrl state before running pinctrl_force_sleep.
By clearing pinctrl state, we can avoid warning log in pinmux_disable_setting().

Change-Id: I08035b77064d8fc7690989ba1f58ef0f71029ec3
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[COMMON] pinctrl: samsung : skip dbg_show in case of power off gpio block
Youngmin Nam [Tue, 14 Nov 2017 07:07:41 +0000 (16:07 +0900)]
[COMMON] pinctrl: samsung : skip dbg_show in case of power off gpio block

If the power control of some gpio block is done by own power block,
we should not register pinctrl suspend / reusme call back.
We also should not access that gpio block through pinctrl debug_fs.

This patch skips access of power off gpio block through pinctrl dbg show function

Change-Id: I0885f332551052de509a0a9cdbd9baf6da820101
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[9610][ERD] arm64: dts: Fix touchscreen gpio pin
Jaehyoung Choi [Thu, 17 May 2018 03:57:41 +0000 (12:57 +0900)]
[9610][ERD] arm64: dts: Fix touchscreen gpio pin

Change-Id: I6d19bc582f35038e4cbd0afb6c94362ccdd06666
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years agoandroid: ion: push cma heap to kmemleak_ignore
Cho KyongHo [Thu, 12 Apr 2018 11:18:02 +0000 (20:18 +0900)]
android: ion: push cma heap to kmemleak_ignore

A reserved memory allocated by memblock is traceable by kmemleak. It
also applies to CMA areas. But CMA areas are different from other
reserved memories. They are unreserved after the kmem is initialized.
It means that the pages in CMA areas are not allocated/reserved once
all pages in CMA areas are returned to the kernel page allocator.
Therefore a reserved memory to be a CMA area should be ignored by
kmemleak.

Change-Id: I17c6511bb2b9ad1279821092fe8ba1a0d0a63e6b
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
6 years ago[9610][ERD] arm64: configs: enable lockup detector
Youngmin Nam [Wed, 16 May 2018 11:06:24 +0000 (20:06 +0900)]
[9610][ERD] arm64: configs: enable lockup detector

Change-Id: I29a71149d65bdd6f0b258c6fa06ffcfac64da704
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[9610][ERD] arm64: configs: enable memory debugging config
Youngmin Nam [Wed, 16 May 2018 10:58:29 +0000 (19:58 +0900)]
[9610][ERD] arm64: configs: enable memory debugging config

Change-Id: I53e3b3189a1593bdb35cf3ab0b9918bc510eadfe
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[9610][ERD] arm64: config: add missing config
Youngmin Nam [Wed, 16 May 2018 10:46:27 +0000 (19:46 +0900)]
[9610][ERD] arm64: config: add missing config

Change-Id: Ia3e131645eb34f909a02461e5afce71307d92e20
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[COMMON] kernel: watchdog: detect hard lockups without NMIs using secondary cpus
Hyunki Koo [Sun, 25 Feb 2018 05:55:21 +0000 (14:55 +0900)]
[COMMON] kernel: watchdog: detect hard lockups without NMIs using secondary cpus

Emulate NMIs on systems where they are not available by using timer
interrupts on other cpus.  Each cpu will use its softlockup hrtimer
to check that the next cpu is processing hrtimer interrupts by
verifying that a counter is increasing.

This patch is useful on systems where the hardlockup detector is not
available due to a lack of NMIs, for example most ARM SoCs.
Without this patch any cpu stuck with interrupts disabled can
cause a hardware watchdog reset with no debugging information,
but with this patch the kernel can detect the lockup and panic,
which can result in useful debugging info.

Change-Id: I0363ee438625863f466dd07ef4b14d8094822840
Signed-off-by: Hyunki Koo <hyunki00.koo@samsung.com>
Signed-off-by: Changki Kim <changki.kim@samsung.com>
6 years ago[9610] arch: defconfig: add mali gpu configuration
Jinku Kang [Tue, 15 May 2018 12:42:14 +0000 (21:42 +0900)]
[9610] arch: defconfig: add mali gpu configuration

Change-Id: I55850586a0907f1fad5e102bdfecab74e3e9b516
Signed-off-by: Jinku Kang <jinku79.kang@samsung.com>
6 years ago[9610] arch: dtsi: add mali-gpu configuration
Jinku Kang [Tue, 15 May 2018 12:39:44 +0000 (21:39 +0900)]
[9610] arch: dtsi: add mali-gpu configuration

Change-Id: I733b8b187666620bcd2f947fcb6aef031348415f
Signed-off-by: Jinku Kang <jinku79.kang@samsung.com>
6 years ago[9610] gpu: add initial codes for mali r10p0, and remove unused codes
Jinku Kang [Tue, 15 May 2018 03:30:26 +0000 (12:30 +0900)]
[9610] gpu: add initial codes for mali r10p0, and remove unused codes

Change-Id: I2ba9eba4d9977c40a7f2da0f7c64357cd4ad1ca4
Signed-off-by: Jinku Kang <jinku79.kang@samsung.com>
6 years ago[COMMON] lib: dss: change variable form enabed log count to total log count
Donghyeok Choe [Wed, 16 May 2018 05:15:56 +0000 (14:15 +0900)]
[COMMON] lib: dss: change variable form enabed log count to total log count

Change-Id: Ife95505db80cac47d7852a511f8c5b71140a4b5e
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] arm64: config: enable PSTORE_PMSG
Donghyeok Choe [Wed, 16 May 2018 02:11:53 +0000 (11:11 +0900)]
[9610][ERD] arm64: config: enable PSTORE_PMSG

Change-Id: I3c0a84a475f2d127e8c5be5dd0202cff9d1d2e31
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[COMMON] fs: pstore: introduce new method for hooking platform log with DSS
Hosung Kim [Mon, 10 Apr 2017 10:26:21 +0000 (19:26 +0900)]
[COMMON] fs: pstore: introduce new method for hooking platform log with DSS

Since android M version, platform log is not dropped to kernel
space. This commit is needed to support other methods
log_main / log_radio are removed, divided space is combined
into one log called log_platform

This commit adds new method for hooking platform with using pstore.
Recently, pmsg added persistant file system to support userspace log.
Exynos-Snapshot hooks userspace log between them.

This commit adds pstore / pstore-ram / pmsg features support in
exynos-snapshot. It is available to logging kernel, ftrace data
and platform(userspace) log.
To support runtime logging(pstore-ram), platform device driver is
needed it has memory information we need

Change-Id: I45a6f61339660df755676da08cd52656b1fcc8b7
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
6 years ago[COMMON] fs: pstore: add hooking platform functions with DSS
Hosung Kim [Wed, 26 Apr 2017 05:09:24 +0000 (14:09 +0900)]
[COMMON] fs: pstore: add hooking platform functions with DSS

Change-Id: Ib1b0d29001e647b86c644248eafa02e051d069da
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
6 years ago[9610][ERD] arm64: configs: merge android-recommended.cfg
Youngmin Nam [Wed, 16 May 2018 06:21:44 +0000 (15:21 +0900)]
[9610][ERD] arm64: configs: merge android-recommended.cfg

Change-Id: I3b47eef62192711ad99473ceed42732b0261d279
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[9610][ERD] arm64: configs: merge android-base.cfg and android-base-arm64.cfg
Youngmin Nam [Wed, 16 May 2018 06:03:43 +0000 (15:03 +0900)]
[9610][ERD] arm64: configs: merge android-base.cfg and android-base-arm64.cfg

Change-Id: I99bec9b0314691dd0e4374e7483f73d5271f7f4d
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[9610][ERD] arm64: config: run savedefconfig
Youngmin Nam [Wed, 16 May 2018 05:35:19 +0000 (14:35 +0900)]
[9610][ERD] arm64: config: run savedefconfig

Change-Id: I6a48e81455ecbb51067e7f3ada539329cb211e3c
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
6 years ago[9610] fbdev: dpu: exynos folder build script is added
hwangjae lee [Tue, 15 May 2018 09:09:34 +0000 (18:09 +0900)]
[9610] fbdev: dpu: exynos folder build script is added

Change-Id: I651a6c3ac696edc33fbe6694efbd97c3dfdccaca
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[HACK] fbdev: dpu: PM_QOS definition is removed for compile
hwangjae lee [Tue, 15 May 2018 08:35:36 +0000 (17:35 +0900)]
[HACK] fbdev: dpu: PM_QOS definition is removed for compile

PM_QOS_BUS_THROUGHPUT,
PM_QOS_DEVICE_THROUGHPUT,
PM_QOS_DISPLAY_THROUGHPUT is not yet defiend.

Change-Id: Ie768c68dcf53fa25f8c893b197f5e550649d0dc9
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] configs: DPU drvier config is enabled
hwangjae lee [Sat, 12 May 2018 08:53:20 +0000 (17:53 +0900)]
[9610] configs: DPU drvier config is enabled

Change-Id: I04f8690d44fe5e2a21b25dac56a254ee5e6a5922
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] arm64: dts: display dts configure is added
hwangjae lee [Sat, 12 May 2018 08:20:40 +0000 (17:20 +0900)]
[9610] arm64: dts: display dts configure is added

Change-Id: I9db9ae2e99200cac1e89233371dd6f2b59c4565e
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] fbdev: dpu: PHY configure is changed by Exynos9610
hwangjae lee [Tue, 15 May 2018 07:48:31 +0000 (16:48 +0900)]
[9610] fbdev: dpu: PHY configure is changed by Exynos9610

1. PHY timing value is changed
2. PHY setting function is changed

Change-Id: Ied96bf2196ec73d687162fd58ac87dfcbaad7e1e
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] fbdev: dpu: DPP configure is modified to Exynos9610 spec
hwangjae lee [Tue, 15 May 2018 07:45:21 +0000 (16:45 +0900)]
[9610] fbdev: dpu: DPP configure is modified to Exynos9610 spec

1. IDMA Number, SFR address, SFR setting value is changed.
2. Base address setting function is changed.
3. DECON sram share size is changed.

Change-Id: I430a908233b880c4d9b057cdd34de51b541db8d8
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] fbdev: dpu: panels: 3fa0 panel file is added
hwangjae lee [Tue, 15 May 2018 08:28:11 +0000 (17:28 +0900)]
[9610] fbdev: dpu: panels: 3fa0 panel file is added

Change-Id: I4f700695031d126220c4e0eea7531e84ba240bdf
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] fbdev: dpu: bts.c code is changed
hwangjae lee [Tue, 15 May 2018 08:34:01 +0000 (17:34 +0900)]
[9610] fbdev: dpu: bts.c code is changed

DPU2, DPP4, DPP5 is removed.

Change-Id: I1daff85abf4b32e36d1cb80c744700b8d5eeb7b8
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] fbdev: dpu: DPU2.0 driver is added
hwangjae lee [Tue, 15 May 2018 07:29:50 +0000 (16:29 +0900)]
[9610] fbdev: dpu: DPU2.0 driver is added

Change-Id: I4e1dbb842bc57f704ef90885af7b4d89307e1062
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] include: video: DSC related definitions is added
hwangjae lee [Sat, 12 May 2018 08:47:04 +0000 (17:47 +0900)]
[9610] include: video: DSC related definitions is added

Change-Id: I7377aa2ddaee35e0fa13334b29fe12f52db17d1f
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] include: linux: videodev2_exynos_media.h file is added
hwangjae lee [Mon, 14 May 2018 02:26:12 +0000 (11:26 +0900)]
[9610] include: linux: videodev2_exynos_media.h file is added

Change-Id: Id4c02c2fcbc5c554d3b2bf44677bee7baf9bc2ca
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610] phy: samsung: add exynos8895 mipi phy driver for exynos9610
hwangjae lee [Fri, 11 May 2018 00:56:50 +0000 (09:56 +0900)]
[9610] phy: samsung: add exynos8895 mipi phy driver for exynos9610

Change-Id: I6bf30a8a38e5c06b9539f9f083b7adcb4e3952b4
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
6 years ago[9610][ERD] arm64: config: Enable CONFIG_SECCOMP config
Jaehyoung Choi [Tue, 15 May 2018 08:45:21 +0000 (17:45 +0900)]
[9610][ERD] arm64: config: Enable CONFIG_SECCOMP config

Change-Id: Iebcc85abd729a5c5b70da8695def4da83adec954
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years agoRevert "[HACK] [9610] driver: turn on charger always if notifier is not enabled"
Keunho Hwang [Tue, 15 May 2018 02:02:48 +0000 (11:02 +0900)]
Revert "[HACK] [9610] driver: turn on charger always if notifier is not enabled"

This reverts commit 85f6fd13cf1adaa9420104d6ec297ed9a9499f5c.

Change-Id: I3f6edc0ad855a08c9bdd9d9c14b0c0f4814c661a
Signed-off-by: Keunho Hwang <keunho.hwang@samsung.com>
6 years ago[9610][ERD] arm64: config: Enable synaptics touch driver
Jaehyoung Choi [Thu, 10 May 2018 05:43:54 +0000 (14:43 +0900)]
[9610][ERD] arm64: config: Enable synaptics touch driver

Change-Id: Ib3c0d84aa12cea9683669f2cc87b852d08312706
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[9610][ERD] arm64: dts: Add synaptics touch device node
Jaehyoung Choi [Thu, 10 May 2018 05:43:23 +0000 (14:43 +0900)]
[9610][ERD] arm64: dts: Add synaptics touch device node

Change-Id: Id99f34ce20df90a5eb0dc63e939b01b17e32ea59
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[COMMON] touchscreen: synaptics: Remove stop touch screen code in probe
Jaehyoung Choi [Wed, 20 Sep 2017 12:44:07 +0000 (21:44 +0900)]
[COMMON] touchscreen: synaptics: Remove stop touch screen code in probe

Change-Id: I1d830cac9012dfd710f97121fcb10b6c13a4807c
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[COMMON] touchscreen: synaptics: Add avdd regulator
Jaehyoung Choi [Tue, 19 Sep 2017 04:43:04 +0000 (13:43 +0900)]
[COMMON] touchscreen: synaptics: Add avdd regulator

Change-Id: I586e16dc177d75ae90010767924095f5c2257f36
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[COMMON] touchscreen: synaptics: Add synaptics touch screen code
Jaehyoung Choi [Fri, 15 Sep 2017 00:56:20 +0000 (09:56 +0900)]
[COMMON] touchscreen: synaptics: Add synaptics touch screen code

Change-Id: I1b8d96fb7513ba7c089a05fdeeb986b2dbd757f9
Signed-off-by: Jaehyoung Choi <jkkkkk.choi@samsung.com>
6 years ago[9610][ERD] arm64: dts: fix chipid entry
Donghyeok Choe [Tue, 15 May 2018 04:21:54 +0000 (13:21 +0900)]
[9610][ERD] arm64: dts: fix chipid entry

Change-Id: I35fcd373fc8255cfe490187ceff8d8fdc96df4d3
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[COMMON] drivers: soc: modify chipid definition
Donghyeok Choe [Tue, 15 May 2018 04:20:55 +0000 (13:20 +0900)]
[COMMON] drivers: soc: modify chipid definition

Change-Id: Ia4379d6c91e6197f80c8e525e1f6d4deef901393
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years agoRevert "[HACK] disalbe chip-id driver function"
Donghyeok Choe [Tue, 15 May 2018 04:17:40 +0000 (13:17 +0900)]
Revert "[HACK] disalbe chip-id driver function"

This reverts commit 5319ec7d40f941588c8f7046d2a033349502c464.

Change-Id: I933e658ab4d386d84066e962ddedb0ac2dbbc86d
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] arm64: defconfig: enable EXYNOS_REBOOT
Donghyeok Choe [Mon, 14 May 2018 11:21:35 +0000 (20:21 +0900)]
[9610][ERD] arm64: defconfig: enable EXYNOS_REBOOT

Change-Id: I44757e451bc31fb8f005044595ea519be5f87a9b
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] arm64: dts: add exynos-reboot dt-entry
Donghyeok Choe [Mon, 14 May 2018 11:19:04 +0000 (20:19 +0900)]
[9610][ERD] arm64: dts: add exynos-reboot dt-entry

Change-Id: I674952fdd9e7ab81f6d94a08dc0c9a3f773dfbdd
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] samsung: exynos-reboot: introduce exynos-reboot
Donghyeok Choe [Mon, 14 May 2018 11:17:36 +0000 (20:17 +0900)]
[9610][ERD] samsung: exynos-reboot: introduce exynos-reboot

Change-Id: I3ae59ea7656948a3c3d6b54ac3a8fcac3aa9a4b4
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] arm64: defconfig: enable Debug SnapShot(DSS)
Donghyeok Choe [Mon, 14 May 2018 08:16:02 +0000 (17:16 +0900)]
[9610][ERD] arm64: defconfig: enable Debug SnapShot(DSS)

Change-Id: I93ec61f588ad93f7e272af46039692f350921d1c
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] arm64: defconfig: enable CONFIG_PRINTK_PROCESS
Donghyeok Choe [Mon, 14 May 2018 08:10:57 +0000 (17:10 +0900)]
[9610][ERD] arm64: defconfig: enable CONFIG_PRINTK_PROCESS

Change-Id: I84f00683730ce2dd7d20dd0b0f780cd0dcae33b2
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[HACK] lib: dss: skip cache flush all
Donghyeok Choe [Sun, 13 May 2018 06:38:15 +0000 (15:38 +0900)]
[HACK] lib: dss: skip cache flush all

Change-Id: I7502f4f6097fa3bfe73efb35ca260d6719b0da4e
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[9610][ERD] arm64: dts: add dtsi for debug feature
Donghyeok Choe [Sun, 13 May 2018 07:30:29 +0000 (16:30 +0900)]
[9610][ERD] arm64: dts: add dtsi for debug feature

Change-Id: I4fb9f7716549289b19e69d538f1dc27515c32a3b
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[COMMON] arm64: traps: add entry/exit point for lockup detector
Hosung Kim [Wed, 18 Apr 2018 04:25:23 +0000 (13:25 +0900)]
[COMMON] arm64: traps: add entry/exit point for lockup detector

Change-Id: I715f286fa249f98c1d698b8187443ea7627b173a
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
6 years ago[COMMON] kernel: panic: Remove show regs when WARNING
Changki Kim [Mon, 9 Apr 2018 07:12:31 +0000 (16:12 +0900)]
[COMMON] kernel: panic: Remove show regs when WARNING

Change-Id: I9b77a64da8731253c56c083190d8a1cfe3685bd1
Signed-off-by: Changki Kim <changki.kim@samsung.com>
6 years ago[COMMON] kernel: panic: add soc_early_panic function in panic
Donghyeok Choe [Mon, 14 May 2018 05:54:37 +0000 (14:54 +0900)]
[COMMON] kernel: panic: add soc_early_panic function in panic

Change-Id: I3cedf5f3a88e2b1f73540db0d1085ae2b636007d
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[COMMON] panic: NOT allowed re-entrance by same cpu
Hosung Kim [Thu, 21 Sep 2017 04:45:41 +0000 (13:45 +0900)]
[COMMON] panic: NOT allowed re-entrance by same cpu

if panic and then panic again on the same cpu, it is allowed
re-entrance. In that situation, it is likely to happen panic
again again. So this patch don't allow re-entrace of same cpu
to prevent that situation.

Change-Id: I766f4f72b589be675747f66bb2ec732c07f60b81
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
6 years ago[COMMON] lib: dss: add to support Debug-SnapShot(DSS)
Donghyeok Choe [Sun, 13 May 2018 06:21:23 +0000 (15:21 +0900)]
[COMMON] lib: dss: add to support Debug-SnapShot(DSS)

Change-Id: I28ab91356cc2852a38ee6b7c08d1bcb837d6e8ca
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[COMMON] lib: dss: rename exynos-snapshot to debug-snapshot
Donghyeok Choe [Sun, 13 May 2018 04:32:33 +0000 (13:32 +0900)]
[COMMON] lib: dss: rename exynos-snapshot to debug-snapshot

Change-Id: I196cfc11cd7d24d134bfbf89d5dec27c5450a22f
Signed-off-by: Donghyeok Choe <d7271.choe@samsung.com>
6 years ago[COMMON] printk: add hooking function for exynos-snapshot
Hosung Kim [Sat, 13 Jun 2015 04:15:44 +0000 (13:15 +0900)]
[COMMON] printk: add hooking function for exynos-snapshot

This commit adds hooking function for gathering kernel log
in exynos-snapshot.

Change-Id: I4132288aec8664861f2b51873feb52d8a7da981b
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
6 years ago[COMMON] printk: add supporting core number and process information
Hosung Kim [Fri, 12 Jun 2015 13:40:21 +0000 (22:40 +0900)]
[COMMON] printk: add supporting core number and process information

This commit adds supporting to output the core number and process
information. They are depending on as following configuration.
- CONFIG_PRINTK_PROCESS

Change-Id: I09698dc00e5acd1bb11b9a564fdc3f129c04b642
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
Signed-off-by: Hyunki Koo <hyunki00.koo@samsung.com>
6 years ago[9610][ERD] arm64: created dt node and added configs for S2MPB02
Jieun Yi [Tue, 15 May 2018 02:23:07 +0000 (11:23 +0900)]
[9610][ERD] arm64: created dt node and added configs for S2MPB02

Change-Id: Id07066b8d4e5279f7a768f0099ed3137a96db83c
Signed-off-by: Jieun Yi <jieun.yi@samsung.com>
6 years ago[9610][ERD] drivers: leds: created led driver for S2MPB02
Jieun Yi [Tue, 15 May 2018 02:22:36 +0000 (11:22 +0900)]
[9610][ERD] drivers: leds: created led driver for S2MPB02

Change-Id: Ifbadf66539f5fb58734d4d9bf7dee37b083ff745
Signed-off-by: Jieun Yi <jieun.yi@samsung.com>
6 years ago[9610][ERD] drivers: regulator: created regulator driver for S2MPB02
Jieun Yi [Tue, 15 May 2018 02:21:59 +0000 (11:21 +0900)]
[9610][ERD] drivers: regulator: created regulator driver for S2MPB02

Change-Id: If727403c00e0f791aa683017abb8a47fbc18376e
Signed-off-by: Jieun Yi <jieun.yi@samsung.com>