Commit Graph

88 Commits

Author SHA1 Message Date
Gaurav Kashyap
2ceec83a4f Revert existing FBE changes for ICE FBE
Revert existing FBE kernel changes for ICE upstream.
Revert UFS qcom specific ice changes.
Revert all sdhci related ICE changes formatted.
defconfig: Remove old FBE/ICE defconfigs.

Change-Id: I4d77927b6373b3bb3edfe3b060d1de272a54a426
Signed-off-by: Gaurav Kashyap <gaurkash@codeaurora.org>
Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
2020-04-24 15:19:09 -07:00
Kusanagi Kouichi
41f71fa266 tracing: Remove unnecessary DEBUG_FS dependency
Tracing replaced debugfs with tracefs.

Change-Id: Ib48c47f19654569d76aa1c9b9389e3573870953c
Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20191120104350753.EWCT.12796.ppp.dion.ne.jp@dmta0009.auone-net.jp
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 0e4a459f56c32d3e52ae69a4b447db2f48a65f44
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
[prsood@codeaurora.org: keep CONFIG_DEBUG_FS enabled in perf for bengal(32 bit), kona, kona-iot]
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
2020-04-17 02:05:47 -07:00
qctecmdr
832d2f9c19 Merge "defconfig: disable CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE" 2020-04-13 07:26:34 -07:00
qctecmdr
d631cf7ddd Merge "defconfig: enable SMBLITE charger driver" 2020-03-24 18:09:45 -07:00
Tengfei Fan
41a4cc44bd defconfig: disable CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE
Disable CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE.

Change-Id: I4ba95c4dba55a601971f3c729f18be73098c908f
Signed-off-by: Tengfei Fan <tengfeif@codeaurora.org>
2020-03-24 18:17:07 +08:00
Ashay Jaiswal
976d7b7b6c defconfig: enable SMBLITE charger driver
The QPNP SMBLITE charger driver supports the charger peripherals present
in the PMIC PM2250, charger hardware incorporates a single input
high-efficiency switch-mode/linear battery charger for single-cell
Lithium batteries.

Change-Id: Ia635651cdb9739272d7ef637a31c1e7b901ac6d3
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
2020-03-23 21:27:28 +05:30
Umang Chheda
7629ad95e1 defconfig: Enable CONFIG_LEDS_PWM support for scuba
Enable CONFIG_LEDS_PWM support for scuba which supports PWM
driven LEDs. This config is required for controlling RG LEDs
present on scuba.

Change-Id: I82cdacf0d25c84e7adfd7690c065840b056b4cea
Signed-off-by: Umang Chheda <uchheda@codeaurora.org>
2020-03-05 21:25:04 +05:30
qctecmdr
5b6d617777 Merge "defconfig: Enable new touchscreen for bengal device" 2020-03-04 02:38:48 -08:00
qctecmdr
136c3ae0ae Merge "defconfig: enable event based CPU boost config for bengal target" 2020-03-03 20:57:39 -08:00
qctecmdr
7deecd511c Merge "defconfig: Enable CONFIG_CPU_FREQ_TIMES for bengal 32bit" 2020-03-03 08:44:18 -08:00
Santosh Mardi
7eabb265d7 defconfig: enable event based CPU boost config for bengal target
Enable event based CPU boost config to boost CPU frequency
based on the input events, for bengal target.

Change-Id: I9d01c09b61068829cdb797184814e078c10e843c
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
2020-03-03 04:31:31 -08:00
Ravikanth Tuniki
9b6b21a6f2 defconfig: Enable new touchscreen for bengal device
Enable new Novatek touchscreen driver for bengal device.

Change-Id: I6c4e29fd731d8b52ac3e8fb0447130fedad8b999
Signed-off-by: Ravikanth Tuniki <rtunik@codeaurora.org>
2020-03-03 16:54:36 +05:30
qctecmdr
0e27edd4a5 Merge "defconfig: bengal: Enable scuba 32bit pinctrl" 2020-03-02 05:32:41 -08:00
Cong Zhang
f1a0073091 defconfig: Enable CONFIG_CPU_FREQ_TIMES for bengal 32bit
VtsKernelProcFileApi test will check uid_concurrent_policy_time and
uid_concurrent_active_time.
Need enable CONFIG_CPU_FREQ_TIMES to pass VtsKernelProcFileApi test.

Change-Id: Ibf45cb6638c630e4324a59457cc918d364a149b3
Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
2020-02-28 16:37:44 +08:00
lijuang
8ac4f00d1c defconfig: bengal: Enable scuba 32bit pinctrl
Enable config option to use scuba 32bit pin control.

