summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-05Merge "ARM: dts: msm: Add OnSemi regulator node for msm8996"Linux Build Service Account
2017-05-05Merge "msm: mdss: Set LM flush bit for DE/Scalar reg update"Linux Build Service Account
2017-05-05Merge "input: touchscreen: fix issues related to variable initialization"Linux Build Service Account
2017-05-05Merge "usb: gadget: mtp: Move mutex_init() to alloc_inst_mtp_ptp()"Linux Build Service Account
2017-05-05Merge "scsi: ufs: add command logging infrastructure"Linux Build Service Account
2017-05-05Merge "defconfig: msm: Sync up perf_defconfig with defconfig"Linux Build Service Account
2017-05-05ARM: dts: msm: Add OnSemi regulator node for msm8996Kiran Gunda
OnSemi buck regulator is used to provide the supply for graphics rail. The programmable output voltage range is from 0.6 V to 1.4 V in 6.25 mV steps. Change-Id: I5f4ec11075b7f658ffa0af13dde5694b03c1495c Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
2017-05-05input: touchscreen: fix issues related to variable initializationShantanu Jain
Fix issues related to variable initialization in FTS touchscreen driver. Change-Id: I2911787dd1e1979e027bacdd1bc1cec06845ffd3 Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
2017-05-05defconfig: msm: Sync up perf_defconfig with defconfigWei Li
Sync up msm-auto-perf_defconfig with msm-auto_defconfig Change-Id: Ief53b4c287ca3efbe8f82779a8d4e9f524b06fd8 Signed-off-by: Wei Li <weili@codeaurora.org>
2017-05-04Merge "msm: pcie: move PCIe enumerate sysfs init"Linux Build Service Account
2017-05-04Merge "diag: Validate memory device client's process descriptor"Linux Build Service Account
2017-05-04Merge "net: pppolac/pppopns: Add back the msg_flags"Linux Build Service Account
2017-05-04Merge "msm: ipa: Add a support to retry uC send command"Linux Build Service Account
2017-05-04msm: pcie: move PCIe enumerate sysfs initTony Truong
PCIe enumerate sysfs initialization should be done after all other resources are setup. Change-Id: I33b43e39453eeee9ac9e22bd1a5463af9eb1fd05 Signed-off-by: Tony Truong <truong@codeaurora.org>
2017-05-04Merge "wil6210: add option to ignore OTA regulatory hints"Linux Build Service Account
2017-05-04Merge "ion:synchronize debugfs callback and ion_client_destroy"Linux Build Service Account
2017-05-04Merge "btfm: Program multi channel registers in wcn3990 for Tx/Rx"Linux Build Service Account
2017-05-04Merge "regulator: onsemi-ncp6335d: Add is_enabled API support"Linux Build Service Account
2017-05-04Merge "drm/msm: Fix the SNAPSHOT_HEADER macro"Linux Build Service Account
2017-05-04Merge "fs/mbcache: fix use after free issue in mb_cache_shrink_scan()"Linux Build Service Account
2017-05-04Merge "ARM: dts: msm: Add batt_therm coefficients for QRD SDM660/630"Linux Build Service Account
2017-05-04Merge "qbt1000: Initialize drvdata structure before usage"Linux Build Service Account
2017-05-04Merge "qbt1000: Validate FP app name before qseecom_start_app"Linux Build Service Account
2017-05-04Merge "msm: mdss: Add plane_count range check in mdss WFD"Linux Build Service Account
2017-05-04Merge "msm: mdss: Add plane_count limit check for mdss_rotator buffer"Linux Build Service Account
2017-05-04Merge "ARM: dts: msm: enable SMMU stage1 for 11AD devices on msm8998"Linux Build Service Account
2017-05-04Merge "ASoC: msm: qdsp6v2: Add routing controls for fm over mi2s"Linux Build Service Account
2017-05-04Merge "ASoC: sdm660_cdc: Avoid unclocked register access to digital codec"Linux Build Service Account
2017-05-04Merge "msm: ipa3: configure WLAN resource group on connect"Linux Build Service Account
2017-05-04diag: Validate memory device client's process descriptorGopikrishna Mogasati
This fix checks for valid process descriptor of a memory device client before exporting information from diag driver to memory device client's read buffer for reliable data transfer. CRs-Fixed: 2016396 Change-Id: I45aeb8fc9e2f6a678d48bbfcbb77c501adbbfce0 Signed-off-by: Gopikrishna Mogasati <gmogas@codeaurora.org>
2017-05-04msm: ipa: Add a support to retry uC send commandUtkarsh Saxena
For the status IPA_HW_2_CPU_WDI_RX_FSM_TRANSITION_ERROR, receive from the uC, add a logic to retry sending the same command for maximum of 10 retires. Change-Id: I4b241311e0699aea0e24b3a279622a8a1aaa737d Acked-by: Mohammed Javid <mjavid@qti.qualcomm.com> Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
2017-05-04btfm: Program multi channel registers in wcn3990 for Tx/RxSatish Kodishala
For A2DP/SCO Rx, SCO/FM Tx use cases, we need to program multi channel registers. Without this there would be glitches and random silence during A2DP playback. While at it, add the function name to the debug print macro. CRs-Fixed: 2027268 Change-Id: Ia8e5fde48bb94e97346fe323e92dc32ed60b0e65 Signed-off-by: Satish Kodishala <skodisha@codeaurora.org>
2017-05-04ion:synchronize debugfs callback and ion_client_destroyNeil Zhang
There are race condition B/T ion_client_destroy and debugfs callbacks. Let's use a mutex to synchronize them. Change-Id: I3373dc1dbb551b615105a485cc2d3c4bcc0e5e99 Signed-off-by: Neil Zhang <neilzhang1123@hotmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Git-commit: 948c4db4ee10d85fe78ed3755dcaeb85cd37a148 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git [guptap@codeaurora.org: resolve trivial merge conflicts and change usage of %p with %pK] Signed-off-by: Prakash Gupta <guptap@codeaurora.org>
2017-05-04ion: revert downstream fix for debugfs synchronizationPrakash Gupta
revert msm specific changes conflicting with commit I3373dc1dbb5 ("ion:synchronize debugfs callback and ion_client_destroy") - revert commit I7bc7562400d ("ion: destroy ion handles under client->lock") - revert commit Ic4c2f9dff90 ("ion: validate ion client in ion_debug_client_show() and extract data") - revert dev->lock usage in ion_debug_heap_show. Change-Id: Iba5f527b57f39d628b8cd833f627481cc56f6617 Signed-off-by: Prakash Gupta <guptap@codeaurora.org>
2017-05-04regulator: onsemi-ncp6335d: Add is_enabled API supportKiran Gunda
Without is_enabled function support, regualtor framework treats it as an always on regulator and does not invoke the regulator enable function call. Hence, add support for it. Also, define a parent supply ("vin") for the regulator. This parent can be used to pin-control the regulator. While at it, change the initcall level to subsys_init. so that the driver registers after the parent supply ("vin" - provided by fixed-regualtor). Change-Id: I93e870d2e4b89f7874c3e17be91bc417dadf1777 Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
2017-05-03Merge "drm/msm: Add preemption records to QTI GPU snapshot"Linux Build Service Account
2017-05-03Merge "msm: camera: ispif: extend interface with line width"Linux Build Service Account
2017-05-03Merge "msm: camera: Allow driver file to be opend only once."Linux Build Service Account
2017-05-03Merge "msm: camera2: cpp: Fix out-of-bounds frame or command buffer access"Linux Build Service Account
2017-05-03Merge "iommu/iommu-debug: Add validation support for per-buffer coherent ↵Linux Build Service Account
mappings"
2017-05-03Merge "Revert "smb138x: introduce support for smb1355""Linux Build Service Account
2017-05-03Merge "Revert "smb138x: use chg src bit to disable parallel charger""Linux Build Service Account
2017-05-03Merge "Merge branch 'android-4.4@e4528dd' into branch 'msm-4.4'"Linux Build Service Account
2017-05-03Merge "defconfigs: Sync up defconfigs"Linux Build Service Account
2017-05-03Merge "soc: qcom: minidump: move elf global variables to structure"Linux Build Service Account
2017-05-03Merge "soc: qcom: minidump: update error message log level"Linux Build Service Account
2017-05-03Merge "icnss: Initialize the structure member properly"Linux Build Service Account
2017-05-03Merge "regulator: onsemi-ncp6335d: Fix compilation issues"Linux Build Service Account
2017-05-03Merge "profiler: Reorder the bandwidth counter structure"Linux Build Service Account
2017-05-03qbt1000: Initialize drvdata structure before usageAbir Ghosh
Fix uninitialized local variable error which might have lead to crash. CRs-Fixed: 2030137 Change-Id: I3fd95cb343c3175e4190c8ebfe209399db0602a6 Signed-off-by: Abir Ghosh <abirg@codeaurora.org>