summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | arm64: Add support for app specific settingsSarangdhar Joshi2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> [ztu@codeaurora.org: Resolved conflicts] Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
| | * | | | | | | | | ethernet: device tree and defconfig changes for neutrinoSergio Frades Ruiz De Sola2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is needed to initialize the power rails and GPIO configuration for neutrino driver. fix the conflict. Change-Id: Ib2bb328c4e657232e75724a0cd9673a8d9b8ba06 CRs-Fixed: 1003103 Signed-off-by: Sergio Frades Ruiz De Sola <csfrade@codeaurora.org> Signed-off-by: Zou Shunxiang <shunxian@codeaurora.org>
| | * | | | | | | | | defconfig: msm: Enable config for SPM and Event timerMaulik Shah2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable L2 spm and event timer config. Change-Id: I643797e3de5c43e6d111ea099b476c82c0f827c3 Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
| | * | | | | | | | | arm: boot: dts: Fix incorrect IRQ numbers for MSM8996 ADPSriharsha Allenki2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interrupt numbers in the usb3 node of MSM8996 ADP dtsi file mismatches with the msm8996 SOC dt file. Hence fix by removing all the hs_phy_irq and pwr_event_irq from usb3 node in MSM8996 ADP dtsi file. Add extcon phandle to support extcon based VBUS and ID detection for MSM8996 Automotive kernel v4.4. Move the pmic_id_irq to usb_detect label to support ID detection using extcon framework. The interrupts cell of pmic_id_irq requires 4 attributes according to the updated interrupt-cells in spmi_bus node. Change-Id: I4c77efa923ac1ae4a1f55a6729738e48852c7c15 Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
| | * | | | | | | | | defconfig: arm64: msm: Enables host only mode on 8996 automotiveSriharsha Allenki2017-03-26
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables host only mode USB 2.0 controller on 8996 automotive kernel v4.4 by enabling CONFIG_NOP_USB_XCEIV in the msm-auto_defconfig and msm-auto-perf_defconfig. Change-Id: I528ebd6a900da8bce97790047b8c01936d09631c Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
| | * / / / / / / / arm64: fpsimd: add support to enable/disable fpsimd_settings.Sanrio Alvares2017-03-24
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to enable/disable fpsimd_settings at runtime through kernel command line. fpsimd.fpsimd_settings=0 should disable it. Change-Id: I14bf5f20e36ec4547aad45382cfffc91666a2ff4 Signed-off-by: Sanrio Alvares <salvares@codeaurora.org>
| | * | | | | | | defconfig: arm64: Enable FP settings for msm8996 on automotiveZhiqiang Tu2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable FP(Floating Point) and SIMD settings required during execution of AArch32 processes. Change-Id: I935d91778954937a7fd7cb5a959290a147220a06 Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
| | * | | | | | | arm64: fpsimd: Enable FP(floating-point) settings for msm8996Se Wang (Patrick) Oh2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable FP and SIMD settings for the MSM8996 during the execution of the AArch32 processes and disable these settings when you switch to the AArch64 processes. This commit also adds CONFIG_ENABLE_FP_SIMD_SETTINGS to support FP and SIMD settings. CRs-Fixed: 952837 Change-Id: If9537ca7390d8f08a6b48fb8865d1b349a93bcee Signed-off-by: Se Wang (Patrick) Oh <sewango@codeaurora.org> [ztu@codeaurora.org: Resolved conflicts] Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
| | * | | | | | | ARM: dts: msm: add support for secondary TDM on msm8996 adp/cdpDerek Chen2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add secondary TDM TX DAI in the automotive sound card entry for msm8996 automotive ADP/CDP platforms. Change-Id: I3ffc82c7e826fb7e97e1d34e0498637d5d55afd0 CRs-fixed: 1108597 Signed-off-by: Derek Chen <chenche@codeaurora.org>
| | * | | | | | | Merge "ARM: dts: msm: add PCIe PHY sequence for MSM8996 agave" into ↵Srivatsa Vaddagiri2017-03-23
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dev/msm-4.4-8996au
| | | * | | | | | | ARM: dts: msm: add PCIe PHY sequence for MSM8996 agaveTony Truong2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PHY init sequence based on new settings so that PCIe PHY can be brought up on MSM8996 agave. Change-Id: Iece881346523cf3f5b06314f38fc65d5afdb2986 Signed-off-by: Tony Truong <truong@codeaurora.org>
| | * | | | | | | | Merge "ARM: dts: msm: disable L1/L1ss for all PCIe on MSM8996 AUTO" into ↵Srivatsa Vaddagiri2017-03-23
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dev/msm-4.4-8996au
| | | * | | | | | | ARM: dts: msm: disable L1/L1ss for all PCIe on MSM8996 AUTOTony Truong2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link state L1 and L1ss is not supported on MSM8996 AUTO platforms. Thus, disable L1 and L1ss for all PCIe cores on these platforms. Change-Id: Ifd95e1bba9c895ea35e50545bd6ad93e42fca5e6 Signed-off-by: Tony Truong <truong@codeaurora.org>
| | * | | | | | | | Merge "defconfig: msm: Enable profiler driver for MSM8996 auto" into ↵Srivatsa Vaddagiri2017-03-23
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | dev/msm-4.4-8996au
| | | * | | | | | | defconfig: msm: Enable profiler driver for MSM8996 autoJaiju Yesudasan2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profiler driver will allow the sdp profiler to get cpu/gpu and total bandwidth info. Change-Id: I47a59a72d4cac771e39f9460ab9c8f453d57fb14 Signed-off-by: Jaiju Yesudasan <cjaijuy@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: add spi_0 dev subnode on msm8996 adp/cdp platformDerek Chen2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spi-msm-codec-slave device as a subnode of spi_0 on msm8996 adp/cdp platform. CRs-fixed: 1027162 Signed-off-by: Derek Chen <chenche@codeaurora.org> Change-Id: I0b402ef31b53b7f0408e2eec39cc8dea2729cedd
| | * | | | | | | | ARM: dts: msm: Add loopback1 platform device for msm8996 adp/cdpDerek Chen2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for low latency loopback (loopback1) platform device for msm8996 automotive ADP/CDP platforms. CRs-fixed: 998118 Change-Id: I12768f71cf4a311f014848d70ef860b4de70612b Signed-off-by: Derek Chen <chenche@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: enable QGIC MSI for RC1 on MSM8996 AUTO platformsTony Truong2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PCIe1 endpoint on MSM8996 AUTO platforms uses QGIC MSI interrupts instead of Synopsys MSI. Thus, enable QGIC MSI for PCIe1 for MSM8996 AUTO platforms. Change-Id: I5814deee87651097dca30f8cc85c563c1451733e Signed-off-by: Tony Truong <truong@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: disable slimbus/codec on msm8996 adp/cdp platformDerek Chen2017-03-22
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCD codec and Slimbus interface are not used on msm8996 automotive platform. Disable them to optimize the boot time for performance measurement. CRs-fixed: 998111 Change-Id: I05cd0dcd528317e75bcd4c3477f2baae056e8cfb Signed-off-by: Derek Chen <chenche@codeaurora.org>
| | * | | | | | | ARM: dts: msm: add support for secondary MI2S on msm8996 adp/cdpHonghao Liu2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update secondary MI2S DAI entry to use SD0 for TX path and SD1 for RX path, and add secondary MI2S DAI in the automotive sound card entry for msm8996 automotive ADP/CDP platforms. CRs-fixed: 1087945 Change-Id: I7c29aa605549f54339b108beae39a4e8816ac6dd Signed-off-by: Honghao Liu <honghaol@codeaurora.org>
| | * | | | | | | ARM: dts: msm: Add GIC ITS extensions for 8996Hanumant Singh2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for ITS and LPI interrupts. Change-Id: I3831519f72276ce2cd5ec5de22beaf9ab5287ce1 Signed-off-by: Hanumant Singh <hanumant@codeaurora.org> Signed-off-by: Puja Gupta <pujag@codeaurora.org> Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
| | * | | | | | | ARM: dts: support for APQ8096pro v1.1 ADP liteTholkappiyan Agaram Raghupathy2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree file needed to support APQ8096AU V1.1 ADP Lite. CRs-Fixed: 1070289 Change-Id: I46362c470abb130d6a7d2f5983a009517f30189b Signed-off-by: Tholkappiyan Agaram Raghupathy <traghu@codeaurora.org> Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
| | * | | | | | | ARM: dts: msm: Add support for APQ8096proAU V1.1 ADP Lite platformVenumadhav Cheryala2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files needed to support APQ8096AU V1.1 ADP Lite (Automotive Development Platform). ADP Lite platform has a stripped down barebone version of the peripheral board. CRs-Fixed: 1070289 Change-Id: If5580f7f7a3913979e1cd7686af41f2a6d6f45e6 Signed-off-by: Venumadhav Cheryala <cvenum@codeaurora.org>
| | * | | | | | | ARM: dts: msm: Add support for MSM8996v3/pro ADP Lite platformTholkappiyan Agaram Raghupathy2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files needed to support MSM8996 and MSM8996proAU ADP Lite (Automotive Development Platform). ADP Lite platform has a stripped down barebone version of the peripheral board. CRs-Fixed: 1061363 Change-Id: Ic4188777abd392a2304c6918a70ad97fd12884b2 Signed-off-by: Tholkappiyan Agaram Raghupathy <traghu@codeaurora.org>
| | * | | | | | | ARM: dts: msm: Add support for APQ8096proAU v1.1 ADPVenumadhav Cheryala2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add board support file needed to support ADP APQ8096proAU v1.1. APQ8096pro v1.1 with Agave is a new automotive development platform This change is needed for device boot up. CRs-Fixed: 1070289 Change-Id: I46b4e38415861f5971fda7dc90a4c3eb9051b2ee Signed-off-by: Venumadhav Cheryala <cvenum@codeaurora.org>
| | * | | | | | | ARM: dts: msm: refactor DT files for 8996 automotive platformsTholkappiyan Agaram Raghupathy2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, all the SOC (msm8996v3AU or msm8996proAU) specific overrides are being done in board files. There is a lot of duplication because of that. Refactor the device tree files for 8996 automotive platforms so that all the SOC specific overrides can be present in msm8996v3-auto.dtsi and msm8996pro-auto.dtsi alone. All the 8996v3/8996pro automotive board files will include one of these files based upon the SOC used. CRs-Fixed: 1036992 Change-Id: I2306907bbda6c2604bace046b361d1895f324361 Signed-off-by: Atul Raut <araut@codeaurora.org> Signed-off-by: Tholkappiyan Agaram Raghupathy <traghu@codeaurora.org> Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
| | * | | | | | | ARM: dts: msm: Add support for MSM8996pro v1.1 automotive SoCsMathew Joseph Karimpanal2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files needed to support MSM8996proAU v1.1 and APQ8096proAU v1.1 SoC CDPs (Core Development Platform). CRs-Fixed: 1030299 Change-Id: I16c6fc69790fd5ad3a29b64f8e615a783dc84e98 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | ARM: dts: msm: Add support for MSM8996AU/APQ8096AU SoCs on ADPMathew Joseph Karimpanal2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files needed to support the following Automotive SoCs on ADP (Automotive Development Platform): - MSM8996AU - APQ8096AU CRs-Fixed: 1028318 Change-Id: Idb00f5b7876874095f0cb57f48880ac43306a906 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | Merge "ARM: dts: msm: Add support for APQ8096AU CDP" into dev/msm-4.4-8996auSrivatsa Vaddagiri2017-03-14
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: dts: msm: Add support for APQ8096AU CDPMathew Joseph Karimpanal2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files that are needed to support APQ8096 Automotive CDP platform. CRs-Fixed: 991575 Change-Id: Ic8818e8255b2d690a1555e23fe35d581835ba634 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: Add pin setup for modem-QSPI mux on 8996Hanumant Singh2017-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto platforms have an external mux that needs to be setup to choose between QSPI and modem. Prior to the modem being loaded, the mux needs to be setup for modem to use the pin. This is a one time configuration at bootup, that is performed by pil driver. CRs-Fixed: 1010787 Change-Id: Ibab421fadef7e591ec84225aa4be7b55d0a54e0c Signed-off-by: Hanumant Singh <hanumant@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: Disable SLIMbus on MSM8996proAU ADPMathew Joseph Karimpanal2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MSM8996pro Automotive ADP platform does not use SLIMbus (Serial Low- power Inter-chip Media Bus) audio interface path. Disable SLIMbus. CRs-Fixed: 1000279 Change-Id: I55ef759f6d57909aa9d975e92d2c65224bfec615 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: Update SD Card Detect GPIO on MSM8996proAU ADPMathew Joseph Karimpanal2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update SD Card Detect GPIO configuration on MSM8996proAU ADP. CRs-Fixed: 1000279 Change-Id: Ia3f2887e835a9e49fe646064f42d017a9c8bdc02 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: Disable sensors on MSM8996proAU ADPMathew Joseph Karimpanal2017-03-13
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snapdragon Sensor Core (SSC) solution is not supported on MSM8996pro Automotive ADP platform. Disable sensors SSC driver. CRs-Fixed: 1000279 Change-Id: Iaf791529ed51958c02b9a1b714759954997ccaa4 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | Merge "ARM: dts: msm: Add support for MSM8996proAU ADP" into dev/msm-4.4-8996auSrivatsa Vaddagiri2017-03-13
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: dts: msm: Add support for MSM8996proAU ADPMathew Joseph Karimpanal2017-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files that are needed to support MSM8996pro ADP (Automotive Development Platform). CRs-Fixed: 1000279 Change-Id: I6575fed7507e39afc06e017ab138d98654b38928 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
| | * | | | | | | | Merge "defconfig: arm64: msm: Add auto-specific defconfig" into ↵Srivatsa Vaddagiri2017-03-13
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | dev/msm-4.4-8996au
| | | * | | | | | | defconfig: arm64: msm: Add auto-specific defconfigZhiqiang Tu2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add msm-auto_defconfig and msm-auto-perf_defconfig for automotive platform. Change-Id: I230a7dab442f093305eb9bebab46ced06f73773d Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: update ceiling/floor voltages for gfx_vreg in 8996ProAU CDPSubbaraman Narayanamurthy2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CPR graphics regulator (gfx_vreg) in 8996Pro has an additional virtual corner to support higher Fmax. Also it has support for another speed bin. The external buck (hl7509_vreg) that powers up gfx_vreg in 8996ProAU CDP boards has a voltage range of 600 to 1230 mV with a step size of 10 mV. Modify the CPR ceiling and floor voltages of gfx_vreg for 8996Pro automotive CDP so that they are divisible by 10000 uV and at least 600000 uV. CRs-Fixed: 988322 Change-Id: I7841c384b5d10124226c91bd7adc1730461e60ce Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
| | * | | | | | | | ARM: dts: msm: Add support for MSM8996proAU CDPMathew Joseph Karimpanal2017-03-07
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add device tree files that are needed to support MSM8996pro automotive CDP platform. CRs-Fixed: 991575 Change-Id: Ic79213b1beed4038609415cc98ed09d93bc326f4 Signed-off-by: Mathew Joseph Karimpanal <mkarim@codeaurora.org>
* | | | | | | | | Merge "ARM: dts: msm: Add support mdm9x45 external modem"Linux Build Service Account2017-05-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: dts: msm: Add support mdm9x45 external modemArun KS2017-05-02
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change defines upto 3 instances of external mdm9x45 modems in device-tree which would need to be controlled by esoc (external esoc) driver. The device-tree nodes allows the configuration of the external modems (like the GPIO pins used to communicate status of modem) to be specified. Change-Id: I7e609f7549a02cd3322db76b00dc30137ed68953 Signed-off-by: Arun KS <arunks@codeaurora.org>
* | | | | | | | | Merge "ARM: dts: msm: Set 1.848V as the minimum voltage for LDO24 on msm8998"Linux Build Service Account2017-05-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: dts: msm: Set 1.848V as the minimum voltage for LDO24 on msm8998Jack Pham2017-04-24
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow this LDO regulator's voltage to be scaled by clients within the range of 1.848V to 3.088V. Change-Id: I6e99bdbdcd8995afe2496b119301c5e871a88feb Signed-off-by: Jack Pham <jackp@codeaurora.org>
* | | | | | | | | Merge "ARM: dts: msm: Add iommu coherent test device for msm8998"Linux Build Service Account2017-05-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: dts: msm: Add iommu coherent test device for msm8998Sudarshan Rajagopalan2017-05-01
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new iommu test device which is dma-coherent. This test device will be used for validating buffer coherency. Change-Id: Iea1c57fd2cd5d71de2f26932d21cae8102fb918e Signed-off-by: Sudarshan Rajagopalan <sudaraja@codeaurora.org>
* | | | | | | | | Merge "ARM: boot: Silence 'zimage-dtb is ready' message"Linux Build Service Account2017-05-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: boot: Silence 'zimage-dtb is ready' messageStephen Boyd2017-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should use kecho here instead of echo, so that make -s will skip printing anything here. Otherwise, builds with make -s will be confused and consider this informational message a warning/error. Change-Id: I4c854636e5b8b7e8b11eba8e5a52824ebee50ea1 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* | | | | | | | | | Merge "defconfig: disable slub debug on sdm660"Linux Build Service Account2017-05-01
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | defconfig: disable slub debug on sdm660Vinayak Menon2017-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable default enablement of slub debug on sdm660 debug defconfig to prevent skb allocation failure due to increase in order of allocation. Change-Id: If63822a5abf3b297a34b95e5e5f973556631bd68 Signed-off-by: Vinayak Menon <vinmenon@codeaurora.org>