Change-Id: I83ebde15c646711c6f7da2f8238aa354c6637f5d
Signed-off-by: lijuang <lijuang@codeaurora.org>
2020-02-27 21:43:37 +08:00
qctecmdr
3e18fd14a2 Merge "defconfig: Enable CONFIG_QCOM_RUN_QUEUE_STATS for bengal 32bit" 2020-02-26 18:32:05 -08:00
Shivendra Kakrania
8a70e20c76 media: Added config to enable videobuf2 core for video
V4L2 VideoBuf2 Core is needed by default for video.
So added config VIDEO_V4L2_VIDEOBUF2_CORE to enable
videobuf2 core in base kernel for video.

Change-Id: Icf695c771011111b863afe0c8dcb6d7316f32b53
Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
2020-02-25 22:42:24 -08:00
Cong Zhang
da9f1a076b defconfig: Enable CONFIG_QCOM_RUN_QUEUE_STATS for bengal 32bit
Enable CONFIG_QCOM_RUN_QUEUE_STATS to support irq_balance.

Change-Id: I6e016b1c228730fc358f59e47d467aae4912adfb
Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
2020-02-25 17:46:12 -08:00
Kiran Gunda
dd51a0cd9c defconfig: Enable LEDS_QTI_FLASH support for bengal
Enable LEDS_QTI_FLASH support for bengal to allow the clients
to communicate with this driver.

Change-Id: Id3146a9e5dfefc5d59d5d83a171682913571189a
Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
2020-02-24 16:54:11 +05:30
lijuang
fa8c8babce defconfig: bengal: Add arch support for Scuba 32bit
Enable scuba defconfig for scuba 32bit platform support.

Change-Id: I9600a60c1dec40ff9cef9f944a157d4152bef3f5
Signed-off-by: lijuang <lijuang@codeaurora.org>
2020-02-21 09:42:17 +08:00
qctecmdr
c3768d3385 Merge "defconfig: msm: Update misc configs for Bengal 32bit" 2020-02-18 23:54:46 -08:00
qctecmdr
cfab229348 Merge "defconfig: Remove unnecessary config for bengal 32bit" 2020-02-17 06:14:35 -08:00
Cong Zhang
c2561908c7 defconfig: msm: Update misc configs for Bengal 32bit
Enable CONFIG_HID_SONY for compliance with android Q CTS suite
requirement for Bengal.
Enable JOYSTICK_XPAD_LEDS as per Android recommended for Bengal.
Disable DEVPORT config as selinux enforces that userspace to not
have access to /dev/port.

Change-Id: I0172b9de41251497ef72d35a1a76a60c44ebdbf4
Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
2020-02-17 15:55:47 +08:00
qctecmdr
c15c82c230 Merge "defconfig: Remove some unnecessary config for bengal 32bit" 2020-02-13 22:26:28 -08:00
Cong Zhang
50052f2d3b defconfig: Remove unnecessary config for bengal 32bit
Remove CC_OPTIMIZE_FOR_SIZE config for bengal 32bit.

Change-Id: I52ccb535319ad0cf0b0f5d15dcf9895e4d16a3f5
Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
2020-02-13 00:49:31 +08:00
Tengfei Fan
6e3fa9ee9b defconfig: Remove some unnecessary config for bengal 32bit
Remove some unnecessary config for bengal 32bit.

Change-Id: I7aeb17ce1e4504df223544da7b770708dfa467d6
Signed-off-by: Tengfei Fan <tengfeif@codeaurora.org>
Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
2020-02-03 01:35:41 -08:00
qctecmdr
d101a96ae8 Merge "defconfig: disable SND_PCI for bengal" 2020-01-31 03:24:22 -08:00
qctecmdr
7c9d79dd48 Merge "defconfig: bengal: Enable typeC framework for 32 bit" 2020-01-30 09:39:21 -08:00
Laxminath Kasam
854e1a1197 defconfig: disable SND_PCI for bengal
As SND_PCI not used for audio on bengal, disable it.

Change-Id: I8a28c095f3134e183dbadf3c1ceaeab43ebf7d2c
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
2020-01-30 06:17:48 -08:00
qctecmdr
905bbcdf7e Merge "defconfig: msm: disable CONFIG_FB_VIRTUAL for bengal target" 2020-01-29 22:43:11 -08:00
Kavya Nunna
622def6f32 defconfig: bengal: Enable typeC framework for 32 bit
Enable typec framework for typec role swap feature.

