summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-15ARM: dts: msm: update the battery data for cobaltcyizhao
FG profile data is updated for cobalt battery according to the new battery characterization process. CRs-Fixed: 1086571 Change-Id: Id0a74bc74e5ef1fc08af63ace50ab4774820597c Signed-off-by: cyizhao <cyizhao@codeaurora.org>
2016-11-13Merge "msm: mdss: dp: handle fast attention events"Linux Build Service Account
2016-11-13Merge "msm: sde: add buf_finish callback to clear last fd"Linux Build Service Account
2016-11-13Merge "clk: msm: mdss: fix potential use of un-initialized variable"Linux Build Service Account
2016-11-13Merge "ARM: dts: msm: Add battery profile for FG in QRD interposer msmcobalt"Linux Build Service Account
2016-11-12Merge "ARM: dts: msm: update VDD_GFX CPR settings for msmcobalt v2"Linux Build Service Account
2016-11-12Merge "defconfig: enable QCOM_IRQ_HELPER for 32bit msmcobalt and msmfalcon"Linux Build Service Account
2016-11-11Merge "defconfig: Enable android-verity and FEC in msmcortex"Linux Build Service Account
2016-11-11Merge "msm_11ad: disbale L1 for 11ad device"Linux Build Service Account
2016-11-11Merge "usb: gadget: Do not disconnect unregistered dev"Linux Build Service Account
2016-11-11Merge "usb: core: Add support to skip extended bus resume delay"Linux Build Service Account
2016-11-11Merge "qpnp-fg-gen3: Fix empty SOC handling"Linux Build Service Account
2016-11-11Merge "soc: qcom: Replace ARRAY_SIZE macro with strlen"Linux Build Service Account
2016-11-11Merge "Documentation: sched: Update frequency guidance explanations"Linux Build Service Account
2016-11-11Merge "qcom-charger: smblib: add support for pd current setting"Linux Build Service Account
2016-11-11msm_11ad: disbale L1 for 11ad deviceMaya Erez
Enabling L1 / L1SS for 11ad device causes PCIe link down or PCIe NOC read/write timeouts. To prevent that, disable L1 for 11ad devices after PCIe enumeration and resume. Change-Id: I5061c95855d462879c2f5237ded80131de4d215d Signed-off-by: Maya Erez <merez@codeaurora.org>
2016-11-11Documentation: sched: Update frequency guidance explanationsSyed Rameez Mustafa
Following the introduction of the top-tasks approach towards frequency guidance, the documentation on frequency guidance needs to be updated. Update the same with new and accurate information. Change-Id: If7deee97c09666b7d9513f79c0e278c430acfdfd Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
2016-11-10Merge "debug-pagealloc: Panic on pagealloc corruption"Linux Build Service Account
2016-11-10Merge "msm: kgsl: add egl_surface/egl_image usage count in debugfs"Linux Build Service Account
2016-11-10Merge "regulator: qpnp-labibb: add support to configure PFM for LAB regulator"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Add IMEM pil entry for msmtriton"Linux Build Service Account
2016-11-10Merge "PM / devfreq: Restart previous governor if new governor fails to start"Linux Build Service Account
2016-11-10Merge "timer: Don't wait for running timers when migrating during isolation"Linux Build Service Account
2016-11-10Merge "sched/core: Fix migrate tasks bail-out condition"Linux Build Service Account
2016-11-10Merge "core_ctl: Synchronize access to cluster cpu list"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Fix BT current leakage in msmcobalt MTP and CDP"Linux Build Service Account
2016-11-10Merge "clk: qcom: Add support to initialize & handle dynamic update for ↵Linux Build Service Account
alpha plls"
2016-11-10Merge "ARM: dts: msm: Correct camera dtsi place for msmcobalt skuk device"Linux Build Service Account
2016-11-10Merge "arm: dma-mapping: page align size before flush tlb"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Add GPU mempools properties for all msm"Linux Build Service Account
2016-11-10Merge "msm: camera: Change CID array size to MAX_CID_CH_PARAM_ENTRY"Linux Build Service Account
2016-11-10Merge "clk: qcom: gpucc: add and update clocks of GPUCC"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Add camera node for msmcobalt QVR board"Linux Build Service Account
2016-11-10Merge "msm: camera: Change %p into %pK"Linux Build Service Account
2016-11-10Merge "msm: camera: sensor: Change initializer to 0 instead of -EINVAL"Linux Build Service Account
2016-11-10Merge "msm: kgsl: Change device-type memory mapping to Normal-NC"Linux Build Service Account
2016-11-10Merge "msm: pcie: change the log type for PCIe Synopsys MSI interrupts"Linux Build Service Account
2016-11-10qcom-charger: smblib: add support for pd current settingHarry Yang
Forcing a certain current limit is not supported in the current driver, but well needed in when pd is active. In this change, ICL_OVERRIDE/APSD and USB mode are updated, so that PD can alter current limit by simply voting the ICL setting. Change-Id: I8d3ec938d433fe9bdbb8c091873c07e75c49d632 Signed-off-by: Harry Yang <harryy@codeaurora.org>
2016-11-10msm: mdss: dp: handle fast attention eventsAjay Singh Parmar
Sink may issue attention event faster then it can be processed by source. Create a list of attention events and process them one by one in the order on workqueue to avoid missing any attention event from sink. Change-Id: I36fd45efe1aa9437d5551002fc75a5f37d9cef79 Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
2016-11-10msm: mdss: hdcp2p2: check for valid keys before authenticationAjay Singh Parmar
HDCP authentication requires valid keys on the source device. If keys are not present, authentication can never be successful. Check if the device is provisioned with hdcp keys, if so, proceed with the hdcp authentication on HDMI/DisplayPort cable connection otherwise avoid authentication as it may result in unnecessary re-authentication loop. Change-Id: I391ee35fa20cfade89773ecb565b220cc6249b8d Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
2016-11-10soc: qcom: Replace ARRAY_SIZE macro with strlenAvaneesh Kumar Dwivedi
ARRAY_SIZE returns size of array. While sending command string we need to only pass size of actual command string, hence use strlen in place of ARRAY_SIZE. Change-Id: If0afc6b1209b03ae17472a17b34d9d403757bfd0 Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
2016-11-10Merge "ARM: dts: msm: Enable memory allocation for diag on cobalt"Linux Build Service Account
2016-11-10Merge "defconfig: Enabling config INET_DIAG_DESTROY"Linux Build Service Account
2016-11-10Merge "memshare: Pass device structure to ramdump driver"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Update clock gcc node for MSMfalcon/Triton"Linux Build Service Account
2016-11-10Merge "msm: kgsl: use seq_file for mem_entry debugfs"Linux Build Service Account
2016-11-10Merge "ASoC: msm: qdsp6v2: add support for tx app type config"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Add IMEM pil entry for msmfalcon"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Enable memory allocation for diag on falcon"Linux Build Service Account
2016-11-10Merge "ARM: dts: msm: Add storage node for QRD interposer msmcobalt"Linux Build Service Account