summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-27Merge "USB: dwc3: msm: Fix error handling with dwc3_msm_ep_queue()"Linux Build Service Account
2017-04-27Merge "ARM: dts: msm: Enable KPDPWR software debounce for PM660"Linux Build Service Account
2017-04-27Merge "ARM: dts: msm: add support for truly amoled panel on sdm660 and sdm630"Linux Build Service Account
2017-04-27Merge "msm: mdss: enable backlight gpio after commit is done"Linux Build Service Account
2017-04-27Merge "msm: sde: fix to handle invalid format in sde rotator"Linux Build Service Account
2017-04-27Merge "msm: mdss: align the size of smmu domain mapping to 128 MB"Linux Build Service Account
2017-04-27Merge "ARM: dts: msm: Add QRD device nodes for HDK660/630 boards"Linux Build Service Account
2017-04-27Merge "msm: dsi: Turn off supplies in low power state"Linux Build Service Account
2017-04-27Merge "Merge branch 'android-4.4@c71ad0f' into branch 'msm-4.4'"Linux Build Service Account
2017-04-27Merge "msm: ipa: fix IPC low priority logging"Linux Build Service Account
2017-04-27Merge "msm: gsi: fix IPC low priority logging"Linux Build Service Account
2017-04-27Merge "diag: Fix to check for command length size"Linux Build Service Account
2017-04-27Merge "mhi: core: add support for 64bit doorbell address"Linux Build Service Account
2017-04-27Merge "msm: ipa: Fix race condition between shared memory"Linux Build Service Account
2017-04-27Merge "ashmem: add mutex to set size ioctl"Linux Build Service Account
2017-04-27Merge "msm: mdss: Add check to avoid NULL pointer dereference"Linux Build Service Account
2017-04-27USB: dwc3: msm: Fix error handling with dwc3_msm_ep_queue()Mayank Rana
If __dwc3_msm_ep_queue() fails, then req_complete is freed but it is not being removed from mdwc->request_list. This may result into list_add corruption issue on next USB cable connect when USB endless request is queued. Fix this issue by deleting req_complete from mdwc->req_complete_list. CRs-Fixed: 1007571 Change-Id: I00300bc529db75593939a13fbea33acefa717da5 Signed-off-by: Mayank Rana <mrana@codeaurora.org>
2017-04-26Merge "input: misc: hbtp_input: filter out fb events"Linux Build Service Account
2017-04-27ARM: dts: msm: Enable KPDPWR software debounce for PM660Anirudh Ghayal
Enable the SW debounce handling for KPDPWR_N rising edge. CRs-Fixed: 2032520 Change-Id: Ic099d38abdd7693425d0e2510a0ef8fc52a69b95 Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
2017-04-27input: qpnp-power-on: Add debounce for KPDPWR_N rising edgeAnirudh Ghayal
On certain PMICs, an unexpected assertion on KPDPWR_DBC may be seen during falling edge of KPDPWR_N when it is closer to the rising edge of SLEEP_CLK. This triggers spurious KPDPWR interrupts. Handle this by adding a debounce in SW when the first KPDPWR_N falling edge is seen. The debounce logic is enabled by the DT property 'qcom,kpdpwr-sw-debounce'. CRs-Fixed: 2032520 Change-Id: I7655c13bda47fa6e2983650d7bec21e52aa91c2f Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
2017-04-26Merge "msm: camera: isp: Enable recovery for stats in out of sync case"Linux Build Service Account
2017-04-26Merge "btfm: set watermark level to 3 for wcn3990 slimbus FM slave ports"Linux Build Service Account
2017-04-26Merge "esoc: remove reduntant return_esoc_udev() fn call"Linux Build Service Account
2017-04-26Merge "defconfig: msm: Enable cache dump and common log in perf build"Linux Build Service Account
2017-04-26Merge "power: qpnp-fg-gen3: configure ESR FCC based on Qnovo enable status"Linux Build Service Account
2017-04-26Merge "msm: camera: Fix kernel overwrite GET_BUF_BY_IDX ioctl"Linux Build Service Account
2017-04-26Merge "Revert "soc:qcom: Synchronize service notifier task's""Linux Build Service Account
2017-04-26Merge "ASoC: msm: qdsp6v2: Add support for speaker swap"Linux Build Service Account
2017-04-26Merge "Revert "spi: spi_qsd: Check device state during set_cs call""Linux Build Service Account
2017-04-26msm: camera: isp: Enable recovery for stats in out of sync caseLokesh Kumar Aakulu
When the stats go out of sync across the 2 VFEs, don't treat it as a fatal error but allow for recovery. Change-Id: I5ef16b3e823cec9698d3ee0627335653f13fd60d Signed-off-by: Lokesh Kumar Aakulu <lkumar@codeaurora.org>
2017-04-26msm: ipa: Fix race condition between shared memoryUtkarsh Saxena
Protect the common shared wlan_comm_desc_list with spin lock to avoid the race condition. Change-Id: I02ef6c6b663340711e0e2f766424d642aaa8d7af Acked-by: Mohammed Javid <mjavid@qti.qualcomm.com> Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
2017-04-26ARM: dts: msm: Add QRD device nodes for HDK660/630 boardsJiangen Jiao
Add device tree support for QRD HDK660, HDK630 boards. Change-Id: I65e7537f2ae0e7d04ccab11342925e0457f4198b Signed-off-by: Jiangen Jiao <jiangenj@codeaurora.org>
2017-04-26btfm: set watermark level to 3 for wcn3990 slimbus FM slave portsRupesh Tatiya
Without this, we hear silence or delay in sound during FM playback in following use cases - 1. Switching between FM and media applications like YouTube 2. Changing volume during FM FTM Change-Id: I51072ab70e6bc34e1ed10222ee289d987ed9ffbf Signed-off-by: Rupesh Tatiya <rtatiya@codeaurora.org>
2017-04-26esoc: remove reduntant return_esoc_udev() fn callMohammed Khajapasha
Remove reduntant return_esoc_udev() function call while deleting a esoc device from an esoc clink. Change-Id: Id2e812addb1bd8af0e23c4182427adbee9731a58 Signed-off-by: Mohammed Khajapasha <mkhaja@codeaurora.org>
2017-04-25msm: camera: Fix kernel overwrite GET_BUF_BY_IDX ioctlTrishansh Bhardwaj
Assign address of buf_info into ioctl_ptr. Previously we were copying first 8 bytes of buf_info (content) into ioctl_ptr. Which is dereferenced and written later causing kernel overwrite vulnerability. Change-Id: Ie5deae249da8208523027f8ec5632f960757e9bd Signed-off-by: Trishansh Bhardwaj <tbhardwa@codeaurora.org>
2017-04-25Merge "msm: mdss: wait for pp done when switching from ON to LP1"Linux Build Service Account
2017-04-25Merge "ath10k: enable wlan hardware checksum for wcn3990"Linux Build Service Account
2017-04-25Merge "clk: qcom: Add support for throttle clocks for clients"Linux Build Service Account
2017-04-25Merge "msm: kgsl: Allow draw context to perform only replay on recovery"Linux Build Service Account
2017-04-25Merge "iommu: disable smmu stalls on faulty transactions"Linux Build Service Account
2017-04-25Merge "drm/msm: Enable per cmdstream profiling for the user"Linux Build Service Account
2017-04-25Merge "msm: mhi_rmnet: clean channel resources only if allocated"Linux Build Service Account
2017-04-25Merge "input: laser: disable laser sensor when camera crash"Linux Build Service Account
2017-04-25Merge "ASoC: wcd934x: force the wdsp clock to be ungated"Linux Build Service Account
2017-04-25Merge "ASoC: msm: qdsp6v2: Add TrueHD HDMI compress pass-though"Linux Build Service Account
2017-04-25Merge "ASoC: wcd-dsp-mgr: force crash upon collecting ramdumps"Linux Build Service Account
2017-04-25Merge "ASoC: msm: qdsp6v2: allow zero size calibration for LSM"Linux Build Service Account
2017-04-25Merge "msm: ipa: return error on channel setup failure"Linux Build Service Account
2017-04-25Merge "msm: rmnet_ipa: fix security issue"Linux Build Service Account
2017-04-25Merge "defconfig: Enable support for QBT1000 feature"Linux Build Service Account