Change-Id: I2fd1578649d9d41c654500c2a9003f6119b23b7a
Signed-off-by: Kavya Nunna <knunna@codeaurora.org>
2020-01-28 21:26:54 -08:00
qctecmdr
59069b4639 Merge "defconfig: Disable CONFIG_IOMMU_DEBUG_TRACKING" 2020-01-24 17:24:13 -08:00
qctecmdr
036f394b73 Merge "defconfig: Remove unused mproc configs for bengal" 2020-01-23 09:41:54 -08:00
qctecmdr
d0f1d3d309 Merge "defconfig: Enable NFC driver for 32-bit bengal" 2020-01-23 02:49:57 -08:00
qctecmdr
f9f14c1143 Merge "defconfig: Remove MMC_IPC_LOGGING for bengal" 2020-01-22 15:42:08 -08:00
qctecmdr
f533acf5c8 Merge "defconfig: disable MEMCG for bengal 32" 2020-01-22 15:42:07 -08:00
Patrick Daly
9f07a918b7 defconfig: Disable CONFIG_IOMMU_DEBUG_TRACKING
Disable this Kconfig in preparation for its removal.

Change-Id: Iadb6a055078a5c1b2f1a15560c21d3ea4981007e
Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
2020-01-22 14:01:30 -08:00
qctecmdr
f2015c3a27 Merge "defconfig: Disable the arm cpuidle support for bengal" 2020-01-22 07:35:47 -08:00
Deepak Kumar Singh
e70f04f1c3 defconfig: Remove unused mproc configs for bengal
Some mproc config options are not required for bengal,
disabling these configs.

Change-Id: I8d564883c46429a3b4f34e85698c34fda01d7ba8
Signed-off-by: Deepak Kumar Singh <deesin@codeaurora.org>
2020-01-22 18:58:06 +05:30
Qingqing Zhou
6b4ee95cbd defconfig: disable MEMCG for bengal 32
Disable MEMCG for config optimization on 32 bit.

Change-Id: I06b14583e51d2832129cdd9693a3bcc6be08c43f
Signed-off-by: Qingqing Zhou <qqzhou@codeaurora.org>
2020-01-22 15:39:14 +08:00
Sayali Lokhande
0166918e3e defconfig: Remove MMC_IPC_LOGGING for bengal
This change removes MMC_IPC_LOGGING for bengal
perf defconfig as it is only meant for debug purpose.

Change-Id: I7db69390e32fc7f5dd5a92b43b79f4a2c05acd01
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>
2020-01-22 10:47:47 +05:30
Tapas Dey
a98ca602c5 defconfig: Enable NFC driver for 32-bit bengal
Enabled NFC driver support for 32-bit 
bengal variant.

Change-Id: I326414d81e6624b500fd6457413d74477a22d1e6
Signed-off-by: Tapas Dey <tdey@codeaurora.org>
2020-01-21 12:48:10 +05:30
qctecmdr
7263ff246f Merge "defconfig: Remove unused configs for bengal" 2020-01-20 15:40:12 -08:00
qctecmdr
8bd140e42e Merge "defconfig: msm: enable remote debugger driver on Bengal_32" 2020-01-20 01:29:20 -08:00
qctecmdr
1065153150 Merge "defconfig: Reduce usb memory footprint on bengal" 2020-01-17 04:12:19 -08:00
Mohammed Nayeem Ur Rahman
e34bc444f6 defconfig: msm: enable remote debugger driver on Bengal_32
Add remote debugger device configuration. The Remote Debugger driver
allows a debugger running on a host PC to communicate with a remote
stub running on peripheral subsystems.

Change-Id: I1437286e3bfa014fb1b4ad9a2c6c1cdd33a61fb7
Acked-by: Devender Kaushik <dkaushik@qti.qualcomm.com>
Signed-off-by: Mohammed Nayeem Ur Rahman <mohara@codeaurora.org>
2020-01-17 16:30:43 +05:30
Yashwanth
be17997b82 defconfig: msm: disable CONFIG_FB_VIRTUAL for bengal target
This change disables CONFIG_FB_VIRTUAL for 32-bit defconfig
on bengal target.

Change-Id: I8be05f2fa3e46f48d5e044d0dc9d5b26d9919c5c
Signed-off-by: Yashwanth <yvulapu@codeaurora.org>
2020-01-17 15:15:41 +05:30
qctecmdr
23a7f77a6d Merge "defconfig: Enable CONFIG_QTI_RPM_STATS_LOG" 2020-01-16 04:49:39 -08:00
Sayali Lokhande
2f305c3860 defconfig: Remove unused configs for bengal
This change removes unused configs for bengal
platform.

Change-Id: I004026008bef1d283b5911b579dcb3a43253038a
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>
2020-01-16 14:54:59 +05:30
Raghavendra Kakarla
a20a0ced55 defconfig: Disable the arm cpuidle support for bengal
Disable arm cpuidle driver support for bengal.

Change-Id: Ia1f777ddc124d5b8b89ee5f8713e1b339fc1c7e7
Signed-off-by: Raghavendra Kakarla <rkakarla@codeaurora.org>
2020-01-16 13:44:54 +05:30