(CR):[Kane]:[factory]utags:add utags related kernel driver code
authorbaitong <baitong@huaqin.com>
Tue, 16 Oct 2018 13:10:25 +0000 (21:10 +0800)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:44 +0000 (20:23 +0300)
Change-Id: Ib4c8940f3cd4b571c15a0eb43de6704679a8b361

arch/arm64/boot/dts/exynos/exynos9609-robusta2_evb.dts
arch/arm64/boot/dts/exynos/exynos9609-wing.dts
arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts [changed mode: 0644->0755]
arch/arm64/configs/robusta2_evb_defconfig [changed mode: 0644->0755]
arch/arm64/configs/wing_defconfig
drivers/misc/Kconfig [changed mode: 0644->0755]
drivers/misc/Makefile [changed mode: 0644->0755]
drivers/misc/utag/Kconfig [changed mode: 0644->0755]
drivers/misc/utag/Makefile [changed mode: 0644->0755]

index 4f4f8b2db37cecd37cc12b1840dc0b795bd1f87e..bef375c46f8276daf76eae1c5ef8cc53ccbbfe9c 100755 (executable)
@@ -13,6 +13,7 @@
 /plugin/;
 
 #include "exynos9610_battery_data.dtsi"
+#include "exynos9610-mot-kane.dtsi"
 #include <dt-bindings/clock/exynos9610.h>
 #include "modem-ss360ap-sit-pdata.dtsi"
 #include "exynos9610-display-lcd.dtsi"
index 739735dd6b58d889b8a393f927ca96ff2b4abd04..901b6997bce22e1ac9c1091b9c8ea4117be56e77 100755 (executable)
@@ -13,6 +13,7 @@
 /plugin/;
 
 #include "exynos9610_battery_data.dtsi"
+#include "exynos9610-mot-kane.dtsi"
 #include <dt-bindings/clock/exynos9610.h>
 #include "modem-ss360ap-sit-pdata.dtsi"
 #include "exynos9610-display-lcd.dtsi"
old mode 100644 (file)
new mode 100755 (executable)
index 98951ec..cfdbe68
@@ -548,3 +548,4 @@ CONFIG_SEC_NFC_CLK_REQ=y
 CONFIG_SENSORS_CLASS=y
 CONFIG_INPUT_EGISTEC_320=y
 CONFIG_AW8695_HAPTIC=y
+CONFIG_MOT_UTAG=y
\ No newline at end of file
index 16747f5088c28c8cf1f42332d9faee5ba7faad0b..c1dd3f17de78469dcb5b819814e4d520c8ef08c3 100755 (executable)
@@ -540,3 +540,4 @@ CONFIG_SEC_NFC_CLK_REQ=y
 CONFIG_SENSORS_CLASS=y
 CONFIG_INPUT_EGISTEC_320=y
 CONFIG_AW8695_HAPTIC=y
+CONFIG_MOT_UTAG=y
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 5a0f6bb..5418fc1
@@ -535,6 +535,7 @@ source "drivers/misc/lis3lv02d/Kconfig"
 source "drivers/misc/altera-stapl/Kconfig"
 source "drivers/misc/mei/Kconfig"
 source "drivers/misc/vmw_vmci/Kconfig"
+source "drivers/misc/utag/Kconfig"
 source "drivers/misc/mic/Kconfig"
 source "drivers/misc/genwqe/Kconfig"
 source "drivers/misc/echo/Kconfig"
old mode 100644 (file)
new mode 100755 (executable)
index 1b37d60..6d9f663
@@ -45,6 +45,7 @@ obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
 obj-$(CONFIG_ALTERA_STAPL)     +=altera-stapl/
 obj-$(CONFIG_INTEL_MEI)                += mei/
 obj-$(CONFIG_VMWARE_VMCI)      += vmw_vmci/
+obj-$(CONFIG_MOT_UTAG) += utag/
 obj-$(CONFIG_LATTICE_ECP3_CONFIG)      += lattice-ecp3-config.o
 obj-$(CONFIG_SRAM)             += sram.o
 obj-$(CONFIG_SRAM_EXEC)                += sram-exec.o
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 638187c..0f38217
@@ -1 +1,2 @@
-obj-$(CONFIG_MOT_UTAG) += utags.o
+obj-$(CONFIG_MOT_UTAG) += utags.o
+