- Nov 12, 2019
-
-
Linux Build Service Account authored
Change-Id: I9d5f137081ae859e4bb0e51f6d59e062db1bae5d
-
- Nov 04, 2019
-
-
qctecmdr authored
-
- Oct 30, 2019
-
-
Hardik Arya authored
Currently diag apps buffer are not free properly after receiving write done completion, which is leading to use after free. The patch frees global hdlc and non_hdlc data buffer from mempool properly after receiving write done. Change-Id: If60de6be206ddd796a876dcf8060259cfd8a5424 Signed-off-by:
Hardik Arya <harya@codeaurora.org>
-
- Oct 29, 2019
-
-
Shadul Shaikh authored
Add flash support for rear aux sensor. Change-Id: I17fa46bcdfedaae82dc1a19e26e2b9d7a6c8fbed Signed-off-by:
Vikas Kumar <cvikaa@codeaurora.org> Signed-off-by:
Shadul Shaikh <sshadu@codeaurora.org>
-
- Oct 25, 2019
- Oct 24, 2019
-
-
Deepak Kumar authored
This reverts commit 8b239c72("ARM: dts: msm: Enable iommu_unmap_fast path for trinket GPU SMMU"). This is required as iommu_unmap_fast path support is disabled from SMMU driver side because of few issues. Change-Id: I9e2bd43b582e3f3326297c1754f419d774f0d5c5 Signed-off-by:
Deepak Kumar <dkumar@codeaurora.org>
-
- Oct 23, 2019
-
-
Mukesh Kumar Savaliya authored
This change restricts disabling of Flow control and interrupts only for HSUART case. Fundamentally Console usecase need not have flow control need as part of baud rate change. Also do not touch interrupts for console usecase as it results into imbalance of the irq. Change-Id: Ic6964f5b18c8dc4223a2b2a68f16af33359b3e6e Signed-off-by:
Mukesh Kumar Savaliya <msavaliy@codeaurora.org>
-
Ajay Agarwal authored
Currently the USB3 primary controller has core clk rate for HS as 10 MHz. This leads to throughput degradation. Update this rate to 100 MHz for better throughput. Change-Id: I5db9e6f5987b49702c6e8c935ef1735569b459e6 Signed-off-by:
Ajay Agarwal <ajaya@codeaurora.org>
-
Pavankumar Kondeti authored
This change is for general scheduler improvement. Change-Id: If1ee58a8ed59e4a9ee25dfa6fa2a1c1654e00e6d Signed-off-by:
Pavankumar Kondeti <pkondeti@codeaurora.org>
-
Pavankumar Kondeti authored
This change is for general scheduler improvement. Change-Id: I15c01c20691899053e0aa760923ba0db644f2b73 Signed-off-by:
Pavankumar Kondeti <pkondeti@codeaurora.org>
-
Pavankumar Kondeti authored
This change is for general scheduler improvement. Change-Id: I9216f9316e2bad067c10762de8d67912826b7bc7 Signed-off-by:
Maria Yu <aiquny@codeaurora.org> Co-developed-by:
Pavankumar Kondeti <pkondeti@codeaurora.org> [pkondeti@codeaurora.org: skip_cpu argument is implemented for fbt] Signed-off-by:
Pavankumar Kondeti <pkondeti@codeaurora.org>
-
- Oct 22, 2019
-
-
Veerabhadrarao Badiganti authored
UFS driver keeps re-queuing the request until it gets valid key info from the ICE driver. And the ICE driver continues to use the same request pointer to fetch the key info. But if the shutdown process starts during this time, UFS driver simply completes. But ICE driver still holds the completed request pointer. So before completing the request when the shutdown is in progress, check if ICE is still holding the request pointer. If it's not holding then only complete it, otherwise just re-queue it. Change-Id: I0260f4f143c2f64869f0276f784b36d05d1514ea Signed-off-by:
Veerabhadrarao Badiganti <vbadigan@codeaurora.org>
-
- Oct 21, 2019
-
-
qctecmdr authored
-
Rahul Sharma authored
This change adds a check for the length of the buffer before copying it to avoid a buffer overflow. Change-Id: Ie6a08613d32f0975624e7035ab0f6cfdab42013b Signed-off-by:
Rahul Sharma <rahsha@codeaurora.org>
-
Rahul Sharma authored
This change adds a check for the length of the buffer before copying it to avoid a buffer overflow. Change-Id: I146895660be4060d9896706636257a57c6aef94f Signed-off-by:
Rahul Sharma <rahsha@codeaurora.org>
-
- Oct 18, 2019
-
-
Sriharsha Allenki authored
Some USB host PCs switch the downstream port mode from CDP to SDP if the device does not pull DP up within certain duration (~2s). This limits the current drawn by the device to 500mA(or 900mA) as opposed to the possible 1.5A resulting in slow charging of the battery. Fix this by driving a DP pulse when there is a connect notification from PMIC and detected the charger type as CDP. Change-Id: I76ac4c33dbbc538f5cb680fd1b5c15f8fb3bfe50 Signed-off-by:
Sriharsha Allenki <sallenki@codeaurora.org>
-
- Oct 17, 2019
-
-
Hareesh Gundu authored
Update A612 hardware clock gating settings to fix vulkan shader preload perf regression issue. Change-Id: I0ac271089aac9744a869645eb9f4867ffd1dc134 Signed-off-by:
Hareesh Gundu <hareeshg@codeaurora.org> Signed-off-by:
Deepak Kumar <dkumar@codeaurora.org>
-
- Oct 16, 2019
-
-
qctecmdr authored
-
Prakash Gupta authored
In case of iova_alloc bitmap search wrap, we erroneously update the previous_next_start as 0, this causes stale tlb logic not detect wrap and stale TLB entry issues. Fix the same. Change-Id: Ic8c96e98abc91520f222a7dbe5024814dabd5042 Signed-off-by:
Prakash Gupta <guptap@codeaurora.org>
-
qctecmdr authored
-
- Oct 15, 2019
-
-
Prerna Kalla authored
Crypto engine can be put to suspend by host controller after workqueue is scheduled. Also shutdown sequence can be ongoing while workqueue is scheduled / executing. The request passed to crypto driver in these cases can be invalidated by host device driver. So check for crypto engine state before processing the pending requests. Change-Id: I92b926e4963af86780e92e21a592106ef38a4624 Signed-off-by:
Prerna Kalla <prernak@codeaurora.org>
-
Archana Sriram authored
During SUSPEND event, check the pointer for governor private data is not NULL before updating bus parameters to zero. Change-Id: I1a37173e8ae7ad4bcd5f8497c5956302e647c862 Signed-off-by:
Archana Sriram <apsrir@codeaurora.org>
-
- Oct 14, 2019
-
-
qctecmdr authored
-
- Oct 13, 2019
-
-
Linux Build Service Account authored
Change-Id: Iaa900edd6040e42b220b17d60b09df3fe0cd72c3
-
- Oct 10, 2019
-
-
Harshdeep Dhatt authored
Disabling sparse ioctls as they are deprecated. Change-Id: I5a4c78ec96fad4cda29a61d090e8bfb798123e3f Signed-off-by:
Harshdeep Dhatt <hdhatt@codeaurora.org> Signed-off-by:
Archana Sriram <apsrir@codeaurora.org> Signed-off-by:
Deepak Kumar <dkumar@codeaurora.org>
-
- Oct 09, 2019
-
-
qctecmdr authored
-
Vipin Deep Kaur authored
This fix is to stop kernel warning dump by managing interrupt resource properly. Fixing this for wakeup interrupt enable happening from suspend callback post port close operation. CRs-fixed: 2506067 Change-Id: I34a6bc62e77231895fa537a1cd989b039077f6fa Signed-off-by:
Mukesh Kumar Savaliya <msavaliy@codeaurora.org> Signed-off-by:
Vipin Deep Kaur <vkaur@codeaurora.org>
-
Manoj Prabhu B authored
Place check for mask size and validate source length against sum of header length and mask size to prevent out of bound access. Change-Id: I8ac089202b6e3007773b92be8cfdc52fcb30ec3c Signed-off-by:
Manoj Prabhu B <bmanoj@codeaurora.org>
-
Mukesh Kumar Savaliya authored
Add manual flow control to disable and enable flow as per the driver need. Basically at the time of stop rx, we do not expect peer device to send any data on RX line. In some cases, peer device is not in sync with client driver and UART driver reads unexpected data. This change just prevents the same. Change-Id: I2bdc70bc68198f441c8e7051c799353abcb4c41c Signed-off-by:
Mukesh Kumar Savaliya <msavaliy@codeaurora.org>
-
- Oct 01, 2019
-
-
qctecmdr authored
-
- Sep 30, 2019
-
-
Vinayak Menon authored
max_pfn is used by drivers like page owner. Update it when adding memory at boot. Change-Id: I21b0776f8014068ccaf4c38ef0c50483b304485f Signed-off-by:
Vinayak Menon <vinmenon@codeaurora.org>
-
- Sep 25, 2019
-
-
Aditya Bavanari authored
Add amrwbplus codec option in snd_codec_options to support the decoder. Change-Id: Ic43321258da37ce888d2c57d114bfd834120f014 Signed-off-by:
Aditya Bavanari <abavanar@codeaurora.org>
-
Srikanth Uyyala authored
use vb2 api buf_err i.s.o buf_done during empty buffer Change-Id: I87fb1ff2e3f0c56adc0c1f8ac38a876cc2fa25d2 Signed-off-by:
Srikanth Uyyala <suyyala@codeaurora.org>
-
Sumalatha Malothu authored
HFR Zoom in Zoom out test cases,observed stats overflow.To prevent that,doubling the stats ub size. Change-Id: If1477f23b59d3f9abb6b3330e60456f0f11ccbef Signed-off-by:
Sumalatha Malothu <smalot@codeaurora.org>
-
- Sep 24, 2019
-
-
qctecmdr authored
-
Aditya Bavanari authored
Add bolero codec node in wsa so that wsa can register to bolero notification and take turn off sequence action for the ssr notifications. Change-Id: If9b58556d19650426440c9c668758a1d203b44d8 Signed-off-by:
Aditya Bavanari <abavanar@codeaurora.org>
-
qctecmdr authored
-