summaryrefslogtreecommitdiff
path: root/arch/arm64 (follow)
Commit message (Collapse)AuthorAge
...
* | | | | defconfig: msmcortex: enable gpio keys moduleMohan Pallaka2016-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable gpio keys module to support keys Change-Id: I85c0401c6c47d4988d39ef637c1517916e41e3cb Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
* | | | | defconfig: arm64: enable dummy CoreSight source driverShashank Mittal2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dummy CoreSight source devices can be used to configure trace path for devices that are configured by other subsystems. Change-Id: Ieae3c1f9fce6a753821c898bcda7cd67a6b04c20 Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
* | | | | defconfig: msmcortex: enable MMC/SD support for msmcobaltSubhash Jadavani2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change enables the MMC/SD driver support for msmcobalt. Change-Id: I895e70163e54e5f28c97f592cb203c6576215877 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
* | | | | defconfig: arm64: Enable app specific setting on MSM8996Sarangdhar Joshi2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable support for app specific setting on MSM8996. This is required for providing an interface so that app specific settings can be applied / cleared. CRs-Fixed: 981519 Change-Id: Ice69a77b40dbd98bfff0c8095d78a25424527a2f Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | arm64: Add support for app specific settingsSarangdhar Joshi2016-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to provide an interface that can be used from userspace to decide whether app specific settings need to be applied / cleared when particular processes are running. CRs-Fixed: 981519 997757 Change-Id: Id81f8b70de64f291a8586150f4d2c7c8f8b4420f Signed-off-by: Sarangdhar Joshi <spjoshi@codeaurora.org> [satyap@codeaurora.org: trivial merge conflict resolution and pull fixes for CR: 997757] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | arm64: dma-mapping: Export arch_setup_dma_ops symbolRunmin Wang2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Export arch_setup_dma_ops symbol. Some test modules need to call "arch_setup_dma_ops" to setup the proper dma operations. CRs-Fixed: 1021445 Change-Id: Ieb8aca4dab96ee8bad7c5ad0a47f83e4316bf990 Signed-off-by: Runmin Wang <runminw@codeaurora.org>
* | | | | defconfig: msmcortex: add hdmi supportTatenda Chipeperekwa2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable compilation of HDMI related files. CRs-Fixed: 1022772 Change-Id: Id5b275a6c7aabd835e94e2acd338dea14d2d8f57 Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org> Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
* | | | | defconfig: msmcortex: enable qseecom hdcpTatenda Chipeperekwa2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable QSEECOM and HDCP modules compilation. CRs-Fixed: 1022772 Change-Id: Ib694339fa9f7cca5e2882277bcc5888c4db9ecde Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org> Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
* | | | | defconfig: arm64: msmcortex: Enable IIO and RRADC driverSiddartha Mohanadoss2016-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Round robin ADC (RRADC) driver to enable clients to read channels on pmicobalt such as battery ID, battery thermistors. Enable IIO since RRADC driver registers with the IIO framework and clients can use the IIO framework to issue read requests for supported RRADC channels. Change-Id: I88b5922ab4dc817257042fdaa385768e6f14be57 Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
* | | | | arm64: dma-mapping: Attach IOMMUs as groupsMitchel Humpherys2016-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some devices behind IOMMUs might end up in IOMMU groups due to DMA aliasing. The iommu_attach_device API expects a single device in a group all by its lonesome, so it fails when a device is passed in that's part of a group. Use iommu_attach_group to accommodate these types of devices. CRs-Fixed: 1023180 Change-Id: I9601efd300c7f428c4576e6ecf6d31791d0b47bd Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
* | | | | arm: dma-mapping: fix data types to hold size_tShiraz Hashim2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size_t type data should not be held under variable of type int, as this can truncate large values especially on a 64bit system. Fix it. Change-Id: I5ad1ab321738772a99920e3fa287bda266cb05ed Signed-off-by: Shiraz Hashim <shashim@codeaurora.org>
* | | | | defconfig: arm64: update cnss config flagSarada Prasanna Garnayak2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cnss platform driver compilation config flags has been changed to CONFIG_CNSS_PCI to CONFIG_CNSS. CRs-Fixed: 988871 Change-Id: Ie245ac4ad028b543916c27b015a7ba33e55958a9 Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* | | | | arm64: defconfig: update config options for msmcortex_defconfigSatya Durga Srinivasu Prabhala2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable unnecessary options like KSM, ATA, VIRTUALIZATION etc., and enable options like IRQ_TIME_ACCOUNTING, CGROUPS, ZRAM etc., to match with msm_defconfig. CRs-Fixed: 1021169 Change-Id: I11143ca9beae526c80c8b94a81c2369a7c489d11 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | defconfig: msmcortex: Enable performance driverTapas Kumar Kundu2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module provides support to userspace entity for hotplugging and setting cpufreq policy min/max limits. It can also detect cpu/io workload and notify userspace via sysfs nodes. A userspace entity can specify a CPU mask and the number of CPUs it wants online within that mask and this module will try to make a best effort to keep those many CPUs online. Userspace can also specify the min and max limits on CPUs instead of writing to the scaling_min/max nodes from sysfs so that if any CPU is offline this module maintains a vote for it which is applied once the CPU comes back online. A userspace entity can also set threshold value in sysfs nodes of this module for cpu/io workload detection and this module can notify userspace entity when that crietia is met via sysfs nodes. Change-Id: I2c92b689ae49af85489dbf9a6aef196f4f6abf4b Signed-off-by: Tapas Kumar Kundu <tkundu@codeaurora.org>
* | | | | defconfig: msmcortex: enable QPNP temperature alarm driverDavid Collins2016-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the QPNP temperature alarm driver so that software can monitor the PMIC die temperature of the PMICs found on MSMCOBALT boards. Change-Id: I5c9e0bcb5bb7646a720c32af0b15ca5fa2e36b8f CRs-Fixed: 1019272 Signed-off-by: David Collins <collinsd@codeaurora.org>
* | | | | arm64: defconfig: update config options for msm_defconfigSatya Durga Srinivasu Prabhala2016-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update config options for msm_defconfig to match with options on 3.18. CRs-Fixed: 1020931 Change-Id: I3223c1f335e2f0e2b2401a5cd4b961fd5279ac8d Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | defconfig: msm8996: Enable LMH hardware and interface driverManaf Meethalavalappu Pallikunhi2016-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the LMH hardware and the LMH interface driver for msm8996. LMH hardware driver interacts with the LMH hardware and uses the interface driver to register with thermal core. CRs-Fixed: 1019086 Change-Id: I2d1ed8aa618c4ba8780f55fcc47add10edea3ba9 Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
* | | | | defconfig: msm: Enable thermal driver for msm8996Manaf Meethalavalappu Pallikunhi2016-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable kernel thermal driver for msm8996. kernel thermal driver can monitor, mitigate and provide interface to thermal-engine to mitigate. CRs-Fixed: 1019086 Change-Id: Ifb47f300c4e73f7816f96c061ac5c1829bcd5491 Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
* | | | | defconfig: msmcortex: enable qrng driversZhen Kong2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable qrng drivers for msmcortex Change-Id: I1a8241c1e0a349394351be2ef98381e24f0c4ff4 Signed-off-by: Zhen Kong <zkong@codeaurora.org>
* | | | | defconfig: msm: sde: Add config for v4l2 sde rotator driver.Alan Kwong2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable v4l2 sde rotator driver, a replacement for mdss rotator driver. CRs-Fixed: 1017182 Change-Id: I6fc5f90512d8024439d56d7c72ae2160df460f7a Signed-off-by: Alan Kwong <akwong@codeaurora.org>
* | | | | defconfig: msm: Remove incorrect ISPIF versionShubhraprakash Das2016-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ISPIF version was incorrectly defined in the defconfig used for 8996, remove it. CRs-Fixed: 1020515 Change-Id: I2c1fb7dcc698142f9ce42f40164521b8a78268e1 Signed-off-by: Harshal Trivedi <htrivedi@codeaurora.org> Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
* | | | | arm64: defconfig: update config options for msm-perf_defconfigSatya Durga Srinivasu Prabhala2016-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update config options for msm-perf_defconfig to match with options on 3.18. CRs-Fixed: 1013947 Change-Id: I7df9aeb55a95185077c679a217ed8772eb83c8b9 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | arm64: defconfig: update config options for msmcortex-perf_defconfigSatya Durga Srinivasu Prabhala2016-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update config options for msmcortex-perf_defconfig with required options. CRs-Fixed: 1013948 Change-Id: If024f55095a951329976b6c2736ad5760eae1f4f Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | defconfig: msmcortex: enable qcom hw crypto driversZhen Kong2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enable qcom hw crypto drivers for msmcortex Change-Id: Ic2b623bf871bc3918d3d58f99966ac7f746d7b8a Signed-off-by: Zhen Kong <zkong@codeaurora.org>
* | | | | arch: arm64: disable HW breakpointShashank Mittal2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HW breakpoint driver interferes with debug registers save and restore code and causes loss of HW breakpoints across power collapse. Disabling this driver to enable debug registers save and restore functionality across power collapse. Change-Id: Iff5ba04b2e494f7a5de00e4d05606878ee3d8148 Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
* | | | | jtagv8: add jtagv8 support snapshotShashank Mittal2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This snapshot is taken as of msm-3.18 commit: 89be600 (Merge "msm: camera: Fix KW issues in sensor code") Jtagv8 driver can be used to save and restore debug and ETM registers across power collapse. Change-Id: I1537c92ac86964fdbe9abb012f972d5f3b36047a Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
* | | | | defconfig: msmcortex: enable wil driverMaya Erez2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable wil driver as module for msmcobalt. Wil driver is needed for 11ad wireless card. CRs-Fixed: 1001827 Change-Id: Ib2118f323b5dc1d64eaa5aa1f600e4725187f05b Signed-off-by: Maya Erez <merez@codeaurora.org>
* | | | | defconfig: msmcortex: Enable watchdog bite on panicRunmin Wang2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable QCOM_FORCE_WDOG_BITE_ON_PANIC flag. CRs-Fixed: 1017697 Change-Id: I6597746b87c0b7545401a4d51e07d3c8dbfd5906 Signed-off-by: Runmin Wang <runminw@codeaurora.org>
* | | | | msm: defconfig: Enable cameraSeemanta Dutta2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable camera in the kernel by enabling the camera specific CONFIG_* macros in the kernel defconfig. Change-Id: I4f812f280688984bd21fc68ae4d18355c9b2aac8 Signed-off-by: Seemanta Dutta <seemanta@codeaurora.org>
* | | | | msm: defconfig: Enable CONFIG_QCOM_KGSL in msmcortex-perf_defconfigLokesh Batra2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable CONFIG_QCOM_KGSL config in msmcortex-perf_defconfig file. This will enable compiling KGSL for msmcortex target perf builds. CRs-Fixed: 1018471 Change-Id: I41d6520eea1d4a5ef1ad002797cf2c8433078570 Signed-off-by: Lokesh Batra <lbatra@codeaurora.org>
* | | | | iommu: Add DMA mapper for io-pgtable-fastMitchel Humpherys2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | io-pgtable-fast does some underhanded tricks to achieve performance. One of those tricks is that it expects clients to call its map function directly, rather than going through the IOMMU framework. Add a DMA API implementation that goes through io-pgtable-fast. CRs-Fixed: 997751 Change-Id: Iebcafeb630d9023f666078604898069e9f26dfdd Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
* | | | | defconfig: msm: Enable the "fast" IOMMU page table mapperMitchel Humpherys2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's fast for use cases that require super fast IOMMU mappings (in exchange for memory). Enable it. CRs-Fixed: 997751 Change-Id: I016937309ac8e16775d13e63b630bb98469c9fca Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
* | | | | defconfig: arm64: msm: Add defconfigs needed for data callsSubash Abhinov Kasiviswanathan2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the DUMMY network interface and the crypto ECHAINIV module needed for tunneling in advanced data call scenarios. ECHAINIV is the default algorithm for CBC which is needed for setting up a tunnel using XFRM state. Dummy network device is used to route the IPv6 tunneled traffic when there is no IPv6 route present on a wireless device. The default route in the dummy interface routing table will route egress packets. CRs-Fixed: 1017216 Change-Id: I8638814f7e06b0e63638c5acd268663d6a627718 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
* | | | | defconfig: Enable DDR bus scaling governorRohit Gupta2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable bimc_bwmon device and the associated bw_hwmon governor to scale DDR frequency as per the bandwidth between CPU and DDR. Change-Id: I4efa37b8bb84ab62e82086b622896173b7d2fc7d Signed-off-by: Rohit Gupta <rohgup@codeaurora.org>
* | | | | defconfig: msm: enable HBTP input drivers for cobaltAlex Sarraf2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable HBTP drivers for cobalt. Change-Id: Ifddcce1ff9cdbb35dc5645d0ed85963c18dec54e Signed-off-by: Alex Sarraf <asarraf@codeaurora.org>
* | | | | defconfig: msmcortex: enable qpnp flashMohan Pallaka2016-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable QPNP flash v2 driver. CRs-fixed: 1015501 Change-Id: I30618e6e4b983171d4a616a8a316c76f13ceee2d Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
* | | | | arm64: defconfig: msm: disable CPUSETS for msm chipsetsSatya Durga Srinivasu Prabhala2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_CPUSET sets affinity to cpu 0 without cgroup setting. Due to this performance regressed. CRs-Fixed: 1014436 Change-Id: Icf96a123b8d6e9c007198c2969d60e3707a57098 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* | | | | defconfig: Enable EA driver for msmcortex targetsArchana Sathyakumar2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable energy aware driver for msmcortex targets to support energy aware scheduler feature. CRs-fixed: 1018108 Change-Id: I5745dbcbb946ee2f937d1e77a68a4e87bc85e08e Signed-off-by: Archana Sathyakumar <asathyak@codeaurora.org>
* | | | | arm64: process: Use continuation prints for show_dataTrilok Soni2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show_data messages for the value at the addresses needs to printed in the continuation. CRs-Fixed: 1010438 Change-Id: I41c48e090ec4c44aeccd0e8fbbcb814b55c0416d Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
* | | | | defconfig: arm64: msmcortex: enable QPNP_POWER_ON support for msmcobaltSubbaraman Narayanamurthy2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable QPNP_POWER_ON device support for msmcobalt platform so that the power-on/off reasons of PMIC PON devices can be printed out during bootup. Also, based on the reset type, PON devices needs to be configured as per the hardware documentation. CRs-Fixed: 1001210 Change-Id: I3db5f233e7c182e330f5144b4ab0d0769abf4a8d Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
* | | | | defconfig: msm: Sync up with Kbuild defaultsMitchel Humpherys2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The defconfigs have gotten out of sync again. Sync them up. CRs-Fixed: 1017606 Change-Id: I7d2ac7172396e5e08cde8ef156685222eb8941d8 Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
* | | | | Kconfig: arm64: Update dependencies for CONFIG_FORCE_PAGESLiam Mark2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we don't support having both CONFIG_DEBUG_RODATA and CONFIG_FORCE_PAGES enabled at the same time. Update the dependencies for CONFIG_FORCE_PAGES to enforce this. If there is a need for read only support with CONFIG_FORCE_PAGES enabled then enable CONFIG_KERNEL_TEXT_RDONLY instead of CONFIG_DEBUG_RODATA. Change-Id: I9ee1732ed0673edc7272d32469d08133fba9637f Signed-off-by: Liam Mark <lmark@codeaurora.org>
* | | | | arm64: mm: skip 1GB mappings on force pagesShiraz Hashim2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While force mapping regions as page, do not go for 1GB block mapping. Change-Id: I85ca7046626048acb7a138dc174dc40efbba4ac9 Signed-off-by: Shiraz Hashim <shashim@codeaurora.org>
* | | | | arm64: mmu: dma remap fail with 1GB block mappingShiraz Hashim2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provision to map 1GB block, gives a problem during dma_contiguous_remap when it attempts to remaps the dma buffers into 4K. During this attempt to remap dma buffers it overwrites pgd mapping for 1G block, thus leaving an unmapped hole. Managing remapping of dma regions with 1G block mapping is difficult hence avoid mapping 1G block and switch to SECTION_SIZE mapping (2MB) when memory region overlaps with dma buffers range. Change-Id: I2aa4119b3aeb328a2b95cf22656d2ec36012716f Signed-off-by: Shiraz Hashim <shashim@codeaurora.org>
* | | | | defconfig: arm64: msmcortex: Enable nqx nfc driverGaurav Singhal2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled the NQxxx nfc driver on msmcobalt. Change-Id: Ia56a64c9fa5973afe8c9830d42bd2f4228065f2f Signed-off-by: Gaurav Singhal <gsinghal@codeaurora.org>
* | | | | defconfig: msmcortex: enable bonding and TC driversMaya Erez2016-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bonding and TC drivers (sch_multiq) are required for fast session transfer feature. CRs-Fixed: 1001827 Change-Id: I08ee482ddc6c189241a69452fb12335d1ffb626f Signed-off-by: Maya Erez <merez@codeaurora.org>
* | | | | defconfig: msm64: msm: Enable v4l2 video driverChinmay Sawarkar2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable v4l2 video driver on msmcobalt for decode and encode sessions. Change-Id: Ibda63abad6a469c0a5f738c51ee1e740d0f1ce7a Signed-off-by: Vikash Garodia <vgarodia@codeaurora.org>
* | | | | defconfig: arm64: enable common log driver for msmcobaltShashank Mittal2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Common log driver can be used to register entries for memory dump table. Change-Id: I75be0d467c8f7c2db854987598770f9798688e51 Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
* | | | | defconfig: arm64: enable DCC device driverShashank Mittal2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set MSM_DCC config to enable support for Data Capture and Compare(DCC) device. Change-Id: Ibc2de3c142b8df4ac86e4628199726750f19dac3 Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
* | | | | defconfig: msm: enable CONFIG_SCHED_DEBUGJoonwoo Park2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable CONFIG_SCHED_DEBUG for debugging purpose. CRs-fixed: 1006303 Change-Id: Iceee806479bc41d7aa32cb78b6ede59cb85fc259 Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>