summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-03Merge "mmc: card: blk: Add support for deferred SD bus resume"Linux Build Service Account
2017-08-03Merge "msm: kgsl: Disallow L2PC during wake up from SLUMBER"Linux Build Service Account
2017-08-03Merge "qcom: scm: update function return value and input parameter type"Linux Build Service Account
2017-08-02Merge "usb: f_gsi: Fix rndis message parsing of erroneous requests"Linux Build Service Account
2017-08-02Merge "cnss_pci: fix the race condition bug in WLAN firmware table config"Linux Build Service Account
2017-08-02Merge "msm: sde: move early splash's node parsing code for msm8996 auto"Linux Build Service Account
2017-08-02cnss_pci: fix the race condition bug in WLAN firmware table configSarada Prasanna Garnayak
Update the synchronization process of the cnss platform driver memory expansion and WLAN firmware table configuration from the userspace through sysfs firmware update node. CRs-Fixed: 2071560 Change-Id: I672ba84ad10c905be7855c1b8a930ac7adf349f1 Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
2017-08-02usb: f_gsi: Fix rndis message parsing of erroneous requestsSriharsha Allenki
In the completion handler of rndis command requests we are parsing the request buffers without checking the status of the request. This might cause parsing of the erroneous requests. Fix this by checking the status of the request before parsing the request buffer. Change-Id: I52001128ac421e58e1801eebc243a8c91618582c Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
2017-08-01Merge "ais: fix getting vfe regulators number bug"Linux Build Service Account
2017-08-01Merge "net: rmnet_data: validate csum in SW"Linux Build Service Account
2017-08-01Merge "msm: kgsl: Do not memset pages to zero while adding to pool"Linux Build Service Account
2017-08-01Merge "msm: pcie: add support for switch latency"Linux Build Service Account
2017-08-02msm: sde: move early splash's node parsing code for msm8996 autoGuchun Chen
This change is to move specific node parsing code to other place for early splash feature on auto platform, not impacting kernel booting process of other platforms. Change-Id: I6deed1a75545c82ee777d9b4269f1420ab2eb07a Signed-off-by: Guchun Chen <guchunc@codeaurora.org>
2017-08-01Merge "msm: mdss: dsi: Remove redundant opmode configuration"Linux Build Service Account
2017-08-01mmc: card: blk: Add support for deferred SD bus resumeSan Mehat
Set bus resume polocy for eMMC & SD drivers. Change-Id: If2e76877fb229a4aba38249c4a1bb2ff8d28ba32 Signed-off-by: San Mehat <san@google.com> Git-commit: 2c84417a1305da892c8a7d0bf8d0bad50d1688b8 Git-repo: git://git-android.quicinc.com/kernel/msm-3.10 [vbadigan@codeaurora.org: Dropped changes which are already present in mmc driver as part of other propagations] Signed-off-by: Veerabhadrarao Badiganti <vbadigan@codeaurora.org>
2017-08-01net: rmnet_data: validate csum in SWAshwanth Goli
Do SW checksum validation if rmnet_data checksum validation fails. Change-Id: Ifff229dc1e7eb592d58fc66ea278debb292b89aa Signed-off-by: Ashwanth Goli <ashwanth@codeaurora.org> Signed-off-by: Tejaswi Tanikella <tejaswit@codeaurora.org>
2017-08-01msm: pcie: add support for switch latencyRama Krishna Phani A
Add support for switch latency property to add additional delay if switch is present. Change-Id: Ia64a79d5ec51d3abb66cebd0a187349711c96af2 Signed-off-by: Rama Krishna Phani A <rphani@codeaurora.org>
2017-08-01Revert "msm: pcie: Fix for MDM enumeration issue"Rama Krishna Phani A
This reverts commit 0e4399bcb0f4c254d84e4ca2674fa786a00f34db. Delay is needed only in case of PCIe switch and not required for normal case. Change-Id: Ifa6317f7be1159b2ebc55f64fabcc47d450dc260 Signed-off-by: Rama Krishna Phani A <rphani@codeaurora.org>
2017-07-31Merge "ASoC: msm: qdsp6v2: Open unique COPP port for concurrent ULL streams"Linux Build Service Account
2017-07-31Merge "usb: dwc3: dwc3-msm: Handle floating charger PMI notification properly"Linux Build Service Account
2017-07-31Merge "cnss2: Add debugfs support to simulate device and firmware boot"Linux Build Service Account
2017-07-31Merge "ARM: dts: msm: Support Primary TDM Interface for msm8996"Linux Build Service Account
2017-07-31Merge "cnss2: Remove PCI ioremap wrapper function"Linux Build Service Account
2017-07-31Merge "cpufreq: interactive: fix to come out of hysteresis mode"Linux Build Service Account
2017-07-31Merge "msm: kgsl: Fix leak when preemption init fails"Linux Build Service Account
2017-07-31Merge "input: misc: hbtp_input: fix memory corruption in list_del_entry"Linux Build Service Account
2017-07-31Merge "msm: mdss: recalc pclk for Y420 format"Linux Build Service Account
2017-07-31Merge "serial: msm_serial_hs: Modify wakeup handler disablement and processing"Linux Build Service Account
2017-07-31msm: kgsl: Disallow L2PC during wake up from SLUMBERGaurav Sonwani
Add a PM QOS request to disallow L2PC during wake up from SLUMBER state. This is required to improve queue to submit time for first set of GPU commands which results in GPU wake up. Change-Id: Iad1a6dfdf9e1fe034eef4fae526138d724bdd3eb Signed-off-by: Gaurav Sonwani <gsonwani@codeaurora.org>
2017-08-01ais: fix getting vfe regulators number bugAndy Sun
The original method of getting array member size is wrong. Considerating vfe_dev->hw_info is set during runtime, so set the number statically. Change-Id: I90a2fb19948409b22ed219ba8ec8bc4deb4f0a46 Signed-off-by: Andy Sun <bins@codeaurora.org>
2017-07-31ASoC: msm: qdsp6v2: Open unique COPP port for concurrent ULL streamsHaynes Mathew George
Routing driver reuses the same adm for streams with the same app_type, sample_rate etc. This isn't allowed for ULL streams as per the DSP interface. We need to open a separate COPP port for concurrent ULL streams CRs-Fixed: 2083105 Change-Id: I569b32830145d6dae99449d0bc4148b2f60b101d Signed-off-by: Haynes Mathew George <hgeorge@codeaurora.org> Acked-by: Shiv Maliyappanahalli <smaliyap@codeaurora.org>
2017-07-31cnss2: Add debugfs support to simulate device and firmware bootYue Ma
Add debugfs interface to simulate device and firmware boot step by step. This can provide the flexibility to debug both host and device issues in boot path. The debugfs node will only be added in debug builds. Change-Id: I4cf03efad5e5a792095f509864fddd54dc6e2e7c CRs-fixed: 2059087 Signed-off-by: Yue Ma <yuem@codeaurora.org>
2017-07-31Merge "soc: qcom: Fix error propagation in scm_qcpe driver"Linux Build Service Account
2017-07-31Merge "ASoC: msm: qdsp6v2: Reserve MultiMedia16 for NOIRQ"Linux Build Service Account
2017-07-31Merge "wil6210: protect against invalid length of tx management frame"Linux Build Service Account
2017-07-31Merge "power: smb-lib: enable DPDM regulator at CC attach"Linux Build Service Account
2017-07-31Merge "msm: sde: release LK's pool when LK exits"Linux Build Service Account
2017-07-31soc: qcom: Fix error propagation in scm_qcpe driverAmit Blay
Fix scm_qcpe such that an error returned in X0, will be propagated back to the calling client. Change-Id: I8014b3f2f850d8664404c69e77ba36295a28db07 Signed-off-by: Amit Blay <ablay@codeaurora.org>
2017-07-30Merge "Revert "ARM: dts: msm: Enable ACD functionality for sdm630 CPU rails""Linux Build Service Account
2017-07-30Merge "power: qpnp-fg-gen3: Use msoc for recharge-soc comparison"Linux Build Service Account
2017-07-30wil6210: protect against invalid length of tx management frameLior David
This check is not valid: if (len < sizeof(struct ieee80211_mgmt)) Because ieee80211_mgmt contains the ieee80211 header followed by a union of various action frames, so the check will fail when trying to send any management frame which is smaller than the largest action frame in the union. This breaks FST and possibly other features. Fix this by checking only against the header structure size. Change-Id: I730300e180d9509f3555f16a0803af53cc8eca0a Signed-off-by: Lior David <liord@codeaurora.org>
2017-07-30Revert "ARM: dts: msm: Enable ACD functionality for sdm630 CPU rails"Tirupathi Reddy
This reverts commit a4ca7944f48010708a71ce1fea44d37b53e659e2. There have been stability failures (SPM ack timeouts) due to ACD. Reverting this patch until the issue is resolved. CRs-Fixed: 2084607 Change-Id: I407e4ecc5bd7af738c0d0599d1fa57007e959495 Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org> Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
2017-07-30power: qpnp-fg-gen3: Use msoc for recharge-soc comparisonAnirudh Ghayal
The recharge SOC is based off the monotonic SOC (msoc). Hence, use the msoc to determine if the hold-soc-while-full logic needs to be applied. CRs-Fixed: 2080211 Change-Id: I52b02adc4d97cbed42b0c8034a5a48dba1e343d3 Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
2017-07-29Merge "msm: wlan: Fix regulatory rule of JO"Linux Build Service Account
2017-07-29Merge "msm: camera: Instead of read_lock use read_lock_irqsave."Linux Build Service Account
2017-07-28cnss2: Add an option to skip booting device during driver probeYue Ma
Add an option for the debug module parameter to skip device boot during driver probe. This adds the flexibility to boot device later after kernel boots. Change-Id: Icd8a544149f3d6b0f4ca3e3f7e004d230c2469ab CRs-fixed: 2059087 Signed-off-by: Yue Ma <yuem@codeaurora.org>
2017-07-28Merge "msm: mdss: fix the use after free problem in rotator ioctl"Linux Build Service Account
2017-07-28Merge "ASoC: msm8998: Update DAI IDs for DSP HW Transcode loopback"Linux Build Service Account
2017-07-28Merge "msm: mdss: dp: avoid aux transactions if dp cable is disconnected"Linux Build Service Account
2017-07-28Merge "ARM: dts: msm: add memory region info for early splash feature on ↵Linux Build Service Account
msm8996"